(imported topic written by Steve91)
Hi All
I need to remove the “Adobe” key under “HKEY_USERS\SID\Software” (for all instances that exist)
I’ve got so far with the relevance:
Q: if exists (keys whose (exists keys “Software\Adobe” of it) of key “HKEY_USERS” of registry) then (names of (keys whose (exists keys “Software\Adobe” of it) of key “HKEY_USERS” of registry)) else “N/A”
A: .DEFAULT
A: S-1-5-21-73586283-412668190-1801674531-112579
A: S-1-5-18
I need to append these values to a registry file in the format of:
Windows Registry Editor Version 5.00
http://-HKEY_USERS.DEFAULT\Software\Adobe
[-HKEY_USERS\S-1-5-21-73586283-412668190-1801674531-112579
\Software\Adobe]
-HKEY_USERS\S-1-5-18\Software\Adobe
Can anyone help out with this relevance please as I’ve become stuck!
I’ve also got to delete the Adobe folder under Application Data of all profiles but I’ve got that one sorted, just this part left.
Thanks
Steve