bugfix
This commit is contained in:
parent
04993e17ac
commit
da23305f21
@ -17,7 +17,10 @@ echo changing cyberjack startmenu folder ...
|
||||
move /Y %STARTMENU%\"Reiner SCT cyberjack\cyberjack*.*" %STARTMENU%\CyberJack.lnk 2>nul
|
||||
|
||||
echo removing cyberjack startmenu folder ...
|
||||
rd /S /Q %STARTMENU%\"Reiner SCT cyberjack"
|
||||
rd /S /Q %STARTMENU%\"Reiner SCT cyberjack" 2>nul
|
||||
|
||||
echo removing cyberjack desktop icon ...
|
||||
del /F /Q %PUBLIC%\Desktop\cyberjack*.* 2>nul
|
||||
|
||||
echo ####### %0 #######
|
||||
pause
|
||||
|
@ -23,10 +23,10 @@ move /Y %STARTMENU%\"Backup and Sync from Google\Backup and Sync from Google.lnk
|
||||
%STARTMENU%\"Backup and Sync.lnk"
|
||||
|
||||
echo removing google drive startmenu folder ...
|
||||
rd /S /Q %STARTMENU%\"Backup and Sync from Google"
|
||||
rd /S /Q %STARTMENU%\"Backup and Sync from Google" 2>nul
|
||||
|
||||
echo removing google desktop icons ...
|
||||
del /F /Q %PUBLIC%\Desktop\Google* 2>nul
|
||||
del /F /Q %PUBLIC%\Desktop\Google*.* 2>nul
|
||||
|
||||
rem refresh desktop (W10 style)
|
||||
ie4uinit.exe -show
|
||||
|
Loading…
Reference in New Issue
Block a user