go to Start > Run > type cmd
type dir /ah -- this will show all hidden files
go to the drive or directory which you want to unhide
attrib *.* -h this would unhide any file or directory
or
type the following command attrib -r -a -s -h *.*
get help by type attrib /?
type dir /ah -- this will show all hidden files
go to the drive or directory which you want to unhide
attrib *.* -h this would unhide any file or directory
or
type the following command attrib -r -a -s -h *.*
get help by type attrib /?
No comments:
Post a Comment