Advertisement
plirof2

Wipe script v210617

Jun 15th, 2021 (edited)
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.64 KB | None | 0 0
  1. # Wipe script v210615(to run from epoptes)
  2. #bcdedit /default {current}
  3. #bcdedit /timeout 3
  4. TARGET_FOLDER="/mnt/home/schdog64clnt/";rm -r "$TARGET_FOLDER";leafpad "OK 1";
  5. TARGET_FOLDER="/mnt/home/downloads_linux/";rm -r "$TARGET_FOLDER";leafpad "OK 2";
  6. TARGET_FOLDER="/mnt/home/stretchdog-debdive64/live/";rm -r "$TARGET_FOLDER";
  7. TARGET_FOLDER="/mnt/home/dogbuster_mklive64/live/";rm -r "$TARGET_FOLDER";leafpad "OK 4";TARGET_FOLDER="/mnt/home/LICK-1.3.3-win32";rm -r "$TARGET_FOLDER";leafpad "OK 5";
  8. TARGET_FOLDER="/mnt/home/stretchdog-debdive32/";rm -f "$TARGET_FOLDER""*.ini";rm -f /mnt/home/stretchdog-debdive32/*.ini;rm -f /mnt/home/stretchdog-debdive32/*.lst;rm -f /mnt/home/stretchdog-debdive32/*.tgz;rm -f /mnt/home/stretchdog-debdive32/*.cfg;rm -f /mnt/home/stretchdog-debdive32/*.txt;rm -f /mnt/home/stretchdog-debdive32/live/*.sh;rm -f /mnt/home/stretchdog-debdive32/live/*.*OLD;rm -f /mnt/home/stretchdog-debdive32/live/*.*DISABLED;
  9.  
  10.  
  11. TARGET_FOLDER="/mnt/home/schdog64clnt_OLD/";rm -r "$TARGET_FOLDER";TARGET_FOLDER="/mnt/home/downloads_linux/uploads/";rm -r "$TARGET_FOLDER";mv /mnt/home/lickmenu.lst /mnt/home/lickmenu.TST;rm -f /mnt/home/*.lst;rm -f /mnt/home/lick*.cfg;mv /mnt/home/lickmenu.TST /mnt/home/lickmenu.lst;rm -f /mnt/home/iron*.tgz;rm -f /mnt/home/downloads_linux/*.*;
  12.  
  13. # Put restore bat to windows : File Contains #bcdedit /default {current}    #bcdedit /timeout 3
  14. cd /mnt/home/downloads_linux/;wget http://192.168.1.200/uploads/restore_bootbcd.bat;
  15.  
  16.  
  17. #windows 10 startup folder download file  to start up
  18. cd "/mnt/home/ProgramData/Microsoft/Windows/Start Menu/Programs/StartUp";wget http://192.168.1.200/uploads/windows_startup_test01.bat;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement