-1

On Server 2016 installed an application by running setup 'as admin'. Now that the app is up and running, I'm really wishing I hadn't installed it as admin. Aside from uninstalling/reinstalling, is there an easy way to undo the "as admin" part?

Would copying all the files to a non-NTFS partition, deleting the original, and then copying the files back undo this? Interested in knowing more about what all is affected when 'as admin' is invoked, and how to undo it.

  • Most applications must be installed with administrator rights, because they write to paths on the disk, where normal users can not write. However this does **not** mean that the application will run with administrator privileges. – Piotr P. Karwasz Jan 22 '20 at 00:06

1 Answers1

0

Not really. When app is installed with admin priviliges, it goes under Program Files directory so all users can use it.

If you install (and the app suports it) with admin rights, it goes under user's %appdata% directory. The only way now is to reinstall.

JurajB
  • 188
  • 1
  • 8