Skip to content

krishz-kishore/Browser-Password-Disable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

PowerShell Script for Browser Detection and Password Manager Settings

πŸ› οΈ Features

This script helps you:

  1. Detect installed browsers on your Windows system.
  2. Disable password saving functionality in selected browsers.

πŸš€ Overview

Step 1: Detect Installed Browsers

  • Searches for installed applications in standard registry paths.
  • Includes Microsoft Store apps using Get-AppxPackage.

Step 2: Filter Popular Browsers

  • Detects browsers like:
    • Google Chrome
    • Mozilla Firefox
    • Brave
    • Opera
    • Safari

Step 3: Disable Password Saving

  • 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

πŸ“œ Script Usage

1. Run the Script

  • Detects installed browsers and excludes irrelevant components like Edge WebView2.

2. Select Browsers

  • Interactive prompt lets you select browsers where you want to disable password saving.

3. Apply Changes

  • Modifies the Windows Registry to disable password manager settings in the selected browsers.

πŸ”’ Security Notes

  • Requires administrative privileges to modify the Windows Registry.
  • It is recommended to back up your Registry before making changes.

πŸ“‚ Script

  • Attached in the file disablebrowserpassword.cmd

About

Disable the browser password

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published