Search
Search titles only
By:
Search titles only
By:
Log in
Register
Search
Search titles only
By:
Search titles only
By:
Menu
Install the app
Install
Forums
New posts
All threads
Latest threads
New posts
Trending threads
Trending
Search forums
What's new
New posts
New ads
New profile posts
Latest activity
Free Ads
Latest reviews
Search ads
Members
Current visitors
New profile posts
Search profile posts
Contact us
Latest ads
Colombo
Red Hat Certified System Administrator (RHCSA) - RHEL 10
Sanjeewani95
Updated:
Friday at 7:43 PM
NURSING , CAREGIVER , HOTEL & BEAUTY COURSES
IVA Para Medical Campus
Updated:
Thursday at 9:24 AM
Handmade Character Soft Toys Peppa Pig Family
anil1961
Updated:
Wednesday at 9:58 PM
Ad icon
Video Content Creator
pramukag
Updated:
Jun 28, 2026
Ad icon
QA Engineer Intern
pramukag
Updated:
Jun 28, 2026
Electronics
Vehicles
Property
Search
Reply to thread
Forums
Computers & Internet
Tips & Tricks
Tweak your registery at your own risk
Get the App
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Message
<blockquote data-quote="Theje" data-source="post: 2209685" data-attributes="member: 38799"><p>NOTE: Tweaking the registry can make your operating system cease to function as desired or completely. Tweak at your own risk! </p><p></p><p><img src="/styles/default/xenforo/smilies/default/lol.gif" class="smilie" loading="lazy" alt=":lol:" title="LOL :lol:" data-shortname=":lol:" /> <img src="/styles/default/xenforo/smilies/default/lol.gif" class="smilie" loading="lazy" alt=":lol:" title="LOL :lol:" data-shortname=":lol:" /> <img src="/styles/default/xenforo/smilies/default/lol.gif" class="smilie" loading="lazy" alt=":lol:" title="LOL :lol:" data-shortname=":lol:" /> <img src="/styles/default/xenforo/smilies/default/lol.gif" class="smilie" loading="lazy" alt=":lol:" title="LOL :lol:" data-shortname=":lol:" /> </p><p></p><p>To open up registry: </p><p></p><p>start > run > regedit </p><p></p><p></p><p></p><p>To create a new value: </p><p></p><p>right click in right frame > new > select value specified </p><p>or </p><p>edit > new > select value specified </p><p></p><p></p><p></p><p>Disable the Ability to Right Click on the Desktop: </p><p></p><p>Browse to: </p><p>HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer </p><p>Create a new DWORD value called "NoViewContextMenu" and set it to 1 </p><p></p><p></p><p></p><p>Copy To and a Move To option in your right click menu (when right clicking files): </p><p></p><p>Browse to: </p><p>HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers </p><p>Right click the ContextMenuHandlers entry, and from the menu select New > Key </p><p>Name the new Key "Copy To" </p><p>Repeact the last step, but name it "Move To" </p><p>Change the (Default) string value found in the Copy To key to {C2FBB630-2971-11D1-A18C-00C04FD75D13} </p><p>Change the (Default) string value found in the Move To key to {C2FBB631-2971-11D1-A18C-00C04FD75D13} </p><p></p><p></p><p></p><p>Remove Run from the Start Menu: </p><p></p><p>Browse to: </p><p>HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer </p><p>Create a new DWORD value called "NoRun" and set it to 1 </p><p></p><p></p><p></p><p>Remove Recent Documents Menu from the Start Menu: </p><p></p><p>Browse to: </p><p>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer </p><p>Create a new BINARY value called "NoRecentDocsHistory" and set it to "01 00 00 00" </p><p>Create a new BINARY value called "NoRecentDocsMenu" and set it to "01 00 00 00" </p><p></p><p></p><p></p><p>Remove Help from the Start Menu: </p><p></p><p>Browse to: </p><p>HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer </p><p>Create a new BINARY value called "NoSMHelp" and set it to "01 00 00 00" </p><p></p><p></p><p></p><p>Blank username box on logon screen: </p><p></p><p>Windows 98 or Me- </p><p>Browse to: </p><p>HKEY_LOCAL_MACHINE\Network\Logon </p><p>Create a new STRING value, or modify the existing value, called "DontShowLastUser" and set it to "1". </p><p></p><p>Windows 2000 or XP- </p><p>Browse to: </p><p>HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System </p><p>Create a new STRING value, or modify the existing value, called "DontDisplayLastUserName" and set it to "1" to enable or "0" to disable the restriction. </p><p></p><p>Windows NT- </p><p>Browse to: </p><p>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon </p><p>Create a new STRING value, or modify the existing value, called "DontDisplayLastUserName" and set it to "1" to enable or "0" to disable the restriction. </p><p></p><p>Restart Windows for the change to take effect. </p><p></p><p></p><p></p><p>After you have made a tweak to the registry: </p><p></p><p>Right click on Task Bar > select Task Manager > Processes > right click explorer.exe > end process </p><p>Go back to the applications tab > New Task > explorer > close task manager </p><p></p><p></p><p></p><p>hope this is useful to someone, enjoy!</p></blockquote><p></p>
[QUOTE="Theje, post: 2209685, member: 38799"] NOTE: Tweaking the registry can make your operating system cease to function as desired or completely. Tweak at your own risk! :lol: :lol: :lol: :lol: To open up registry: start > run > regedit To create a new value: right click in right frame > new > select value specified or edit > new > select value specified Disable the Ability to Right Click on the Desktop: Browse to: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer Create a new DWORD value called "NoViewContextMenu" and set it to 1 Copy To and a Move To option in your right click menu (when right clicking files): Browse to: HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers Right click the ContextMenuHandlers entry, and from the menu select New > Key Name the new Key "Copy To" Repeact the last step, but name it "Move To" Change the (Default) string value found in the Copy To key to {C2FBB630-2971-11D1-A18C-00C04FD75D13} Change the (Default) string value found in the Move To key to {C2FBB631-2971-11D1-A18C-00C04FD75D13} Remove Run from the Start Menu: Browse to: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer Create a new DWORD value called "NoRun" and set it to 1 Remove Recent Documents Menu from the Start Menu: Browse to: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer Create a new BINARY value called "NoRecentDocsHistory" and set it to "01 00 00 00" Create a new BINARY value called "NoRecentDocsMenu" and set it to "01 00 00 00" Remove Help from the Start Menu: Browse to: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer Create a new BINARY value called "NoSMHelp" and set it to "01 00 00 00" Blank username box on logon screen: Windows 98 or Me- Browse to: HKEY_LOCAL_MACHINE\Network\Logon Create a new STRING value, or modify the existing value, called "DontShowLastUser" and set it to "1". Windows 2000 or XP- Browse to: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System Create a new STRING value, or modify the existing value, called "DontDisplayLastUserName" and set it to "1" to enable or "0" to disable the restriction. Windows NT- Browse to: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon Create a new STRING value, or modify the existing value, called "DontDisplayLastUserName" and set it to "1" to enable or "0" to disable the restriction. Restart Windows for the change to take effect. After you have made a tweak to the registry: Right click on Task Bar > select Task Manager > Processes > right click explorer.exe > end process Go back to the applications tab > New Task > explorer > close task manager hope this is useful to someone, enjoy! [/QUOTE]
Insert quotes…
Verification
Hata thunen beduwama keeyada? (60 bedeema thuna)
Post reply
Top
Bottom