gottadoit
April 11th, 2005, 11:48 AM
Jason,
A quick question on the wildcard if I may
I was adding some rules to protect the "\shell\open\command" sequences in HKCR (for exe ,com, cmd, bat etc..) and I thought I'd try your wildcard and see how it went
The copy and paste worked very nicely so I could take my part of my existing definition and copy it into a new one, then I tried to get help up to see your wildcard definition and found that the dialog box was blocking access to the main window and it didn't have a help button on it ....
Exited out of the "Add Rule" dialog and read the help... and back again
It seems that your definition of *~ means anything up to but not including a backslash, but from the example given it wasn't clear if *~ had to be the terminating part of the pattern
Given that you very usefully mentioned that you stop evaluation early once you find a match it was easy to test given that the wildcard pattern sorted itself to the top of the list
I then had three rules
#1 hkey_classes_root\*~\shell\open\command
#2 hkey_classes_root\comfile\shell\open\command
#3 hkey_classes_root\exefile\shell\open\command
#1 was set to trigger on modifying reg keys & values
#2 and #3 were set to trigger on reading+writing keys & values
Seeing as I have teatimer running and the wildcard pattern didn't work it was a matter of seconds before I got to see your new alert box....
Did I try and do something unexpected with *~ or is it an unintended feature ?
NB: It would be nice if the copy to clipboard feature picked up on the action settings as well as the key/value/wildcards information
Edit:
Seeing as this example has 3 characters exe/com/bat I tried to use ?
hkey_classes_root\???file\shell\open\command
but that didn't work either
A quick question on the wildcard if I may
I was adding some rules to protect the "\shell\open\command" sequences in HKCR (for exe ,com, cmd, bat etc..) and I thought I'd try your wildcard and see how it went
The copy and paste worked very nicely so I could take my part of my existing definition and copy it into a new one, then I tried to get help up to see your wildcard definition and found that the dialog box was blocking access to the main window and it didn't have a help button on it ....
Exited out of the "Add Rule" dialog and read the help... and back again
It seems that your definition of *~ means anything up to but not including a backslash, but from the example given it wasn't clear if *~ had to be the terminating part of the pattern
Given that you very usefully mentioned that you stop evaluation early once you find a match it was easy to test given that the wildcard pattern sorted itself to the top of the list
I then had three rules
#1 hkey_classes_root\*~\shell\open\command
#2 hkey_classes_root\comfile\shell\open\command
#3 hkey_classes_root\exefile\shell\open\command
#1 was set to trigger on modifying reg keys & values
#2 and #3 were set to trigger on reading+writing keys & values
Seeing as I have teatimer running and the wildcard pattern didn't work it was a matter of seconds before I got to see your new alert box....
Did I try and do something unexpected with *~ or is it an unintended feature ?
NB: It would be nice if the copy to clipboard feature picked up on the action settings as well as the key/value/wildcards information
Edit:
Seeing as this example has 3 characters exe/com/bat I tried to use ?
hkey_classes_root\???file\shell\open\command
but that didn't work either