Computer tips லேபிளுடன் இடுகைகளைக் காண்பிக்கிறது. அனைத்து இடுகைகளையும் காண்பி
Computer tips லேபிளுடன் இடுகைகளைக் காண்பிக்கிறது. அனைத்து இடுகைகளையும் காண்பி

சனி, 16 ஏப்ரல், 2011

பத்து நிமிடத்தில் Windows XP install பண்ணலாம் வாங்க

Windows XP நம்மவர்கள் அதிகம் பயன்படுத்தும் OS. என்னதான் windows 7 வந்துவிட்ட போதிலும் இதை நாம் மறக்கவில்லை. எப்போதும் OS இன்ஸ்டால் பண்ணுவதற்க்கு நமக்கு அதிகபட்சம் 2 மணி நேரம் ஆகக் கூடும். இதை பத்து நிமிடத்தில் முடித்தால் எப்படி இருக்கும். வாங்க முடிப்போம்.

  • OS cd யை உள்ளே போட்டு ஃபார்மட் ஸ்டெப் முடிக்கவும்.
  • இப்போது உங்கள் கம்ப்யூட்டர் ரீஸ்டார்ட் ஆகும்.
இப்போது கீழே உள்ளது போல டெஸ்க்டாப்பில் வரும்.



  • இப்போது command Prompt இல் சிறு வேலை உள்ளது.


  • Shift F10 ஐ பிரஸ் செய்வதன் மூலம் command Prompt க்கு வரலாம்.


  • இங்கு "taskmgr" என டைப் செய்வதன் மூலம் "task Manager" க்கு வரலாம்.

அது கீழே உள்ளது போல தோன்றும்.
(Processes பகுதி. )




  • இங்கு Setup.exe என்பதை நீங்கள் காணலாம்,

  • அதனை Right click செய்யவும் அதில் Set priority --> real time என்பதை தெரிவு செய்யவும்.


அவ்ளோதான்.

திங்கள், 19 அக்டோபர், 2009

விண்டோசை எளிதாக ரிப்பேர் செய்வது எப்படி?

கடைசியாக கணினியை ஷட் டவுன் செய்யும் வரை Windows XP நன்றாகவே வேலை செய்து கொண்டிருந்தது. இப்பொழுது கணினியை திறக்கையில் திரையில் Windows NT could not start because the below file is missing or corrupt:

X:\\WINNT\\System32\\HAL.dll
(OR)

NTLDR is Missing
Press any key to restart

மேற்கண்ட பிழைச்செய்தி தோன்றும், இது பலருக்கும் நேர்ந்திருக்கலாம். சரி ரீ ஸ்டார்ட் செய்து Safe mode -ல் சென்று பார்க்கலாம் என்றால் அதிலும் இதே பிரச்சனை.

இதற்கு பலரும் தேர்ந்தெடுக்கும் வழி விண்டோசை ரீ இன்ஸ்டால் செய்வது.


இதற்கு நான் உபயோகிக்கும் எளிதான வழிகளில் ஒன்று.,

Windows Recovery Console -ல் உபயோகிக்கப்படும் "BOOTCFG /Rebuild" என்ற கட்டளை ஒன்று உண்டு. இந்த கட்டளை விண்டோஸ் இயங்குதளம் துவங்குவதற்கு தடையாக உள்ள System File களை Remove/Replace/Repair செய்யும் பணியை Recovery Console -ல் செயல் படுத்துகிறது.

இந்த கட்டளை சரி செய்யும் கோப்புகள்..,
• Windows Hardware Abstraction Layer (HAL)
• Invalid BOOT.INI files
• A corrupt NTOSKRNL.EXE
• A missing NT Loader (NTLDR)
• Corrupt registry hives (\\WINDOWS\\SYSTEM32\\CONFIG\\xxxxxx)

இந்த கட்டளையை நாம் Windows Recovery Console -ல் தான் கொடுக்க முடியும் என்பதால், முதலில் REcovery console இற்கு செல்வது எப்படி என்று பார்ப்போம்.

Windows XP Booting CD ஐ உபயோகித்து கணினியை பூட் செய்து கொண்டு, கீழ்கண்ட திரை வரும்வரை தொடருங்கள்.

இந்த திரையில் 'R' கீயை அழுத்தினால் Recovery Console வந்துவிடும்.

1: C:\WINDOWS
(C: என்பது ரிப்பேர் செய்யப்போகும் இயங்குதளம் அமைந்துள்ள ட்ரைவ்)
இது சரியெனில் 1 டைப் செய்து என்டர் கொடுத்து, Administrator கடவு சொல்லை டைப் செய்யவும். (விண்டோஸ் பதியும் பொழுது பெரும்பாலானோர் Administrator க்கு கடவு சொல்லை கொடுப்பதில்லை, அப்படியிருந்தால் வெறுமனே என்டர் கொடுத்தால் போதுமானது).

இப்பொழுது திரையில்,

C:\WINDOWS> என்ற ப்ராம்ப்ட் வரும், இங்கு கீழ்கண்ட கட்டளைகளை ஒன்றன்பின் ஒன்றாக டைப் செய்து என்டர் கொடுக்கவும்.


