Kent DevTools Logo Kent DevTools Logo
  • Kent Dev Tools
  • Plugin Free Versions
    Plugin Free VersionsShow More
    NoxCopy Logo
    NoxCopy Plugin by KentDevTools
    April 5, 2026
    ADClickRadar Logo
    ADClickRadar Plugin By KentDevTools
    April 3, 2026
    Fake Comment Spam Cleaner Logo
    Fake Comment Spam Cleaner By KentDevTools
    March 26, 2026
    Smart Ad Inserter Plugin By KentDevTools Icon
    Smart Ad Inserter Plugin By KentDevTools
    March 22, 2026
    Auto Internal Linker By KentDevTools Icon
    Auto Internal Linker Plugin By KentDevTools
    March 18, 2026
  • Plugin Pro Versions
    Plugin Pro VersionsShow More
    POSTZYN by KENTDEVTOOLS Icon
    Postzyn Plugin By KentDevTools
    March 22, 2026
  • Programmed Bot Free
    Programmed Bot FreeShow More
    Browser Nuke Icon
    BROWSER NUKE By KentDevTools
    April 13, 2026
  • Programmed Bot Pro
    Programmed Bot ProShow More
    Adsense Website Analyzer Icon.jpg
    AdSense Website Analyzer by KentDevTools
    April 2, 2026
    WHERE IS MY DUDE by KentDevTools
    WHERE IS MY DUDE by KentDevTools
    March 22, 2026
    POSTZYN by KENTDEVTOOLS Icon
    Postzyn by KentDevTools (Programmed Bot)
    March 22, 2026
  • Documentation
  • Blog
Reading: Browser Nuke By KentDevTools (Documentation)
Font ResizerAa
Kent DevToolsKent DevTools
0
  • Plugin Free Versions
  • Programmed Bot Pro
  • Plugin Pro Versions
  • Programmed Bot Free
  • Adventure
Search
  • Kent Dev Tools
  • Plugin Free Versions
  • Plugin Pro Versions
  • Programmed Bot Free
  • Programmed Bot Pro
  • Documentation
  • Blog
Browser Nuke Icon

BROWSER NUKE By KentDevTools

Kent Shema
Kent Shema
April 13, 2026
  • Who Is Kent Shema
  • About KentDevTools
  • Contact
  • Purchase
  • Our Refund Guarantee
  • Terms of Use
  • Privacy Policy
  • Sitemap
© 2026 KentDevTools. Trademarks and brands are the property of their respective owners.
Kent DevTools > Blog > Documentation > Browser Nuke By KentDevTools (Documentation)
Documentation

Browser Nuke By KentDevTools (Documentation)

Kent Shema
Last updated: April 13, 2026 3:33 am
By Kent Shema - Owner
12 Min Read
Share
Browser Nuke Logo
SHARE

Everything you need to install, run, and get the most out of Browser Nuke the complete browser removal tool for Windows.

Contents
  • Getting Started
    • Download
    • First run
    • If PowerShell blocks the script
  • System Requirements
    • Compatibility notes
  • How to Use
    • Reading the log
    • Saving the log
  • Troubleshooting
  • FAQ
    • Will this work on Windows 11 where Edge is built in?
    • Will Edge come back after a Windows update?
    • Can I keep my bookmarks before removing Chrome or Edge?
    • My antivirus flagged BrowserNuke.ps1. Is it safe?
    • Some folders say “queued for reboot” did it fail?
    • Can I remove just Chrome or just Edge not both?
    • Does Browser Nuke remove WebView2?
    • Can I reinstall Chrome or Edge after using Browser Nuke?

Getting Started

Browser Nuke is a single PowerShell script that removes Google Chrome and Microsoft Edge completely from Windows 10 and 11, including all leftover files, registry keys, services, and scheduled tasks.

No installation required. Browser Nuke is a standalone script. There is nothing to install just download the file and run it.

Download BrowserNuke

Download

After Downloading from KentDevTools.com, you will receive a download link. Save it anywhere on your PC; your desktop is recommended for easy access.

First run

Right-click BrowserNuke.ps1 and choose Run with PowerShell. The script will automatically ask Windows to re-launch it with administrator privileges; if needed, click Yes on the UAC prompt.

Back up your data first: Browser Nuke permanently deletes browser data, including bookmarks, saved passwords, history, and extensions. Export your bookmarks and use your browser’s password manager export before running.

If PowerShell blocks the script

On some systems the execution policy may prevent the script from running. Fix it by opening PowerShell as administrator and running the following:

Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Bypass

Then try running BrowserNuke.ps1 again. Alternatively, right-click the file and choose Properties, then tick Unblock at the bottom.

System Requirements

Browser Nuke is designed to work on any standard Windows 10 or 11 machine. No additional software or runtime is needed.

