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

Empty Recycle Bin Automatically Using Task Scheduler or Storage Sense

empty recycle bin - storage settings 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

disable f1 help key windows 10

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

Find the Current Lock Screen Spotlight Wallpaper File Name in Windows 10/11

find account sid using whoami user command

Windows 10/11 Spotlight wallpaper images that appear on the lock screen are stored deep inside the Local Application Data folder, under the Assets folder, as we’ve seen in the article, How to Backup Windows Spotlight Images.

We’ll see how to find the file name of the currently displayed Lock Screen (Windows Spotlight) image so that you don’t have to preview 50+ files in your Assets folder to locate a single wallpaper file.Read more

Download Windows Updates (.msu) from Catalog Using PowerShell or Browser

download updates from microsoft update catalog

It’s no longer necessary to use Internet Explorer for downloading Windows Updates (.msu update packages for offline install or distribution) from the Microsoft Update catalog. The Microsoft Update catalog now supports any browser, as Microsoft has revamped the site and eliminated the ActiveX Control.

This article tells you how to download updates from the Microsoft Update catalog using your web browser or PowerShell.Read more