Skip to content

Commit

Permalink
Update uninstall.cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
WileC committed Mar 4, 2019
1 parent a2dc220 commit a93c960
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions uninstall.cmd
@@ -1,11 +1,9 @@
@echo off

REM Skript: uninstall.cmd
REM Author: WileC
REM Web: http://www.djwilec.de
REM Infos: getestet mit Windows 10;
REM automatisierte Deinstallation der Skripte
REM Unterstützte Boxen: 3490, 4040, 6820
REM Skript: uninstall.cmd
REM Author: WileC
REM DL-Source: https://github.com/WileC/FreetzTheBox
REM Web: http://www.djwilec.de

REM PowerShell-Skripte zurücksetzen
powershell -command {Set-ExecutionPolicy -ExecutionPolicy Default -Scope CurrentUser -Force}
Expand All @@ -15,4 +13,4 @@ rmdir /S /Q .\FreetzTheBox
del install.cmd
del uninstall.cmd

pause
pause

0 comments on commit a93c960

Please sign in to comment.