Showing posts with label Windows 2000. Show all posts
Showing posts with label Windows 2000. Show all posts

Wednesday, January 25, 2012

Windows Cannot Set a Default Printer


Windows Cannot Set a Default Printer

Release
Windows 2000,Windows XP, Windows Vista, Windows 7

Problem
When we try to set a default printer, after changing the default printer in the printer’s control panel it reverts back to the previous default printer.

Solution
To fix this problem we need to change device value in registry.
    Open registry editor and locate the path
“HKEY_CURRENT_USER/ SOFTWARE/ MICROSOFT/ WINDOWS NT/ CURRENT VERSION/ WINDOWS”




  On the right pane Change entry for Device that has winspool,Ne00; delete whatever printer there is in the entry and just leave winspool,Ne00.Close the registry editor and restart the windows explorer.




Wednesday, December 23, 2009

NTOSKRNL missing or corrupt

Start the windows in recovery console, when you use the windows recovery console, you can obtain limited access to the NTFS file system,FAT, and FAT32 volumes without strating the windows graphical user interface(GUI).Only an administrator can obtain access to the windows recovery Console so that unauthorized users cannot use any system volumes.To strat the the windows recovery console ,use the one of the following methods
Use the windows setup floppy disks or the windows CD-ROM to strat the your computer.Make sure the first bootable device is CDROM/floppy as per you used to setup the computer.
The setup menu will appear on boot up.To start the windows recovery console press the “R” key.
In the next windows you will be prompted to select the windows installation to reapir(usually just “1”)
Then press the Enter key after typing the number that you want to use.
Next you will prompted to enter the administrator account password.if you did not enter on setup leave blank and press the Enter key
If youy use an incorrect password three times, the windows recovery console quits.also, if the security accounts manager database is missing or damaged,you cannot use the windowsrecovery console because you cannot have correct authentication.after you enter your password and the windows Recoveryt console strats,

Ok now we are in recovery console mode.
Type “cd i386” without quotes,then press enter
Type “expand ntkrnlmp.ex_ c:\windows\system32\ntoskrnl.exe”
Press enter .type exit and restart the windows

NTLDR or NTDETECT.COM is missing or not found

Start the windows in recovery console,
If NTLDR is missing,
Type “copy X:\i386\NTLDR C:\” press enter
If NTDETECT.COM is missing
Type “copy x:\i386\NTDETECT.COM C:\”
Use the letter of your CD for the letter “X” in the above commands

Windows could not start because the following file is missing or corrupt system32\deivers\fastfat.sys

This is due to the following reasons
1.fastfat.sys file is damaged or missing
2.The RAM in computer is damaged or it is not installed correctly.Here it is the solution:
Use recovery console option
At command prompt type
“cd system32\drivers” press ENTER
“dir fastfat.sys press” ENTER
“ren fastfat.sys fastfat.old” press ENTER
If it is not working try the following
Type the CD-ROM drive letter then press ENTER
Type “cd i386” press ENTER
Type “expand fastfat.sy_ c:\winnt\system32\drivers\fastfat.sys press ENTER
Type “C:\” press ENTER
Restart the machine

Your computer does not strat if the system hive is too large


In windows 2000 system could not start because the following file is missing or corrupt:
\WINNT\system32\config\systemced stratup option for windows 2000,press F8
This is may occure if windows cannot allocate enough memory to system hive.The system hive is typically around 3MB,but when it is highly fragmented or damaged,its size may increase greatly.If a large number number of programs have been installed and removed on your computer,or the computer shares a large number of resources,the registry become too large.
SOLUTION
1.Repalce the system Hive.
In Recovery console,type
“Copy C:\WINNT\repair\system C:\WINNT\system32\config\system “
If prompt for overrite file press Y on keyboard.
2.Restore the system file from the system.ALT backup file.
In recovery console,
Copy C:\WINNT\system32\config\system.alt c:\WINNT\system32\config\system
Press ENTER and type EXIT to restart.

Procedure to clearing the ConfigMgr (SCCM) client local cache (CCM cache) -Resolving Disk space isssue

Essentially the client cache is a temporary download location for software, applications and software updates that are deployed to a clie...