che fine ha fatto l'utente "administrator" tanto caro a noi smanettoni?
di default è disabilitato sulla falsa riga di quello che succede nei sistemi unix con l'utente root.
per abilitarlo occorre seguire le seguenti istruzioni prese da un blog:
- Logon as the account you created during the installation.
- From the Start menu, go to "All Programs", "Accessories"
- Right-click on "Command Prompt" and choose "Run as Administrator"
- Click "Allow" from the ConsentUI prompt
- In the resulting Command window, enter "regedit" and press enter
- In regedit, browse to HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon
- Add a new key at that level called SpecialAccounts
- In the SpecialAccounts key, create a sub-key called UserList
- At this point the path is: HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList
- In the UserList key, create a new value of type DWORD (32 bit) called Administrator and set the value to 1.
- From the command prompt enter: "net user Administrator /Active:yes"
- Reboot, and now you can logon to the Administrator account
thanks jerry