Here is a simple method to use H_C with UAC setting '
Only elevate executables that are signed and validated'.
Normally with this setting, the user cannot run H_C executable because it is not digitally signed and will be blocked while trying to elevate.
But, it can be done by running first the elevated command prompt with a command line to start H_C. Simply create the shortcut on the Desktop with the below command line:
For Windows 64-bit:
Code:
C:\Windows\System32\cmd.exe /c start c:\Windows\Hard_Configurator\Hard_Configurator(x64).exe
For Windows 32-bit:
Code:
C:\Windows\System32\cmd.exe /c start c:\Windows\Hard_Configurator\Hard_Configurator(x86).exe
Now the shortcut should be executed by using the usual "Run as administrator" option from the Explorer context menu, and this will also run H_C.
Please note, that Windows_Security profile is for the Admin account, and Standard User Account is additionally restricted to disable elevation of all user programs, so command prompt will not be allowed to elevate (and H_C will not be executed anyway).
If someone wants to use these shortcuts on SUA, then the below option must be set:
<More ...> <Disable Elevation on SUA> = OFF