Hello,
I'm trying to create a basic rule that will search for a particular registry value (PendingFileRenameOperation, in this case). In the Registry Value Type pull-down menu, although REG_SZ is available, I do not see an entry for REG_MUTLI_SZ. This is the value type I really need to use against PendingFileRenameOperation. Is there anything I'm missing?
Particularly, I'm trying to check against registry values so I can determine before deploying a package that computer does not need a restart.
I'm also checking against registry keys:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update\RebootRequired
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Component Based Servicing\RebootPending
Thanks.