Advertisement
Guest User

Untitled

a guest
Aug 16th, 2017
298
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. @echo VirtualBox configurator
  2. @echo (C) JF
  3. @echo Creating folders
  4.  
  5. mkdir "%USERPROFILE%\My Documents\Speadsheets\Interal"
  6. mkdir "%USERPROFILE%\My Documents\Letters"
  7. mkdir "%USERPROFILE%\My Documents\Databases"
  8. mkdir "%SystemDrive\Staff"
  9.  
  10. @echo Setting File Permissions
  11.  
  12. cacls "%SystemDrive\Staff" /e /p Josh:R
  13.  
  14. @echo Setting wallpaper
  15. copy /Y "car_wallpaper.png" "%USERPROFILE%\Local Settings\Application Data\Microsoft\" Wallpaper1.bmp
  16. @echo Adding MSWORD to startup
  17. copy /Y "%ProgramFiles%\Microsoft Office\Office12\WINWORD.exe" "%ProgramFiles%\startup\winword.exe"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement