WindowsAppsUnfukker
WindowsAppsUnfukker copied to clipboard
THIS SCRIPT THAT WORKS EVERY TIME
Create a .bat file with this in it, change the directory as you desire...
set scriptPath="X:\WindowsAppsUnfukker-main\WindowsAppsUnfukker.ps1" set psexecPath="X:\PSTools\psexec.exe" %psexecPath% -s -i powershell -ExecutionPolicy Bypass -File %scriptPath% pause
Currently fresh os install on laptop and desktop laptop succeeds but desktop error network path was not found, how to fix?
PS -
paexec -s -i cmd /C powershell -ExecutionPolicy Bypass -File "FULL_PATH_HERE\WindowsAppsUnfukker.ps1" "%LocalAppData%" ^|^| pause
It works perfectly now thanks!