RequirementMinimumNotes
Operating SystemWindows 10 or 1164-bit recommended. Both Home and Pro editions are supported.
PowerShell Version5.1 or higherPre-installed on all Windows 10/11 systems. No download needed.
PrivilegesAdministratorRequired to remove system-level files and registry keys. Script auto-elevates.
Disk SpaceNoneThe script itself is under 100KB.
InternetNot requiredBrowser Nuke works completely offline.
Windows Defender / AVMay flag scriptSome antivirus tools flag PowerShell scripts by default. See Troubleshooting.

No .NET or runtime needed: Browser Nuke uses only built-in Windows components. PowerShell, takeown, icacls, robocopy, and sc.exe. All are included with Windows.

Compatibility notes

Windows 11: Microsoft builds Edge directly into Windows 11. The script handles this by clearing Edge’s uninstall protection flags and setting group policies to block reinstallation after removal. A restart is required to complete cleanup.

Windows 10: Both Chrome and Edge are treated as standard applications and are fully removable without special handling.

Enterprise / domain-joined PCs: Group policy may restrict PowerShell execution or protect Edge. Contact your IT administrator if removal fails on a managed device.

How to Use

1. Download and save the file

Save BrowserNuke.ps1 to your desktop after purchasing. Keep it somewhere easy to find.

2. Right-click → Run with PowerShell

Right-click the .ps1 file and select Run with PowerShell. Click “Yes” on the administrator prompt that appears. The browser Nuke window will open.

3. Select what to remove

The tool automatically detects whether Chrome and Edge are installed on your system and shows the version number. Check the box next to each browser you want to remove. Both are selected by default.

4. Choose your options

Delete user profile data: removes bookmarks, saved passwords, browsing history, extensions, and cookies. Enabled by default. Uncheck this if you want to keep your profile data.

Auto-restart when done: automatically reboots your PC after removal to complete the cleanup. Off by default.

5. Click DETONATE

Click the orange DETONATE button. A confirmation dialog will appear listing exactly what will be removed. Click Yes to proceed.

6. Watch the log

The green log panel shows every action in real time: processes killed, services deleted, folders removed, and registry keys wiped. The orange progress bar tracks overall completion.

7. Restart your PC

When the log shows ALL DONE, restart Windows. Some files that were in use can only be fully removed after a reboot. This is normal.

Reading the log

Every line in the log follows this format:

Log format

14:22:09 [OK] Killed: chrome.exe (PID 4821)
14:22:13 [WARN] Removing: C:\Program Files\Google
14:22:18 [FAIL] Could not remove locked file — queued for reboot
14:22:20 [SKIP] Not found: C:\Program Files (x86)\Google\Chrome
14:22:21 [INFO] Running: Chrome Setup (system)

TagMeaning
OKAction completed successfully.
WARNPartial success or something to be aware of — not an error.
FAILAction failed. Usually means a file is locked—a reboot will finish it.
SKIPItem not found on this system — nothing to remove.
INFOInformational message — no action taken yet.

Saving the log

After removal is complete, click Save Log to export the full activity log as a .txt file. This is useful for troubleshooting or keeping a record of what was removed.

Troubleshooting

“Cannot be loaded because running scripts is disabled on this system.”

PowerShell’s execution policy is blocking the script.

Open PowerShell as Administrator and run it; then try again. Or right-click the .ps1 file → Properties → tick Unblock → OK.

The script opens and closes instantly with no window

The script may have errored before the GUI loaded, or PowerShell closed the window on error.

Open PowerShell manually as administrator, navigate to the script location, and run it. Any error message will stay visible in the window.

The antivirus deleted or quarantined the file

False positive: the script uses system administration commands that AV tools sometimes flag.

Restore the file from your antivirus quarantine and add an exclusion for it. The script is plain text. Open it in Notepad to verify its contents before running.

Edge folders still exist after running the tool

Files were locked by Windows during removal and are queued for deletion on next boot.

Restart your PC. Windows will delete the queued files during startup before any browser processes can lock them again. If folders remain after reboot, run Browser Nuke a second time immediately after login.

Edge reinstalled itself after a Windows update.

A major Windows feature update reset the group policy that blocks Edge reinstallation.

Run Browser Nuke again; it will re-apply the reinstall blocker policy. This takes about 60 seconds. After completing, Edge will be removed and blocked again.

The GUI looks broken or controls are misaligned

Display scaling above 100% can affect Windows Forms layouts on some systems.

Right-click BrowserNuke.ps1 → Properties → Compatibility → Change high DPI settings → tick “Override high DPI scaling behavior” → set to “Application.” Then try running again.

Chrome or Edge shows as “not detected” but is still installed

The browser may be installed in a non-standard location or under a different user account.

Browser Nuke still runs all cleanup stages even when the browser is not detected; it checks all known paths and removes any files or registry keys it finds. If the browser is in a completely custom location, the leftover cleanup will still remove registry keys, services, and tasks but may miss the custom folder. In that case, manually delete the custom folder after running the tool.

