added cyberjack script
This commit is contained in:
parent
a5308df8cd
commit
04993e17ac
@ -1,6 +1,7 @@
|
|||||||
@echo off
|
@echo off
|
||||||
|
|
||||||
set EXE=..\software\cyberjack-setup.exe
|
set EXE=..\software\cyberjack-setup.exe
|
||||||
|
set STARTMENU="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs"
|
||||||
|
|
||||||
if NOT EXIST %EXE% (
|
if NOT EXIST %EXE% (
|
||||||
echo ERROR: %EXE% not found!
|
echo ERROR: %EXE% not found!
|
||||||
@ -10,7 +11,14 @@ if NOT EXIST %EXE% (
|
|||||||
echo ####### %0 #######
|
echo ####### %0 #######
|
||||||
|
|
||||||
echo installing printer ReinerSCT Cyberjack ...
|
echo installing printer ReinerSCT Cyberjack ...
|
||||||
start %EXE%
|
start /wait %EXE%
|
||||||
|
|
||||||
|
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"
|
||||||
|
|
||||||
echo ####### %0 #######
|
echo ####### %0 #######
|
||||||
pause
|
pause
|
||||||
|
|
||||||
|
@ -23,14 +23,10 @@ move /Y %STARTMENU%\"Backup and Sync from Google\Backup and Sync from Google.lnk
|
|||||||
%STARTMENU%\"Backup and Sync.lnk"
|
%STARTMENU%\"Backup and Sync.lnk"
|
||||||
|
|
||||||
echo removing google drive startmenu folder ...
|
echo removing google drive startmenu folder ...
|
||||||
@echo on
|
|
||||||
rd /S /Q %STARTMENU%\"Backup and Sync from Google"
|
rd /S /Q %STARTMENU%\"Backup and Sync from Google"
|
||||||
@echo off
|
|
||||||
|
|
||||||
echo removing google desktop icons ...
|
echo removing google desktop icons ...
|
||||||
@echo on
|
del /F /Q %PUBLIC%\Desktop\Google* 2>nul
|
||||||
del /F /Q %PUBLIC%\Desktop\Google*
|
|
||||||
@echo off
|
|
||||||
|
|
||||||
rem refresh desktop (W10 style)
|
rem refresh desktop (W10 style)
|
||||||
ie4uinit.exe -show
|
ie4uinit.exe -show
|
||||||
|
Loading…
Reference in New Issue
Block a user