Windows 10: What is the DWORD registry key: "GeneralAppsAllowed" and its values please? located in:...

Discus and support What is the DWORD registry key: "GeneralAppsAllowed" and its values please? located in:... in Windows 10 Customization to solve the problem; Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SystemEventsBroker\Parameters\EventPolicyTable\Examples under EventPolicyTable you... Discussion in 'Windows 10 Customization' started by jonnyblank, Jun 22, 2025 at 11:52 AM.

  1. What is the DWORD registry key: "GeneralAppsAllowed" and its values please? located in:...


    Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SystemEventsBroker\Parameters\EventPolicyTable\Examples under EventPolicyTable you got:SebACPoweredSebInternetAvailableLevelDownSebDeviceUseSebLockScreenAppAddedSebUserPresentSebInternetAvailableIn these folders you get dword key:"GeneralAppsAllowed", mine is set to 1 for all the entries under EventPolicyTableWhat is GeneralAppsAllowed valid values? And what does it do?Thank you!

    :)
     

  2. ForcedReboot Registry Key Value

    Hi Daniel,

    ForcedReboot is one of the subkeys in the registry. Subkeys contain data entries called values. The presence of a value on a key is a form of data that an application requires for it to run. An application opens a key and uses the values associated with
    the key to perform specific functions. A key can have any number of values, and the values can be in any form.

    You can visit these links for further information about registry values:


    Note: We do not recommend navigating and editing the values of the keys and subkeys in the registry. Changing the values of the keys and subkeys in the registry might cause serious system issues.

    We would like to ask if you are experiencing any issues on your Windows device. Since you are interested on finding what the value of a subkey stands for, we think that you are trying to troubleshoot your computer. If in case you are having any errors or
    issues with your Microsoft products, let us know so that we could assist you further.

    We are looking forward to your response.
     
  3. How to change TDR values and edit "Registry keys".

    Hello Ahmed.Ahmed.Mohammed

    Welcome to Microsoft Community.

    According to your current needs, it seems that there are some questions about the process of editing the "TDR values" of the GPU. I will try to answer your questions in terms of text or pictures. Because the community can only provide this type of support, assuming you need support personnel to help you through remote assistance, we also provide phone support. Regarding how to obtain phone support, the following articles may be helpful to you:

    Global Customer Service phone numbers - Microsoft Support

    Generally Speaking, TDR stands for Timeout Detection and Recovery and it is a feature of Windows that detects when the GPU is taking too long to complete a task and tries to recover from the situation.

    To edit the TDR values, you need to modify some registry keys under

    The registry keys are:

    • TdrLevel: Specifies the initial level of recovery. The default value is 3, which means recover on timeout.
    • TdrDelay: Specifies the number of seconds that the GPU can delay the preempt request from the GPU scheduler. This is effectively the timeout threshold. The default value is 2 seconds.
    • TdrDdiDelay: Specifies the number of seconds that the OS allows threads to leave the driver. After a specified time, the OS bug-checks the computer with the code VIDEO_TDR_FAILURE (0x116). The default value is 5 seconds.
    • TdrDebugMode: Specifies the debugging-related behavior of the TDR process. The default value is 2, which means recover without breaking into the debugger.

    To modify these registry keys, you need to follow these steps:

    1. Open the Run dialog box by pressing Windows + R keys on your keyboard.
    2. Type regedit and click OK to open the Registry Editor.
    3. Navigate to the following path:

      HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\GraphicsDrivers
    4. By expanding the folders on the left pane.
    5. Right-click on an empty space on the right pane and select New > DWORD (32-bit) Value.
    6. Name the new value as one of the registry keys mentioned above (for example, TdrDelay).
    7. Double-click on the new value and enter a desired value in the Value data field (for example, 10 for 10 seconds).
    8. Click OK to save the changes.
    9. Repeat steps 4 to 7 for any other registry keys you want to modify.
    10. Close the Registry Editor and restart your computer for the changes to take effect.

    Disclaimer: Generally, modifying registry subkeys or work group is intended for advanced users, administrators, and IT Professionals. It can help fix some problems, however, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For further protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click here to view the article.

    I hope this helps you with your issue. If you have any further questions, please let me know.

    Best regards,



    Chandy |Microsoft Community Support Specialist
     
    Chandy - MSFT, Jun 22, 2025 at 12:13 PM
    #3
  4. mgorski10 Win User

    What is the DWORD registry key: "GeneralAppsAllowed" and its values please? located in:...

    Change registry value in dynamically created registry key

    Hello,

    I need find a way to disable the onboard microphone on a number of Windows 10 laptops I am imaging via SCCM OSD. After a lot of research it seems the best way to do this is by changing a registry value that controls whether the mic is enabled or disabled.
    I've tried using Devcon to disable the microphone, which after running the command will show the mic as disabled in control panel but it will continue to function. I found going to "sound" in control panel and disabling it from there will do the job but I
    need to automate this, hence the registry. The problem I have is the registry key the value for the mic is stored under is randomly generated when the laptop is built.

    The key I need to modify is stored at this location:

    HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\MMDevices\Audio\Capture\<randomGUID>

    DeviceState = DWORD

    To disable the mic, the data for DeviceState should be set to 10000001 in hex or 268435457 in decimal.

    I figure the best way to do this is might be to use powershell to search the registry for the key, assign it to variable, and then have it update the value. The criteria to find the key could be by the following value and data:

    HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\MMDevices\Audio\Capture\<randomGUID>\Properties

    Value: a45c254e-df1c-4efd-8020-67d146a850e0},2 = REG_SZ

    Data: Microphone Array

    Unfortunately I know very little of powershell outside of running basic commands and do not know how to script this to make it work. Can anyone help me figure this out or if anyone has a better idea how to disable the mic, I'd be happy to listen.

    Thanks in advance
     
