About 40,400 results
Open links in new tab
  1. Registry path to find ALL the installed applications

    May 9, 2013 · To access all the users there is the HKEY_USERS registry root, which has a folder for each user. So instead, you need: …

  2. How to disable/enable startup programs through Registry Editor

    May 8, 2024 · The location of those programs are found in different parts of the registry editor such as: …

  3. Windows Registry location for Google Chrome version

    I'm developing a Lua script to access application version information found in the Windows registry, but can't find a registry key associated with the current installed version of Google …

  4. registry - How do I specify editing a DWORD in decimal when …

    Nov 16, 2015 · The other answers are correct in that there is no way to specify a DWORD value in decimal, only in hex. To set a DWORD in a .reg file, use this syntax: Windows Registry …

  5. Tracking changes in Windows registry - Stack Overflow

    Sep 27, 2008 · Is there a way to track changes in Windows registry? I'd like to see what changes in the registry are made during installation of various programs.

  6. Which Registry Editor Version to initiate reg file with when editing ...

    Apr 22, 2016 · According to Microsoft knowledge base article 310516, one should initiate .reg files editing the Windows registry with either Windows Registry Editor Version 5.00 for Windows …

  7. Modifying the "Path to executable" of a windows service

    Jul 22, 2014 · Step 1: Open your Windows Registry Editor. You can either type 'regedit' in the Run program or search for 'regedit' in your start menu. Step 2: Expand -> …

  8. Getting the Username from the HKEY_USERS values - Stack Overflow

    May 27, 2010 · 3 The proper way to do this requires leveraging the SAM registry hive (on Windows 10, this requires NT AUTHORITY\SYSTEM privileges). The information you require …

  9. windows - How do I add a multiline REG_SZ string to the registry …

    Mar 13, 2019 · Windows Registry Editor Version 5.00 ;this will change the waiting time to 5 seconds before Windows kill not responding programs. …

  10. Where are ODBC Machine DSN settings stored in Windows?

    Sep 12, 2019 · I was able to find the "Machine Data Sources" that Microsoft Access creates in the Windows Registry Here: …