1. Home
  2. Knowledge Base
  3. SureLock
  4. SureLock Windows
  5. How to disable “Unsigned Prompt Policy” on Windows Mobile?

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

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 a 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.

To know more, click here
If you need further assistance, please submit a ticket here  

Was this helpful?
YesNo
Updated on May 2021