nRnYqfrb5pJuTP5YAohj

readonly

May 6th, 2021
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. Microsoft DiskPart version 10.0.18362.1171
  2.  
  3. Copyright (C) Microsoft Corporation.
  4. On computer: DESKTOP-93S054F
  5.  
  6. DISKPART> list disk
  7.  
  8. Disk ### Status Size Free Dyn Gpt
  9. -------- ------------- ------- ------- --- ---
  10. Disk 0 Online 119 GB 0 B *
  11. Disk 1 Online 7664 MB 7358 MB
  12.  
  13. DISKPART> select disk 1
  14.  
  15. Disk 1 is now the selected disk.
  16.  
  17. DISKPART> attributes disk set readonly
  18.  
  19. Disk attributes set successfully.
  20.  
  21. DISKPART> attributes disk
  22. Current Read-only State : Yes
  23. Read-only : Yes
  24. Boot Disk : No
  25. Pagefile Disk : No
  26. Hibernation File Disk : No
  27. Crashdump Disk : No
  28. Clustered Disk : No
  29.  
  30. DISKPART>
Advertisement
Add Comment
Please, Sign In to add comment