CD ..
ATTRIB -H C:\boot.ini
ATTRIB -S C:\boot.ini
ATTRIB -R C:\boot.ini
del boot.ini
BOOTCFG /Rebuild
CHKDSK /R /F
FIXBOOT


"Sure you want to write a new bootsector to the partition C: ?” என கேட்க்கப்படும் பொழுது 'Y' கொடுத்து என்டர் கொடுக்கவும்.

இறுதியாக கணினியை ரீ ஸ்டார்ட் செய்யவும்.

புதன், 27 மே, 2009

Windows Recovery Console Commands

Windows Recovery Console Commands - Microsoft Windows Tips

The Windows Recovery Console is used to obtain access to your computer without starting the Windows graphical user interface. With the Windows Recovery Console, you can:

- Use, copy, rename, or replace system files and folders.
- Enable or disable services or device startup for the next time that you boot your computer.
- Repair the file system boot sector or the Master Boot Record.
- Create and format partitions on drives.

Here are the available commands that can be used with the Windows Recovery Console.

ATTRIB
Use the attrib command with one or more of the following parameters to change the attributes of a file or a folder:

BATCH
batch inputfile [outputfile]
Use this command to run commands that are specified in a text file. In the command syntax, inputfile specifies the text file that contains the list of commands to be run, and outputfile specifies the file that contains the output of the specified commands. If you do not specify an output file, the output appears on the screen.

BOOTCFG
Use this command for boot configuration and recovery.

CD and CHDIR
Use the cd and chdir commands to change to a different folder.

CHKDSK
chkdsk drive /p /r
The chkdsk command checks the specified drive and repairs or recovers the drive if the drive requires it.The command also marks any bad sectors and it recovers readable information.

CLS
Use this command to clear the screen.

COPY
copy source destination
Use this command to copy a file.

DEL and DELETE
del drive: path filename
delete drive: path filename
Use this command to delete a file.

DIR
dir drive: path filename
Use this command to display a list of files and subfolders in a folder.

DISABLE
disable servicename
Use this command to disable a Windows system service or driver.

DISKPART
diskpart /add /delete device_name drive_name partition_name size
Use this command to manage the partitions on your hard disk volumes.

ENABLE
enable servicename start_type

You can use the enable command to enable a Windows system service or driver.

EXIT
Use the exit command to quit the Recovery Console.

EXPAND
expand source [/F:filespec] [destination] [/y]
expand source [/F:filespec] /D
Use this command to expand a file

FIXBOOT
fixboot drive name:
Use this command to write the new Windows boot sector code on the system partition.

FIXMBR
fixmbr device name
Use this command to repair the MBR of the boot partition.

FORMAT
format drive: /Q /FS:file-system
Use this command to format the specified drive to the specified file system.

LISTSVC
The listsvc command lists all available services, drivers, and their start types for the current Windows installation.

LOGON
The logon command lists all detected installations of Windows and then requests the local administrator password for the copy of Windows that you want to log on to.

MAP
map arc
Use this command to list drive letters, file system types, partition sizes, and mappings to physical devices.

MD and MKDIR
The md and mkdir commands create new folders.

MORE
more filename
Use this command to display a text file to the screen.

RD and RMDIR
Use rd and rmdir commands to delete a folder.

REN and RENAME
Use the ren and rename commands to rename a file.

SET
You can use the set to display or modify four environment options.

SYSTEMROOT
The systemroot command sets the current working folder to the %SystemRoot% folder of the Windows installation that you are currently logged on to.

TYPE
type filename
Use the type command to display a text file.

சனி, 23 மே, 2009

10 Tips to speed up Window XP

1.Let your PC boot up completely before opening any applications.

2.Refresh the desktop after closing any application. This will remove any unused files from the RAM.

3.Do not set very large file size images as your wallpaper. Do not keep a wallpaper at all if your PC is low on RAM (less than 64 MB).

4.Do not clutter your Desktop with a lot of shortcuts. Each shortcut on the desktop uses up to 500 bytes of RAM

5.Empty the recycle bin regularly. The files are not really deleted from your hard drive until you empty the recycle bin.

6.Delete the temporary internet files regularly.(or you can set go to Tools menu Option then Advanced Tab under Security check 2 Empty temporary internet when browser is close and Do not Save encrypted pages to disk and this Only for MS IE)

7.Defragment your hard drive once every two months. This will free up a lot of space on your hard drive and rearrange the files so that your applications run faster.

8.Always make two partitions in your hard drive. Install all large Softwares (like PSP, Photoshop, 3DS Max etc) in the second partition. Windows uses all the available empty space in C drive as virtual memory when your Computer RAM is full. Keep the C Drive as empty as possible.

9.When installing new Software disable the option of having a tray icon. The tray icons use up available RAM, and also slow down the booting of your PC. Also disable the option of starting the application automatically when the PC boots. You can disable these options later on also from the Tools or preferences menu in your application.

10. Protect your PC from dust. Dust causes the CPU cooling fan to jam and slow down thereby gradually heating your CPU and affecting the processing speed. Use compressed air to blow out any dust from the CPU. Never use vacuum.