free code corner
Search this site
Home
ASP.NET
ASP.Net File Upload
DNS Reference
Free ASP.Net Hosting
Mail Servers
Networking
Quick Reference for MasterPages
SQL Injection
C# Programming
.Net Tips
Barcode Printing
CSharp Study Notes
Data Encryption using C#
Find Main Window of Other Process
Introduction to Graphs
Regular Expressions (Regex)
Miscellaneous
PHP
PHP Study Notes
Visual Basic 6
Duplicate Image Finder
Free OCR Software & library
Screen Scraping
Type Library Reference
VB 6 Tips
Visual Basic 6 Quick Reference
Windows Tips
Enable or Disable Built-in Administrator Account
Sitemap
Windows Tips
Subscribe to posts
Enable or Disable Built-in Administrator Account
posted
Jul 31, 2010 8:41 PM
by Rajesh NK
[ updated
Jul 31, 2010 8:55 PM
]
To Enable:
Open a command prompt with administrator privileges and type following command
net user administrator /active:yes
To Disable:
Open a command prompt with administrator privileges and type following command
net user administrator /active:no
1-1 of 1