PowerShell is a versatile utility that can manage files and folders in various ways. It gives you access to the system’s files and directories and lets you create, copy, delete, move, renames, and examine them.
[mai mult...]Create a Log File in PowerShell Script
This script can be useful for network administrators or system administrators who need to analyze log files and get an overview of how much time a particular user or IP address has spent connected to the system. To make this task easier, we can use a shell script to automate the process of extracting this information from a log file.
[mai mult...]Disk Cleanup using Powershell Scripts
Windows users sometimes faced low disk space errors with the error “You’re running out of space on this PC. Manage storage to view usage and free up some space.” When Windows prompts low disk space warning messages, we first perform some manual steps to delete temp files which are as follows:
- Clear temp file with disk cleanup and,
- Clear other temp files from different locations
- C:\Windows\Temp
- C:\Windows\Prefetch
- C:\Users\*\AppData\Local\Temp
How to remove Pivot Table but keep Data in Excel?
We will look into how to remove the Pivot Table but want to keep the data intact in Excel.
[mai mult...]How to disable Chrome automatic update in Windows?
Disabling Chrome updates could change everything by ensuring you have absolute control over when and how your browser updates. You will need to use Windows Registry Editor to make some policies or even create a special file completely disabling Chrome from checking for new versions and installing them on its own.
[mai mult...]How to change your location in Chrome in Windows?
Google Chrome offers a plethora of features and settings for customizing your browsing experience. One such setting lets you change your location, influencing the content and services you encounter on the web. For instance, you can access geo-restricted websites, secure better online shopping deals, or view local news and weather by altering your location.
[mai mult...]Download Instagram Posts using Python Selenium module
In this article, we will learn how we can download Instagram posts of a profile using Python Selenium module. Requirements:
- Google Chrome or Firefox
- Chrome driver(For Google Chrome) or Gecko driver(For Mozilla Firefox)
- Selenium package: It is a powerful tool for controlling a web browser through the program. It is functional for all browsers, works on all major OS and its scripts are written in various languages i.e Python, Java, C#, etc. In can installed using the below command:
pip install selenium
Python – Opening links using Selenium
Selenium is a powerful tool for controlling the web browser through the program. It is functional for all browsers, works on all major OS and its scripts are written in various languages i.e Python, Java, C#, etc, we will be working with Python. Selenium Python bindings provide a convenient API to access Selenium WebDrivers like Firefox, Ie, Chrome, Remote, etc.
[mai mult...]Manipulating Windows Registry using winreg in Python
As Windows Registry is a very sensitive place to do anything, do not change any value predefined by the Windows System. This article will just be for learning purposes of how Python can be used to create some new registry keys with user-defined values. Windows registry can be used for different purposes, it can be accessed via typing regeditin the Run application.
[mai mult...]How to Boot into Safe Mode on Windows 11?
Booting into Safe Mode on Windows 11 is a crucial troubleshooting step that allows you to diagnose and fix issues with your computer. Safe Mode starts Windows in a basic state, using a limited set of files and drivers, which can help you identify problems that are causing your system to malfunction. In this article, we will provide a comprehensive overview of how to boot into Safe Mode on Windows 11, along with detailed steps and tips. Understanding how to enter Safe Mode can be invaluable for maintaining your system’s health and resolving various issues.
[mai mult...]