start as admin
This commit is contained in:
parent
0ccfcb28f2
commit
1b2ab62edc
1 changed files with 8 additions and 0 deletions
|
@ -1,5 +1,13 @@
|
||||||
@ECHO OFF
|
@ECHO OFF
|
||||||
|
|
||||||
|
:: Start as administrator
|
||||||
|
fltmc >NUL 2>&1 || (
|
||||||
|
PowerShell Start -Verb RunAs '%0' 2>NUL || (
|
||||||
|
EXIT 1
|
||||||
|
)
|
||||||
|
EXIT 0
|
||||||
|
)
|
||||||
|
|
||||||
ECHO Geek Uninstaller...
|
ECHO Geek Uninstaller...
|
||||||
PowerShell -Command "" ^
|
PowerShell -Command "" ^
|
||||||
"$archive = '%TEMP%\geek.zip';" ^
|
"$archive = '%TEMP%\geek.zip';" ^
|
||||||
|
|
Loading…
Reference in a new issue