Guest User

Untitled

a guest
Jul 19th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. xcopy "C:UsersDefault" "E:Default" /e /i /h /k /j
  2.  
  3. c:
  4. cd Users
  5. attrib -H -R Default
  6. ren Default Default.BAK
  7. attrib +H +R Default.BAK
  8. xcopy "F:Default" "Default" /E /I /H /K /J
Add Comment
Please, Sign In to add comment