• 0 Posts
  • 1 Comment
Joined 1 year ago
cake
Cake day: June 13th, 2023

help-circle
  • It’s quite common to login as admin on windows though (in home setups), you’ll still have to authenticate for administrative tasks (the UAC popups).

    The issue here is mostly that the user has probably upgraded and windows changed their account, resulting in the files being owned by their old account.

    In linux, that’s fixable with ‘sudo chmod -R’

    In Windows, there’s no built-in way, you need the take ownership script.