if
(
exists value "PendingFileRenameOperations" of keys "HKLM\System\CurrentControlSet\Control\Session Manager" of native registry
)
then
(
(
substrings separated by "%00%00" of
(
it as string
)
)
of value "PendingFileRenameOperations" of key "HKLM\System\CurrentControlSet\Control\Session Manager" of native registry
)
else
(
"N/A"
)
if(exists value "PendingFileRenameOperations" of keys "HKLM\System\CurrentControlSet\Control\Session Manager" of native registry) then ((substrings separated by "%00%00" of (it as string)) of value "PendingFileRenameOperations" of key "HKLM\System\CurrentControlSet\Control\Session Manager" of native registry) else ("N/A")