Advertisement
Guest User

deluge-2.0-uninstaller

a guest
Aug 13th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. cd "%~dp0"
  2. powershell -executionpolicy remotesigned -Command "Invoke-WebRequest https://aka.ms/vs/16/release/vc_redist.x64.exe -OutFile vc_redist.x64.exe"
  3. powershell -executionpolicy remotesigned -Command "Invoke-WebRequest https://dl.uxnr.de/build/curl/curl_winssl_msys2_mingw64_stc/curl-7.65.3/curl-7.65.3.zip -OutFile curl-7.65.3.zip"
  4. powershell -executionpolicy remotesigned -command "Expand-Archive curl-7.65.3.zip"
  5. curl-7.65.3\src\curl.exe -kO https://www.python.org/ftp/python/3.6.8/python-3.6.8-amd64.exe
  6. "C:\OpenSSL-Win64\unins000.exe" /verysilent
  7. python-3.6.0-amd64.exe” /uninstall /quiet
  8. wmic product where "name like 'Python Launcher'" call uninstall /nointeractive
  9. vc_redist.x64.exe /uninstall /quiet
  10. reg export "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Environment" C:\Windows\Temp\pathenv-bak2.reg
  11. setx /M PATH "%!!%"
  12. rd /s /q C:\gvsbuild curl-7.65.3
  13. del /s /q vc_redist.x64.exe python-3.6.8-amd64.exe "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Deluge-2.0.lnk" "%userprofile%\Desktop\Deluge-2.0.lnk" curl-7.65.3.zip
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement