Hello, Is there any way to avoid UnauthorizedAccessException, i get it every time when I try to do this:
Code:
My.Computer.Registry.ClassesRoot.OpenSubKey("Applications").CreateSubKey("Explorer.exe")
Is there any way to make that script read-write?
Thanks!