On Friday, July 20, 2012 4:24:35 PM UTC-4, John Williamson wrote:
>
> Second way:
>
> Click Start
> Type: cmd
> Right click cmd, click "Run As Administrator"
> Type: net user administrator /active:yes
> Press Enter
>
> Now log off and log back on. You will see the REAL Administrator Account
> at the Welcome Screen. By default, there is no password set on this
> account, so it would be a good idea to set one.
>
> NOTE: If you wish to disable the Administrator Account, follow the five
> steps above replacing step 4 with the following line:
>
> net user administrator /active:no
>
> Hope this helps.
>
> --
> Tciao for Now!
>
> John.
_____________________________
________________________
Per your instructions, ran chkdsk this is what I got:
# # #
Microsoft Windows [Version 6.0.6002]
Copyright (c) 2006 Microsoft Corporation. All rights reserved.
C:\Windows\system32>net user administrator /active:yes
The command completed successfully.
C:\Windows\system32>chkdsk
The type of the file system is NTFS.
Volume label is HP.
WARNING! F parameter not specified.
Running CHKDSK in read-only mode.
CHKDSK is verifying files (stage 1 of 3)...
275392 file records processed.
File verification completed.
1341 large file records processed.
0 bad file records processed.
0 EA records processed.
61 reparse records processed.
CHKDSK is verifying indexes (stage 2 of 3)...
340134 index entries processed.
Index verification completed.
0 unindexed files processed.
CHKDSK is verifying security descriptors (stage 3 of 3)...
275392 security descriptors processed.
Security descriptor verification completed.
32372 data files processed.
CHKDSK is verifying Usn Journal...
36913768 USN bytes processed.
Usn Journal verification completed.
Windows found problems with the file system.
Run CHKDSK with the /F (fix) option to correct these.
478366528 KB total disk space.
204159076 KB in 195324 files.
113876 KB in 32373 indexes.
0 KB in bad sectors.
401868 KB in use by the system.
65536 KB occupied by the log file.
273691708 KB available on disk.
4096 bytes in each allocation unit.
119591632 total allocation units on disk.
68422927 allocation units available on disk.
C:\Windows\system32>
# # #
Regarding the 61 "reparse records" in stage 1 of 3: I read
http://www.pcguide.com/ref/hdd/file/ntfs/filesReparse-c.html
and I get a sickening feeling that at least some of those 61 files may be some of my mp3s!
What do you think?
-CC