Jump to content

find error in my reg tweaks


Recommended Posts

Hi.

I'm facing some problem with my unattended CD. Everything is fine except that the following 2 problems.

1. "Lock the taskbar" is not being highlighted or unavailable for selection. Its greyed out (the context menu for task bar)

2. "the command prompt window behaves a little strange. The backspace key doesnt works in the cmd window(s).

I've read through lines in the tweak, but since I adapted it from some one, I dont know how to fix these. Could you guys please help me identify what is causing the problem. I'm attaching my regtweak file here.

Thanks,

p.s: The reg tweak file is not adapted from one single person, Its the hard work of all the contributing members of this community. So I'm not able to give credit to one particular person for that.

regtweaks.reg

Edited by sanjaykumar
Link to comment
Share on other sites


can't help with the backspace key but changing

; Lock The TaskBar

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

"LockTaskbar"=dword:00000001

to

; Lock The TaskBar

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

"LockTaskbar"=dword:00000000

fixes your taskbar problem

Link to comment
Share on other sites

2. "the command prompt window behaves a little strange. The backspace key doesnt works in the cmd window(s).

Remove (or comment out) the following from your .reg file.

; cmd prompt enhancements:  tab key completes path+filenames, UNC checks off
[HKEY_LOCAL_MACHINE\Software\Microsoft\Command Processor]
"CompletionChar"=dword:00000008
"PathCompletionChar"=dword:00000008
"DisableUNCCheck"=dword:00000001

:whistle:

Link to comment
Share on other sites

2. "the command prompt window behaves a little strange. The backspace key doesnt works in the cmd window(s).

Remove (or comment out) the following from your .reg file.

; cmd prompt enhancements:  tab key completes path+filenames, UNC checks off
[HKEY_LOCAL_MACHINE\Software\Microsoft\Command Processor]
"CompletionChar"=dword:00000008
"PathCompletionChar"=dword:00000008
"DisableUNCCheck"=dword:00000001

You don't have to remove it, just replace the 8:s with 9:s to use tab (=default) as the completion character.

More info here and here.

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