Help - Search - Members - Calendar
Full Version: [help] right klik taskbar
MSFN Forums > Customizing Windows and Graphics > Windows Tips 'n' Tweaks

   
Google Internet Forums Unattended CD/DVD Guide
jxerot
hello,

I installed a .reg file... and now i can not right klik my taskbar anymore sad.gifsad.gif
please help!! biggrin.gif

thanks
Yzöwl
…and the contents of the reg file were?
jxerot
CODE
Windows Registry Editor Version 5.00

;===================================================================================================
==
; **************************************** Start menu & Taskbar ****************************************
;===================================================================================================
==

;--------------------------------------------------------------------------------------------------------------------------------
;Remove Pinned Programs List from the Start Menu

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer]
"NoStartMenuPinnedList"=dword:00000001
;--------------------------------------------------------------------------------------------------------------------------------

; Start menu Items: Hide/Show/Cascade.
; dword: 00000000= Don't display
; dword: 00000001= Display as a link (Default)
; dword: 00000002= Display as a menu (Cascade)

; Show Favorites

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"StartMenuFavorites"=dword:00000001
;--------------------------------------------------------------------------------------------------------------------------------

; Show Help and Supportlink

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"Start_ShowHelp"=dword:00000001
;--------------------------------------------------------------------------------------------------------------------------------

; Show My Computer

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"Start_ShowMyComputer"=dword:00000001
;--------------------------------------------------------------------------------------------------------------------------------

; Show My Documents

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"Start_ShowMyDocs"=dword:00000001
;--------------------------------------------------------------------------------------------------------------------------------

; Show My Music

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"Start_ShowMyMusic"=dword:00000001
;--------------------------------------------------------------------------------------------------------------------------------

; Show My Pictures

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"Start_ShowMyPics"=dword:00000001
;--------------------------------------------------------------------------------------------------------------------------------

; Show Network Connections

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"Start_ShowNetConn"=dword:00000001
;--------------------------------------------------------------------------------------------------------------------------------

; Show Printers and Faxes
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"Start_ShowPrinters"=dword:00000001
;--------------------------------------------------------------------------------------------------------------------------------

; Show Run Command

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"Start_ShowRun"=dword:00000001
;--------------------------------------------------------------------------------------------------------------------------------

; Show Search Command

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"Start_ShowSearch"=dword:00000001
;--------------------------------------------------------------------------------------------------------------------------------

; No Recent Docsmenu removes the recent documents from the start menu.

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoRecentDocsMenu"=dword:00000001
;--------------------------------------------------------------------------------------------------------------------------------

; Change MenuShowDelay (Start Menu load speed)

[HKEY_CURRENT_USER\Control Panel\Desktop]
"MenuShowDelay"="10"
;--------------------------------------------------------------------------------------------------------------------------------

; Remove "set programs access default" from startmenu

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoSMConfigurePrograms"=dword:00000001
;--------------------------------------------------------------------------------------------------------------------------------

; Enable scrolling in start menu

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Start_ScrollPrograms"=dword:00000001
;--------------------------------------------------------------------------------------------------------------------------------

; Disable Highlighting New Programs on Start Menu

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Start_NotifyNewApps"=dword:00000000
;--------------------------------------------------------------------------------------------------------------------------------

; Sort Start Menu and Favorites in Alphabetical Order

[-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu]
[-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Favorites]
;--------------------------------------------------------------------------------------------------------------------------------

; Remove Frequent Programs List from the Start Menu

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoStartMenuMFUprogramsList"=dword:00000001
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoStartMenuMFUprogramsList"=dword:00000001
;--------------------------------------------------------------------------------------------------------------------------------

; Remove Username from the Start Menu

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoUserNameInStartMenu"=dword:00000001
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoUserNameInStartMenu"=dword:00000001
;--------------------------------------------------------------------------------------------------------------------------------

; Remove the Logoff Button

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"StartMenuLogoff"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"StartMenuLogoff"=dword:00000000
;--------------------------------------------------------------------------------------------------------------------------------

; Show logoff button on classic start menu

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
"StartMenuLogoff"=dword:00000001
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"StartMenuLogoff"=dword:00000001
;--------------------------------------------------------------------------------------------------------------------------------

; Classic start menu

;[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
;"ClassicViewState"=dword:00000001
;--------------------------------------------------------------------------------------------------------------------------------

; Administrative Tools in your Start Menu

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Start_AdminToolsRoot"=dword:00000000
;--------------------------------------------------------------------------------------------------------------------------------

; Set icon size for start menu , 1 = Large / 0 = Small Icons
; Note: Value set to 0 (Small Icons)

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Start_LargeMFUIcons"=dword:00000000
Arie
The script which you posted and the problem which you're experiencing are not related I'm afraid. What else have you done in between the moment that it still worked and the moment that it stopped working? If I were you I would simply use System Restore to return to a previous state.
Kelsenellenelvian
SYSTEM RESTORE????
Arie
QUOTE (Kelsenellenelvian @ Dec 27 2007, 10:16 AM) *
SYSTEM RESTORE????

Yes. You seem to be surprised huh.gif
Kelsenellenelvian
LOL I was bettting he doesn't even have that option anymore so many people remove it nowadays..
maxXPsoft
@jxerot
Arie is correct, that reg file did not disable that for me either.
But I did make a Restore point then applied your file and for good measure rebooted, still right clicking here after that but to set things back my way, good old System Restore Point.

System restore does work and even better when you apply a few tweaks to it like limit the Auto delete RP in days to about a week. I've been working on a tweaking program nearly 5 years and that System Restore has gotten me out of more binds. A lot simpler than create an HD image before I apply a couple little tweaks.

Just yesterday I talked a woman through a system restore over the telephone when her comp wouldn't even boot.
Such negativity from the complete unknowing is reason it's not used as much.
AndyM
QUOTE (Kelsenellenelvian @ Dec 27 2007, 05:16 AM) *
SYSTEM RESTORE????

Setting a Restore Point just before running a .reg file, installing software, or trying any sort of tweak is just easy free reliable insurance. Why wouldn't you?
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.