Thema:

What is the DWORD registry key: "GeneralAppsAllowed" and its values please? located in:...

Loading...
  1. What is the DWORD registry key: "GeneralAppsAllowed" and its values please? located in:... - Similar Threads - DWORD registry key

  2. What is the DWORD registry key: "GeneralAppsAllowed" and its values please? located in:...

    in Windows 10 Gaming
    What is the DWORD registry key: "GeneralAppsAllowed" and its values please? located in:...: Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SystemEventsBroker\Parameters\EventPolicyTable\Examples under EventPolicyTable you got:SebACPoweredSebInternetAvailableLevelDownSebDeviceUseSebLockScreenAppAddedSebUserPresentSebInternetAvailableIn these folders...
  3. What is the DWORD registry key: "GeneralAppsAllowed" and its values please? located in:...

    in Windows 10 Software and Apps
    What is the DWORD registry key: "GeneralAppsAllowed" and its values please? located in:...: Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SystemEventsBroker\Parameters\EventPolicyTable\Examples under EventPolicyTable you got:SebACPoweredSebInternetAvailableLevelDownSebDeviceUseSebLockScreenAppAddedSebUserPresentSebInternetAvailableIn these folders...
  4. What are the valid values for the dword key "DisableDiscovery" in...

    in Windows 10 Gaming
    What are the valid values for the dword key "DisableDiscovery" in...: What are the valid values for the dword key "DisableDiscovery" in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\spaceport\Parameters regarding spaceport.sys?Thank you....
  5. What are the valid values for the dword key "DisableDiscovery" in...

    in Windows 10 Software and Apps
    What are the valid values for the dword key "DisableDiscovery" in...: What are the valid values for the dword key "DisableDiscovery" in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\spaceport\Parameters regarding spaceport.sys?Thank you....
  6. What are the valid values for the dword key "DisableDiscovery" in...

    in Windows 10 Drivers and Hardware
    What are the valid values for the dword key "DisableDiscovery" in...: What are the valid values for the dword key "DisableDiscovery" in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\spaceport\Parameters regarding spaceport.sys?Thank you....
  7. what is the default registry values for this...

    in Windows 10 Software and Apps
    what is the default registry values for this...: registy key https://answers.microsoft.com/en-us/windows/forum/all/what-is-the-default-registry-values-for-this/bd0e20ef-6d40-47b9-a13f-a63e75207f14
  8. what is the default registry values for this...

    in Windows 10 Customization
    what is the default registry values for this...: registy key https://answers.microsoft.com/en-us/windows/forum/all/what-is-the-default-registry-values-for-this/bd0e20ef-6d40-47b9-a13f-a63e75207f14
  9. what is the default registry values for this...

    in Windows 10 Gaming
    what is the default registry values for this...: registy key https://answers.microsoft.com/en-us/windows/forum/all/what-is-the-default-registry-values-for-this/bd0e20ef-6d40-47b9-a13f-a63e75207f14
  10. What is the registry keys: !Do not use this registry key? And data values: Use the...

    in Windows 10 Customization
    What is the registry keys: !Do not use this registry key? And data values: Use the...: Good day, What does this mean? In my laptop (Windows 10 64 bit Home) In Registry Editor. HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ \ CurrentVersion \ Explorer \ Shell Folders. It is a key that is called !Do not use this registry key. Entered value: Use the...