To elevate batch files manually, you would right-click on it and choose Run as Administrator. Here is a way to automatically elevate a batch file that requires elevated privileges to run correctly. This is equivalent to choosing “Run as Administrator” by right-clicking a batch file. In either case, the UAC prompt would still show up.Read more
How to Import or Export Google Chrome Passwords to a File
Here’s a quick tip on how to import and export saved credentials in Google Chrome from/to a CSV file. Export Chrome Passwords to a CSV file Open Google Chrome and open Settings. Under “Autofill”, click “Passwords”. Click the “More actions” kebab menu icon (denoted by three vertical dots) near the “Saved Passwords” section. Click Export … Read more
Different Ways to Find Your IP Address in Windows
This post tells you some of the ways to find your IP Address, both the local IP assigned by your router or ICS/DHCP server running in your network, as well as your external or public IP address.Read more
Disable Password Reveal Button in Windows 10 Login Screen
The password reveal button in Windows 10 login screen is a useful option to verify if you’re typed the password correctly. However, if you want to disable it for more security, here is a registry edit. Start Regedit.exe and go to: HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\CredUI Create a DWORD (32-bit) value named DisablePasswordReveal. Double-click DisablePasswordReveal and set its value … Read more
Bash Error “Unable to resolve host” (Bash on Ubuntu on Windows)
When you run the Sudo command the Bash console (Bash on Ubuntu on Windows), the following error may occur.Read more
Context Menu Items Missing When More than 15 files Are Selected
When you select more than 15 files and right-click on them, most of the context menu items will be missing.Read more
Bash does not start – Error “Unsupported console settings” in Windows 10
When you try to launch Bash.exe (Bash on Ubuntu on Windows) in Windows 10, the console window may open and close immediately. This happens if legacy mode is turned on for Command Prompt.Read more
Empty Recycle Bin Automatically Using Task Scheduler or Storage Sense
You can use it to clear the Recycle Bin at a specified time or regular intervals with Task Scheduler using a PowerShell command. Alternately, you can also use Storage Settings (a.k.a. Storage Sense) to clear the files from Recycle Bin that are older than a certain number of days.
This article discusses the two methods to clear the Recycle Bin automatically at predefined intervals.Read more
How to Stop F1 Key from Opening Help (Bing) in Windows 10 and 11
When you press the F1 key in Windows 10 or 11, it opens Microsoft Edge and loads the How to get help Bing search page showing a video on “how to get help in Windows 10”. Using a registry edit, you can stop F1 from opening your browser especially if it obstructs when gaming or performing other tasks.Read more