"Internet Connection Required" error on start
"Internet Connection Required" error on start
WinSux checks for internet connectivity at startup by pinging Fix: Ensure you have an active internet connection before running WinSux. If you are behind a firewall that blocks ICMP (ping), allow outbound ICMP or temporarily disable the firewall rule for the duration of the run.
8.8.8.8. If the check fails, the script exits immediately.Script won't run — execution policy error
Script won't run — execution policy error
PowerShell’s execution policy may be set to Option 2 — run
Restricted, which prevents running unsigned scripts.Option 1 — use the IWR one-liner. This bypasses the execution policy for the current session only:AllowScripts.cmd as Administrator. Choose option 1 to enable scripts. The script applies the following registry changes and unblocks all files in the current directory:You can revert to a restricted policy at any time by running
AllowScripts.cmd and choosing option 2.Script gets stuck or pauses unexpectedly
Script gets stuck or pauses unexpectedly
A background process may be interfering, or a UAC prompt has appeared behind the terminal window.Fix:
- Check the taskbar for a minimized UAC prompt and approve it.
- If the script is still stuck after several minutes, it may be safe to restart.
- After restarting, check whether the
RunOncekey is still present — if so, the next phase will resume automatically on next boot:
System stuck in Safe Mode after Phase 1
System stuck in Safe Mode after Phase 1
stepone.ps1 runs in Safe Mode via the Winlogon Userinit registry key. If the script failed before it could remove the Safe Boot BCD entry or restore Userinit, the system will keep booting into Safe Mode.Fix: Boot into Safe Mode with Command Prompt, then run:steptwo.ps1) will run via the RunOnce key.DDU shows an error or doesn't run
DDU shows an error or doesn't run
WinSux writes a preconfigured DDU will use the existing
Settings.xml for Display Driver Uninstaller (DDU) and then sets it to read-only to prevent DDU from overwriting the config. In rare cases a permissions or path issue can prevent DDU from starting.Fix: Run DDU manually from:Settings.xml. If DDU complains that the config is read-only, that is expected — the file is intentionally locked.AMD driver installation shows "RSSERVCMD.EXE ERROR"
AMD driver installation shows "RSSERVCMD.EXE ERROR"
This error is a known artifact of the silent AMD driver install process. WinSux explicitly acknowledges it in the script output:Fix: Ignore it. The driver installs correctly despite the error message.
GPU driver not installing / Chrome doesn't open
GPU driver not installing / Chrome doesn't open
Phase 3 (Alternatively, download and install the GPU driver manually from your vendor’s website and skip the WinSux driver step.
steptwo.ps1) opens Chrome to the GPU vendor’s driver download page and then displays a file picker to select the downloaded installer. If Chrome was not installed in Phase 1, or if the file picker was closed without selecting a file, driver installation will not complete.Fix:- Install Chrome manually if it is missing.
- Run
steptwo.ps1directly as Administrator from:
Edge is still present after running WinSux
Edge is still present after running WinSux
The Edge uninstall depends on Microsoft’s uninstall string being present in the registry and Edge not running at the time. Some Windows builds automatically reinstall Edge after removal.WinSux temporarily switches your system region to US (region code
244) to expose the Edge uninstall string, runs the uninstall, then reverts your region. If EdgeUpdate was not fully unregistered before the uninstall ran, Edge may reappear.Fix:- Check whether EdgeUpdate services were removed. You can run the Edge uninstall commands from
steptwo.ps1manually. - If Edge keeps reinstalling, use a dedicated Edge removal tool such as Winaero Tweaker or the
remove-ms-edgescript.
Your system region is automatically restored to its original value after the Edge removal step completes.
Windows Defender keeps turning back on
Windows Defender keeps turning back on
Defender settings — including Tamper Protection — can only be reliably disabled from Safe Mode running as
TrustedInstaller. WinSux handles this in Phase 2 (stepone.ps1). If Phase 2 did not complete successfully, some Defender settings may not have been written.Additionally, Windows updates can re-enable Defender settings. This is expected behavior from Microsoft and is not a WinSux bug.Fix:- Verify that Phase 2 ran to completion (no stuck Safe Mode, no error during the
DEFENDER SETTINGSstep). - If Defender re-enables after a Windows update, you will need to re-run Phase 2, or apply the registry changes manually as TrustedInstaller.
Screen is black / wallpaper is black
Screen is black / wallpaper is black
This is intentional. WinSux generates a black JPEG (
C:\Windows\Black.jpg) and applies it as both the desktop wallpaper and the lock screen image for a clean, minimal look.Fix: Go to Settings → Personalization → Background to set a different wallpaper. For the lock screen, go to Settings → Personalization → Lock screen.Start menu pins are gone
Start menu pins are gone
Right-click context menu shows classic (Windows 10) style
Right-click context menu shows classic (Windows 10) style