Skip to content

MilesFarber/WindowsBugfix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

As always, make sure you have a backup of everything, and that it's unplugged from the system you're running this on.

$url = "https://raw.githubusercontent.com/MilesFarber/WindowsBugfix/Leader/Bugfix.reg"
$tempFile = "$env:TEMP\Bugfix.reg"
Invoke-WebRequest -Uri $url -OutFile $tempFile
Start-Process reg.exe -ArgumentList "import `"$tempFile`"" -Verb RunAs

About

A Regedit file that fixes most bugs that Windows 11 and above ship with.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors