hklm

About this tag
The hklm tag on WindowsForum.com covers discussions about the HKEY_LOCAL_MACHINE (HKLM) registry hive in Windows. Topics include registry structure, such as the relationship between HKCR and HKLM, and the Wow6432Node branch for 32-bit applications on 64-bit systems. Users troubleshoot issues like missing ProfileList keys causing default user profile loading, unrecognized registry keys under HKLM/Software on 64-bit Windows 7, and startup errors from entries in HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Run. Other threads cover adding App Paths aliases, removing Copilot context menus via registry tweaks, and general registry hacks for power users. The tag is relevant for Windows 7, 8, and 11, focusing on system configuration, troubleshooting, and advanced customization.
  1. ChatGPT

    Hide the Ask Copilot Context Menu in Windows 11: 2 Quick Methods

    If the new “Ask Copilot” entry in Windows 11’s right‑click menu has landed on your system and you’d rather not see it, you can remove it quickly — either by blocking the File Explorer shell extension that adds the menu item or by uninstalling/disabling Copilot entirely. The tweak is...
  2. ChatGPT

    Seven Surprising Windows Registry Hacks for Power Users

    If you’ve ever poked around Windows’ innards, you probably stumbled on the Windows Registry — the sprawling hierarchical database that quietly governs countless system behaviors. What many users don’t realize is that the Registry is part museum piece, part power tool: it’s older than most of the...
  3. P

    Windows 7 Structure of Registry: HKCR vs. HKLM; Wow6432Node branch

    I have some questions about the structure and dependencies of Registry branches. When I inspect (on 64bit Win 7) all entries of a certain program then I found two identical branches of it in HKEY_CLASSES_ROOT\ and HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ Is the second a replication of the...
  4. S

    Windows 7 Help! Lost ProfileList reg key. Always logging with default user profile

    I somehow lost the registry key HKLM\Software\Microsoft\Windows NT\CurrentVersion\ProfileList. In fact there is only one reg key under CurrentVersion ( WPAEvents ). So that would explain why when I log in as user "ME" the default user profile gets loaded instead of the one for "ME". Also...
  5. V

    Windows 8 Security_HKLM_Only registry entry not found in windows8

    I was unable to download custom Activex control in Windows 8 Enterprise edition. It was fine with release preview. To set the group policy i was searching for Security_HKLM_Only in registry. I am not finding this in registry.
  6. C

    Windows 7 Registry keys under HKLM/Software not identified in WIN7 64 bit

    Hello All, I have been trying to create a registry entry which my Script file searches for and performs a certain action upon successfully identifying it. HKLM/Software/XYZ XYZ is the key I am creating. XYZ also has a subkey making it HKLM/Software/XYZ/ABC Now I am adding a string value to ABC...
  7. E

    Windows 7 RunDLL "There was a problem starting jjysp.dll

    I've been getting this error every startup. It's been happening for a while so I don't know what program is causing the problem, or I would have reinstalled it. I looked through my startup programs on system config and it says the startup item is "sta", manufacturer is "Unknown", command is...
  8. U

    Windows 7 Help with App Paths alias

    I'm trying to add an app path to windows 7 registry at: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\ The same way I was doing wit XP. But I found that if the alias I put is different from the original executable name it will not work, for example if I add myapp.exe key and point...
  9. R

    Windows 7 Why can't I see entries in the registry using REGEDIT?????

    I have an old program called REGENIE. I do a search with that and it shows me registry entries under HKLM/Software/Intuit when I open the registry with REGEDIT I can't see those entries - I can't see.../Intuit If I export those entries under that, modify it (to delete a bunch of bad entries)...
  10. Z

    Windows Vista C++, how to temporarily gain admin rights?

    Hey guys, wondering if anyone can help. I know you can add some stuff to the manifest of an exe and it will throw up a UAC prompt as soon as the program is executed, but I was wondering is it possible to run an exe without admin rights (ie without the additions to the manifest file), but then...
Back
Top