Jump to content

help in Hidden files tweak


Recommended Posts

i used this reg code to show hidden files and folders:

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Hidden"=dword:00000001

but the result was over !!

i need help to hide the files and folders surrounded by red .

secondly:

i used this code to disable system restore

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore]
"DisableSR"=dword:00000001
;Disable System Restore Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\srservice]
"Start"=dword:00000004

but the i found that the "C:\System Volume Information" is 1.2GB in size !!

how can i prevent the from happening.

post-49110-1136916033_thumb.png

Link to comment
Share on other sites


This will hide them...

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]

"SuperHidden"=dword:00000000

&

;Disable System Restore Service

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\srservice]

"Start"=dword:00000000

4 is enable

Link to comment
Share on other sites

i used this reg code to show hidden files and folders:

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Hidden"=dword:00000001

but the result was over !!

i need help to hide the files and folders surrounded by red .

secondly:

i used this code to disable system restore

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore]
"DisableSR"=dword:00000001
;Disable System Restore Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\srservice]
"Start"=dword:00000004

but the i found that the "C:\System Volume Information" is 1.2GB in size !!

how can i prevent the from happening.

Those file are related to the SuperHidden attribute in the same directory in the registry.

Set it to 0

You should try to use "regmon" to identify change to the registry. This is a very usefull tool.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...