How to disable “Unsigned Prompt Policy” on Windows Mobile?

By 42Gears Team

Many Windows Mobile (Pocket PC) devices ship with one-tier security configuration enabled. That means if an unsigned application is started, then the user is prompted whether to allow the unsigned application to run or not. If the user based on his/her judgment allows the application to run, the application runs in privileged mode whereby it can access all system APIs and protected registry keys.

Now this feature can be very annoying during development. So rather than signing the executable the developer can temporarily disable the Unsigned Prompt Policy by making some registry changes.

Steps to disable Unsigned Prompt Policy on Windows Mobile:

  • Use Remote Registry Editor or a third-party tool such as PHM Registry Editor.
  • Set the following registry value to 1 to disable Unsigned Prompt Policy. (Default value is 0).; Unsigned Prompt Policy
    [HKEY_LOCAL_MACHINESecurityPoliciesPolicies]
    "0000101a"=dword:1

    Note: Create the above registry entry if it does not already exist.

“Written with expertise and passion to help you understand the topic better.”

4
42Gears Team – Content Author
Updated on: January 12, 2023 | Published on: May 14, 2010

Subscribe to our newsletter

Stay updated with the latest news, articles, and resources on enterprise mobility.

Weekly articles
Actionable insights delivered once a week. No noise.
No spam
Your privacy matters. Unsubscribe anytime.