Skip to content

Commit

Permalink
New v1.4 uninstaller
Browse files Browse the repository at this point in the history
  • Loading branch information
DrevilYT committed Dec 25, 2023
1 parent 111513c commit 693737e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
13 changes: 13 additions & 0 deletions uninstall/DrevOS_Uninstall.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
echo Uninstall DrevOS and revert your computer back to default Windows?
echo Press enter to continue.
pause
cd $env:USERPROFILE\AppData\Roaming\Microsoft\Windows\Themes
del TranscodedWallpaper
ren TranscodedWallpaper_default TranscodedWallpaper
taskkill /f /im explorer.exe
start explorer.exe
curl -L -o revert.reg "https://drev.evils.in/DrevOS/oem/revert.reg"
start revert.reg
curl -L -o DrevOS_UninstallCleanup.ps1 "https://drev.evils.in/DrevOS/uninstall/DrevOS_UninstallCleanup.ps1"
start DrevOS_UninstallCleanup.ps1
exit
3 changes: 3 additions & 0 deletions uninstall/DrevOS_UninstallCleanup.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
cd $env:USERPROFILE\Desktop
Remove-Item $env:USERPROFILE\Desktop\DrevOS_Tools* -Recurse -Force
exit

0 comments on commit 693737e

Please sign in to comment.