e.g.
i wanna know the subkeys and the values of under the registry key HKEY_LOCAL_MACHINE\Software\Microsoft
what code does it best aside from using the one i made up below:
Code: Select all
reg query "HKLM\Software\Microsoft" /s

------------------
also as an addition, i wanna know what's the script to find the handler of a process just in case it is still in use and it can't be deleted...
thanks ^^