Missing my important pics in attrib command
Closed
praveen
-
Aug 13, 2015 at 02:48 AM
xpcman Posts 19528 Registration date Wednesday October 8, 2008 Status Contributor Last seen June 15, 2019 - Aug 13, 2015 at 03:47 PM
xpcman Posts 19528 Registration date Wednesday October 8, 2008 Status Contributor Last seen June 15, 2019 - Aug 13, 2015 at 03:47 PM
Related:
- Attrib - r-h-s /s /d *.* access denied
- Access Denied Attrib Functions ✓ - Hard Drive & SSD Forum
- Attrib - r-h-s /s /d *.* virus - Viruses & Security Forum
- Accessing Hidden Folders ✓ - Windows 7 Forum
- Commands to delete virus ✓ - Viruses & Security Forum
- Ms access download - Download - Databases
1 response
xpcman
Posts
19528
Registration date
Wednesday October 8, 2008
Status
Contributor
Last seen
June 15, 2019
1,824
Aug 13, 2015 at 03:47 PM
Aug 13, 2015 at 03:47 PM
If you simply want to display a list of hidden files and folders and not change their attributes, run the following command:
dir/ah
If you want to unhide all folders + subfolders and files, run the following command:
attrib *.* -h -s /s /d
dir/ah
If you want to unhide all folders + subfolders and files, run the following command:
attrib *.* -h -s /s /d