FAQ

Will this work on Windows 11 where Edge is built in?

Yes. Browser Nuke specifically handles Windows 11’s protected Edge installation. It clears the experiment protection flag that Microsoft uses to block uninstallation, then runs Edge’s own uninstaller before force-removing any remaining files. A restart completes the process. Note that Windows Update may attempt to reinstall Edge; the tool sets a group policy to block this, but a future major Windows update could reset it.

Will Edge come back after a Windows update?

Browser Nuke is set HKLM\SOFTWARE\Policies\Microsoft\EdgeUpdate → InstallDefault = 0 to block automatic reinstallation. This works in most cases. However, a major Windows feature update (like a version upgrade) may reset this policy and reinstall Edge. If that happens, just run Browser Nuke again.

Can I keep my bookmarks before removing Chrome or Edge?

Yes. Before running Browser Nuke, open your browser and export bookmarks (Chrome: Bookmarks Manager → Export, Edge: Favorites → Manage → Export). For passwords, use the browser’s built-in password export or a password manager. If you want to keep your profile data but still remove the browser, uncheck the Delete user profile data option before clicking DETONATE.

My antivirus flagged BrowserNuke.ps1. Is it safe?

This is a false positive. Browser Nuke is a plain PowerShell text file; you can open it in Notepad and read every line. Some antivirus tools flag PowerShell scripts that use system commands like takeown, Invoke-Expressionsc.exe because these are also used by malware. The script contains no obfuscation, no network calls, and no executable payload. You can whitelist the file in your antivirus settings or verify the contents yourself before running.

Some folders say “queued for reboot” did it fail?

No. this is normal. Windows locks certain files while they are in use by running processes. When Browser Nuke cannot delete a file immediately, it queues it for removal on the next boot. After you restart your PC, those remaining files will be cleaned up automatically. This is the same mechanism Windows itself uses for system file replacement.

Can I remove just Chrome or just Edge not both?

Yes. In the Browser Nuke window, simply uncheck the browser you want to keep. Each browser is removed independently you can run the tool with only Chrome selected, only Edge selected, or both.

Does Browser Nuke remove WebView2?

Yes. when removing Edge, Browser Nuke also removes the EdgeWebView2 Runtime from Program Files\Microsoft\EdgeWebView. Note that some applications (like Teams, Office, and certain Windows apps) depend on WebView2. If any of those apps break after removal, reinstall WebView2 from Microsoft’s website independently of Edge.

Can I reinstall Chrome or Edge after using Browser Nuke?

Yes, completely. Browser Nuke removes the browsers but does not block you from reinstalling them manually. Download Chrome from google.com/chrome or Edge from microsoft.com/edge and install as normal. To allow Edge to reinstall via Windows Update, delete the InstallDefault value from HKLM\SOFTWARE\Policies\Microsoft\EdgeUpdate in Registry Editor.

Share This Article
Facebook Copy Link
Leave a Comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Auto Internal Linker By KentDevTools Icon

How to Automatically Add Internal Links to Every WordPress Post Without Touching a Single One

Kent Shema
Kent Shema
April 4, 2026
Blog

How to Automatically Remove Fake and Spam Comments from Your WordPress Site

Fake Comment Spam Cleaner Logo

You published a great post. The traffic started coming in. And then, buried in the comments, you found them "Great post! Check out my casino deals!" fifty of them, from…

Kent Shema
April 13, 2026

Your may also like!

Fake Comment Spam Cleaner Logo
Blog

How to Automatically Remove Fake and Spam Comments from Your WordPress Site

Kent Shema
April 13, 2026
Browser Nuke Logo
Blog

How to Completely Remove Chrome and Edge from Windows 10 & 11 using Browser Nuke (Every File, Registry Key and Service)

Kent Shema
April 13, 2026
Browser Nuke Icon
All Programmed BotsProgrammed Bot Free

BROWSER NUKE By KentDevTools

Kent Shema
April 13, 2026
Browser Nuke Logo
Documentation

Browser Nuke By KentDevTools (Documentation)

Kent Shema
April 13, 2026

Our website stores cookies on your computer. They allow us to remember you and help personalize your experience with our site.

Read our privacy policy for more information.

Quick Links

  • All Plugins
  • All Programmed Bots
  • Changelog
  • Documentation
  • Blog

Meet Kent DevTools.

  • Who Is Kent Shema
  • About KentDevTools
  • Contact
  • Purchase
  • Our Refund Guarantee
  • Terms of Use
  • Privacy Policy
  • Sitemap
Request a Plugin or a Bot

Socials

Follow US
Kent DevToolsKent DevTools
© 2026 KentDevTools. Trademarks and brands are the property of their respective owners.
Welcome Back!

Sign in to your account

Username or Email Address
Password

Lost your password?