WindowsAppsUnfukker icon indicating copy to clipboard operation
WindowsAppsUnfukker copied to clipboard

THIS SCRIPT THAT WORKS EVERY TIME

Open chris1892006 opened this issue 7 months ago • 1 comments

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

chris1892006 avatar Jun 17 '25 14:06 chris1892006

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!

chris1892006 avatar Jun 17 '25 15:06 chris1892006