Hide the wireless password
I need a package to delete this key.
"HKEY_CLASSES_ROOT\AppID\{86F80216-5DD6-4F43-953B-35EF40A35AEE}"
The problem I am having taking ownership of it in order to delete it. How can I set-acl to take ownership using PDQ Deploy?
0
Comments
Shouldn't need to modify permissions.
Here's some Powershell that *should* do what you want
Here's an XML export of an example package which should work for you:
That seemed to work. Just had to make one minor adjustment. I had to put ` back ticks in front of the {} brackets.
Ah yeah, {} are used in Powershell. Forgot to escape them. Glad it worked.