This script helps you:
- Detect installed browsers on your Windows system.
- Disable password saving functionality in selected browsers.
- Searches for installed applications in standard registry paths.
- Includes Microsoft Store apps using
Get-AppxPackage.
- Detects browsers like:
- Google Chrome
- Mozilla Firefox
- Brave
- Opera
- Safari
- Allows users to disable password saving in the following browsers:
- Chrome:
HKLM:\SOFTWARE\Policies\Google\Chrome - Brave:
HKLM:\SOFTWARE\Policies\Chromium - Firefox:
HKLM:\SOFTWARE\Policies\Mozilla\Firefox - Edge:
HKLM:\SOFTWARE\Policies\Microsoft\Edge - Opera:
HKLM:\SOFTWARE\Policies\Opera Software
- Chrome:
- Detects installed browsers and excludes irrelevant components like Edge WebView2.
- Interactive prompt lets you select browsers where you want to disable password saving.
- Modifies the Windows Registry to disable password manager settings in the selected browsers.
- Requires administrative privileges to modify the Windows Registry.
- It is recommended to back up your Registry before making changes.
- Attached in the file disablebrowserpassword.cmd