Showing posts with label administrator. Show all posts
Showing posts with label administrator. Show all posts

Wednesday, 27 October 2010

Files protected by TrustedInstaller


I have resolved the issue, so in the screen shots you wouldn’t see trusted installed listed but I’ll try to give enough information for you to be able to know what I did.

  • Log in as an administrator.
  • Now, go the folder you have been having trouble with (in deleting, renaming a file under it etc)
  • Right click on the parent folder


  • Select TrustedInstaller because thats what is protecting the file/folder and then click on button 'Advanced'
  • navigate to 'Owner' tab
  • the current owner shall be listed, please select account which you want to give access to.



  • Click "OK" until you have closed all properties windows and are back to the Windows Explorer screen. Then right click on the file again and choose "Properties".
  • Click on the Security tab again, and click the "Edit" button.




  •  Click on the user name that you want to change the permissions for, which should be the same as who you changed the current owner too, and check on the box next to "Full Control".

Saturday, 9 October 2010

Activate administrator account on windows 7

Problem/Issue
  • How to Enable or Disable the Windows 7 Built-in Administrator Account
  • To Activate Administrator Account
Resolution
At times when we try to perform some tasks like deletion/ rename of files or folder windows 7 doesn't allow it and complains that we do not have administrator rights.

The simple way would be to login as administrator and give permission to the user account you have currently logged on as but at times the administrator account is not visible.

To enable Administrator account, please follow these steps.
  1. Run command prompt.
  2. Type following command net user administrator /active:yes
  3. Press Enter
  4. Close the command prompt.
  5. Log off, and you will now see the built-in Administrator account log on icon added (enabled).. 
  6. Click on the Administrator icon to log on to the built-in Administrator account.
 You can also specify your password for this particular account by using the following command
Net user administrator password
where you can replace "password" with your own password. You can see the account immediately after you log off your Windows 7 
 
To disable Administrator account, please follow these steps.
  1. Run command prompt.
  2. Type following command net user administrator /active:no
  3. Press Enter
  4. Close the command prompt.
  5. Log off, and you will now not see the built-in Administrator account log on icon