This shows the confusion:
jmp242 wrote:
1. Create the entries for allow as shown:
"C:\WINDOWS\system32\mmc.exe devmgmt.msc"
2. Export the entries (this and the firefox one that did work before)
3. edit the resulting ini in notepad to remove the double quotes:
""C:\WINDOWS\system32\mmc.exe devmgmt.msc""
If you quote
C:\WINDOWS\system32\mmc.exe devmgmt.msc, Windows tries to find an executable named
mmc.exe devmgmt.msc in the path
C:\WINDOWS\system32, but there surely is none.
You must not surround non white space commands with quotes.
C:\WINDOWS\system32\mmc.exe must not be quoted
"C:\Program files\anyapp.exe" must be quoted as the path\file name combination contains delimiters (white space).
In my exports I see:
[WhiteList]
1="C:\WINDOWS\system32\tweakui.exe"
2=""C:\Programme\Shell Object Editor\ShellObjectEditor.exe""
This is how it should be.