Jump to content

Register Value doesnt work


Recommended Posts

Hi,

I need a key to hide protected operationg system files

I know its called: Superhidden file.

Windows Registry Editor Version 5.00

; Hide protected operationg system files
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Currentversion\Explorer\Advanced]
"ShowSuperHidden"=dword:00000000

But the problem is that these value key doesnt work :/ (after even rebooting)

; Driver signing = ignore
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows NT\Driver Signing]
"BehaviorOnFailedVerify"=dword:00000000

; Better performance for heavy file access
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\FileSystem]
"ConfigFileAllocSize"=dword:00000200
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Memory Management]
"IoPageLockLimit"=dword:000F0000

(see code above) does these work?

; Num Lock is on when xp boots up
[HKEY_USERS\.DEFAULT\Control Panel\Keyboard]
"InitialKeyboardIndicators"="2"

; No tooltips for min/max/close on windows
[HKEY_CURRENT_USER\Control Panel\Desktop]
"MinMaxClose"="0"

; Show Small icons in the menu bars of Explorer and Internet Explorer
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\SmallIcons]
"SmallIcons"=dword:00000000

(see code above) doesnt work, maybe the code is wrong

Please Help me out!

Thanks in advance

Link to comment
Share on other sites


Windows Registry Editor Version 5.00

; Hide protected operationg system files
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Currentversion\Explorer\Advanced]
"ShowSuperHidden"=dword:00000000

; Num Lock is on when xp boots up
[HKEY_USERS\.DEFAULT\Control Panel\Keyboard]
"InitialKeyboardIndicators"="2"

these should be

Windows Registry Editor Version 5.00
;-----
;-----  SHOW protected operating system files
;-----
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\SuperHidden]
"DefaultValue"=dword:00000001
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"ShowSuperHidden"=dword:00000001

;-----
;-----  Keyboard Num-Lock on
;-----
[HKEY_CURRENT_USER\Control Panel\Keyboard]
"InitialKeyboardIndicators"="2"

These (2nd ones) work fine on my pc, haven't had need of the others.

As far as the others you try searching in the reg file here

Link to comment
Share on other sites

these should be

Windows Registry Editor Version 5.00
;-----
;-----  SHOW protected operating system files
;-----
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\SuperHidden]
"DefaultValue"=dword:00000001
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"ShowSuperHidden"=dword:00000001

;-----
;-----  Keyboard Num-Lock on
;-----
[HKEY_CURRENT_USER\Control Panel\Keyboard]
"InitialKeyboardIndicators"="2"

These (2nd ones) work fine on my pc, haven't had need of the others.

As far as the others you try searching in the reg file here

Yes! thank you very much, I have been searching this for so long.

I dont like to see desktop.ini on every Directory ; If you kow what I mean.

The Num Lock doesnt work here, maybe its because this keyboard what I use doesnt support??? I use Logitecht keyboard with the annoying F-lock key

ps: I will check that Link :)

Link to comment
Share on other sites

The Num Lock doesnt work here, maybe its because this keyboard what I use doesnt support???  I use Logitecht keyboard with the annoying F-lock key

Works fine on my end (xp home oem w/ sp2; dell keyboard ?... at least 2 years old)

well don't know if it would help or not but back before I knew of that tweak my dell had the same problem (num lock was never on in windoze) even though my BIOS had it enabled. I was puzzled by this for awhile and just kind of guessed that maybe if BIOS sets Numlock on then Windows does so too that it be more of a toggle effect than anything. Abyway what I'm getting at is (whether or not my guesswork is correct or just seems like it to me):

I turned my numlock to off in my bios and then it was always on when I booted to Windows. Not saying it would work for sure, but its not too difficult either. :whistle:

maybe some win-dohs! super guru can tell me if i'm right or why something like that would have worked? dumb-luck? :P

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...