Wednesday, July 8, 2009

Add Network Printer

How to use a network printer if your computer is not on domain and you want to use the domain printer than make sure you have the ip address of printer now open CONTROL PANEL > PRINTERS AND FAXES > ADD PRINTER

Now click next and click the radio button of "Local printer attached to this computer" and make sure that the option "Automatically detect and install....." is untick, now click NEXT

Here click the radio button at the bottom " CREATE A NEW PORT " and in the drop down list select the " STANDARD TCP/IP PORT "

A new window will appear click NEXT and in this window type in the ip address of printer and the port will automatically configure now in next window choose your PRINTER BRAND AND MODEL and click next and finish the wizard.....

Author
Waqas Rafi

Monday, April 6, 2009

After Changing Active Directory Password SQL server stopped

The first thing that network administrator do when he go to a new organization is that to change the password of active directory, but if sql server is also running on it than it will stop working when we try start the sql server service to play the database and a error message will display unable to log on, wrong password or password did not match. So for this go to run and type services.msc from there find the service named MSSQLSERVER and open its properties and click on the log on tab there you will find the THIS ACCOUNT and its password there just change the password to the new password which u set in active directory, than start the database password will match and sql database will start playing.

Author
Waqas Rafi

Friday, February 6, 2009

Stop a user from changing Start Menu

This can be considered a security tip. If you want to restrict modifications to Start menu, do the following:

In regedit, navigate to
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] and look for key "NoChangeStartMenu".
Set its value to 1 to enable it to stop users from changing the Start Menu.

Friday, January 16, 2009

Protect folder with your password via notepad file


Done some changing with code now you will be able to unlock the folder with your own password and the folder will not open with any other password.Copy below code in notepad file and save it as a batch file, with an extension of .bat



cls
@ECHO OFF
title Folder Stuff
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Stuff goto MDStuff
:CONFIRM
echo Are you sure u want to Lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Stuff "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==aaa111 goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Stuff
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDStuff
md Stuff
echo Stuff created successfully
goto End
:End


Just change the aaa111 to anything which u like the red text in above code... a suggestion after this keep ur batch file somewhere secure and when to open bring it to the same directory and double click the batch file and enter ur password to unlock..

Waqas Rafi

Friday, January 9, 2009

How to lock a folder using notepad file?

To lock the folder copy the below code in notepad file and save it as locker.bat
or any file name which u like, but the folder which will create will bear the name LOCKER every time...


cls
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==type your password here goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End




1. Double click the batch file and a folder in the same directory will create.
2. Now put files which u like to secure in this folder.
3. Double click the batch file and press Y to secure the folder.
4. To again open the same folder double click the batch file from the same
directory... note it from the same directory and give password LOCKER and the folder will be visible.. so try this notepad guard.

Waqas Rafi

Wednesday, December 31, 2008

Remove Windows Activation Product

1. Open your regedit RUN > REGEDIT

2. Find key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\WPAEvents

3. see the string OOBETimer

4. Double click.change all content with this one FF D5 71 D6 8B 6A 8D 6F D5 33 93 FD

5. Right Click on WPAEvents(Regedit)and choose Permissions

6. Window will show up, click to System and check all of Deny Listbox

7. Restart Your PC

8. type this in RUN > %systemroot%\system32\oobe\msoobe.exe /a

9. Windows Product Activation will open which will say "Window is already activated. Click OK to exit"

10. Thats it!

Waqas Rafi

Friday, December 12, 2008

Configure Network Bridge


Network Bridging provides an easy way to connect two or more networks to become a single big network without using router in order to share file, printer or Internet connection. Please note that all computers in different network that needs to be bridged must sit in same logical IP Network.

On the system with multiple network adapters :
In the properties of "My Network Places",
right-click on a network connection to display the context menu : "Bridge Connections"

You will get the warning : "To create a Network Bridge, you must select at least two network connections that are not being used by Internet Connection Sharing or the Internet Connection Firewall"

You need to select multiple Network connections : select with a single click the first network connection - hold down the Ctrl-key and select with a single click the second (or more) network connections - right-click and selects now from the pop-up/Context menu to "Bridge Connections"

You will get for a while a message: "please wait while Windows bridges the connections"


Windows will create the "Network Bridge", which for a few seconds will be shown with "Network "


Click HERE to Download the entire document....
--
Waqas Rafi

Thursday, December 4, 2008

Removing Autorun.inf Virus from flash drive


Removing Autorun.inf Virus and Viruses that uses Autorun.inf from flash drives


1. Boot your system in Safemode
2. Open your flash drive via Command Prompt (do this via Start->Run->cmd.exe).
3. Change your logged drive to your USB flash drive (e.g. if your flash drive is at drive E: then type E: on the command prompt then press enter)
4. Type ATTRIB -H -R -S AUTORUN.INF then press enter

After reboot, you can now access your drive.

Editor
Waqas Rafi

Monday, December 1, 2008

ERROR 5


Generic Host Process error and Windows Firewall Error 5

Few days back i was experiencing an error in my windows xp, after booting windows xp some error arise when desktop comes up, few min later desktop screen turn white for a second or two and than it is again restored to its blue default color. Once this error occur two things stop working....

After this error firewall/internet connection sharing is disabled and when u try to enable it by going to services.msc in RUN. you will get the message like " could not start the windows firewall/internet connection sharing (ICS) service on local computer. Error 5: Access is denied " dun error 761

Second thing which is disturbed by this error is that the sound of windows media player is disabled and when u try to enable it by going to services.msc in RUN, and when u restart ur computer than it will start working again, but after few min the same error again occur..

HOW TO REMOVE THIS ERROR..
Add the Windows Firewall entry to the registry........

1. First download this file from HERE
2. Double-click Sharedaccess.reg to merge the contents of this file into the registry and to create the Windows Firewall entry.
3. Restart Windows.
4. Click Start, click Run, type cmd, and then click OK.
5. At the command prompt, type the following command, and then press ENTER:Netsh firewall reset
6. Click Start, click Run, type firewall.cpl, and then click OK.
7. Configure the Windows Firewall settings that you want to use.

Editor
Waqas Rafi

Wednesday, November 26, 2008

Boot Problem with Win Server 2003



If you install or reinstall Windows XP in a dual boot configuration
with Windows Server 2003, Setup replaces the Ntldr and Ntdetect.com files,
preventing Windows Server 2003 from booting.

To resolve this problem:

1. Start the Recovery Console. If it is NOT a menu item, start the computer
from the Windows Server 2003 CD-ROM and press R on the setup screen.
2. After logging onto the proper Windows Server 2003 instance,
type fixboot and press Enter.
3. Type Exit and press Enter.
4. Start Windows Server 2003 or Windows XP normally.

Editor
Waqas Rafi

Monday, November 24, 2008

Rename Recycle BIn


****Rename Recycle Bin****

You can change the name of Recycle Bin desktop icon
1-Click Start menu > Run > and type “regedit” (without quotes), to run Windows Registry Editor
2- Find and go to following “HKEY_CLASSES_ROOT/CLSID/{645FF040-5081-101B-9F08-00AA002F954E}”
3- HKEY_CLASSES_ROOT/CLSID/{645FF040-5081-101B-9F08-00AA002F954E}\shellfolder attrib values have to change 40 01 00 20 to 70 01 00 20
4-come to desktop and right click recyclebin select explorer in this highlight the recyclebin and go to file tab there what ever u will rename

Please Note :Incorrectly editing the registry may severely damage your system.

Editor
Waqas Rafi

Sunday, November 23, 2008

Commands used in Windows

Type these commands in RUN

Accessibility Controls------- access.cpl
Add Hardware Wizard------- hdwwiz.cpl
Add/Remove Programs------- appwiz.cpl
Administrative Tools------- control admintools
Automatic Updates------- wuaucpl.cpl
Bluetooth Transfer Wizard------- fsquirt
Calculator------- calc
Certificate Manager certmgr.msc
Character Map charmap
Check Disk Utility------- chkdsk
Clipboard Viewer------- clipbrd
Command Prompt------- cmd
Component Services------- dcomcnfg
Computer Management------- compmgmt.msc
timedate.cpl------- ddeshare
Device Manager------- devmgmt.msc
Direct X Control Panel (If Installed)*------- directx.cpl
Direct X Troubleshooter------- dxdiag
Disk Cleanup Utility------- cleanmgr
Disk Defragment------- dfrg.msc
Disk Management------- diskmgmt.msc
Disk Partition Manager------- diskpart
Display Properties------- control desktop
Display Properties------- desk.cpl
Display Properties (w/Appearance Tab Preselected)------- control color
Dr. Watson System Troubleshooting Utility------- drwtsn32
Driver Verifier Utility------- verifier
Event Viewer------- eventvwr.msc
File Signature Verification Tool------- sigverif
Findfast------- findfast.cpl
Folders Properties------- control folders
Fonts------- control fonts
Fonts Folder------- fonts
Free Cell Card Game------- freecell
Game Controllers------- joy.cpl
Group Policy Editor (XP Prof)------- gpedit.msc
Hearts Card Game------- mshearts
Iexpress Wizard------- iexpress
Indexing Service------- ciadv.msc
Internet Properties------- inetcpl.cpl
IP Configuration (Display Connection Configuration)------- ipconfig /all
IP Configuration (Display DNS Cache Contents)------- ipconfig /displaydns
IP Configuration (Delete DNS Cache Contents)------- ipconfig /flushdns
IP Configuration (Release All Connections)------- ipconfig /release
IP Configuration (Renew All Connections)------- ipconfig /renew
IP Configuration (Refreshes DHCP & Re-Registers DNS)------- ipconfig /registerdns
IP Configuration (Display DHCP Class ID)------- ipconfig /showclassid
IP Configuration (Modifies DHCP Class ID)------- ipconfig /setclassid
Java Control Panel (If Installed) jpicpl32.cpl
Java Control Panel (If Installed)------- javaws
Keyboard Properties------- control keyboard
Local Security Settings------- secpol.msc
Local Users and Groups------- lusrmgr.msc
Logs You Out Of Windows------- logoff
Microsoft Chat------- winchat
Minesweeper Game------- winmine
Mouse Properties------- control mouse
Mouse Properties------- main.cpl
Network Connections------- control netconnections
Network Connections------- ncpa.cpl
Network Setup Wizard------- netsetup.cpl
Notepad------- notepad
Nview Desktop Manager (If Installed)------- nvtuicpl.cpl
Object Packager------- packager
ODBC Data Source Administrator------- odbccp32.cpl
On Screen Keyboard------- osk
Opens AC3 Filter (If Installed)------- ac3filter.cpl
Password Properties------- password.cpl
Performance Monitor------ perfmon.msc
Performance Monitor------- perfmon
Phone and Modem Options------- telephon.cpl
Power Configuration------- powercfg.cpl
Printers and Faxes------- control printers
Printers Folder------- printers
Private Character Editor------- eudcedit
Quicktime (If Installed)------- QuickTime.cpl
Regional Settings------- intl.cpl
Registry Editor------- regedit
Registry Editor------- regedit32
Remote Desktop------- mstsc
Removable Storage------- ntmsmgr.msc
Removable Storage Operator Requests------- ntmsoprq.msc
Resultant Set of Policy (XP Prof)------- rsop.msc
Scanners and Cameras------- sticpl.cpl
Scheduled Tasks------- control schedtasks
Security Center------- wscui.cpl
Services------- services.msc
Shared Folders------- fsmgmt.msc
Shuts Down Windows------- shutdown
Sounds and Audio------- mmsys.cpl
Spider Solitare Card Game------- spider
SQL Client Configuration------- cliconfg
System Configuration Editor------- sysedit
System Configuration Utility------ msconfig
System File Checker Utility (Scan Immediately)----- sfc /scannow
System File Checker Utility (Scan Once At Next Boot)----- sfc /scanonce
System File Checker Utility (Scan On Every Boot)----- sfc /scanboot
System File Checker Utility (Return to Default Setting)----- sfc /revert
System File Checker Utility (Purge File Cache)----- sfc /purgecache
System File Checker Utility (Set Cache Size to size x)----- sfc /cachesize=x
System Properties------- sysdm.cpl
Task Manager------- taskmgr
Telnet Client------- telnet
User Account Management------- nusrmgr.cpl
Utility Manager------- utilman
Windows Firewall------- firewall.cpl
Windows Magnifier------- magnify
Windows Management Infrastructure------- wmimgmt.msc
Accessibility Wizard --------- accwiz
Add Hardware Wizard --------- hdwwiz.cpl
Add/Remove Programs --------- appwiz.cpl
Administrative Tools --------- control admintools
Adobe Acrobat (if installed) --------- acrobat
Adobe Designer (if installed) --------- acrodist
Adobe Distiller (if installed) --------- acrodist
Adobe ImageReady (if installed) --------- imageready
Adobe Photoshop (if installed) --------- photoshop
Automatic Updates --------- wuaucpl.cpl
Bluetooth Transfer Wizard --------- fsquirt
Calculator --------- calc
Certificate Manager --------- certmgr.msc
Character Map --------- Charmap
Check Disk Utility --------- chkdsk
Clipboard Viewer --------- clipbrd
Command Prompt --------- cmd
Component Services --------- dcomcnfg
Computer Management --------- compmgmt.msc
Control Panel --------- control
Date and Time Properties --------- timedate.cpl
DDE Shares --------- ddeshare
Device Manager --------- devmgmt.msc
Direct X Control Panel (If Installed)* --------- directx.cpl
Direct X Troubleshooter --------- dxdiag
Disk Cleanup Utility --------- cleanmgr
Disk Defragment ------- dfrg.msc
Disk Management -------- diskmgmt.msc
Disk Partition Manager --------- diskpart
Display Properties ----------- control desktop
Display Properties ----------Desk.cpl
Display Properties (w/Appearance Tab Preselected) --------- control color
Dr. Watson System Troubleshooting Utility ------------ drwtsn32
Driver Verifier Utility ------------ verifier
Minesweeper Game -------- winmine
Mouse Properties --------- control mouse
Mouse Properties ---------- main.cpl
Nero (if installed) --------- nero
Netmeeting ------------- conf
Network Connections ---------- control netconnections
Network Connections --------- ncpa.cpl
Network Setup Wizard ---------- netsetup.cpl
Notepad --------- notepad
Nview Desktop Manager (If Installed) ------- nvtuicpl.cpl
Object Packager ---------- packager
ODBC Data Source Administrator ------ odbccp32.cpl
On Screen Keyboard --------- osk
Opens AC3 Filter (If Installed) --------- ac3filter.cpl
Outlook Express ------------- msimn
Paint ------------ pbrush
Password Properties -------- password.cpl
Performance Monitor ------- perfmon.msc
Performance Monitor --------- perfmon
Phone and Modem Options ------- telephon.cpl
Phone Dialer --------- dialer
Pinball Game --------------- pinball
Power Configuration --------- powercfg.cpl
Printers and Faxes ------- control printers
Printers Folder --------- printers
Private Character Editor --------- eudcedit
Quicktime (If Installed) --------- QuickTime.cpl
Quicktime Player (if installed) ------------- quicktimeplayer
Real Player (if installed) ------------- realplay
Regional Settings ----------- intl.cpl
Registry Editor --------- regedit
Registry Editor -------- regedit32
Remote Access Phonebook -------- rasphone
Remote Desktop --------- mstsc
Removable Storage --------- ntmsmgr.msc
Removable Storage Operator Requests --------- ntmsoprq.msc
Resultant Set of Policy (XP Prof) ---------- rsop.msc
Scanners and Cameras ------------ sticpl.cpl
Scheduled Tasks ----------- control schedtasks
Security Center ----------- wscui.cpl
Services -------------- services.msc
Shared Folders ----------- fsmgmt.msc
Shuts Down Windows ------- shutdown
Sounds and Audio ------------ mmsys.cpl
Spider Solitare Card Game -------- spider
SQL Client Configuration --------- cliconfg
System Configuration Editor --------- sysedit
System Configuration Utility --------- msconfig
System File Checker Utility (Scan Immediately) ---------- sfc /scannow
System File Checker Utility (Scan Once At Next Boot) ---------- sfc /scanonce
System File Checker Utility (Scan On Every Boot) -------------- sfc /scanboot
System File Checker Utility (Return to Default Setting) ----------- sfc /revert
System File Checker Utility (Purge File Cache) ------------ sfc /purgecache
System File Checker Utility (Set Cache Size to size x) ------------ sfc /cachesize=x
System Information ----------- msinfo32
System Properties --------- sysdm.cpl
Task Manager ------------ taskmgr
TCP Tester ------------ tcptest
Telnet Client --------- telnet
Tweak UI (if installed) ------------ tweakui
User Account Management ------------ nusrmgr.cpl
Utility Manager --------- utilman
Windows Address Book --------- wab
Windows Address Book Import Utility ----------- wabmig
Windows Backup Utility (if installed) ------------ ntbackup
Windows Explorer ------------- explorer
Windows Firewall ---------- firewall.cpl
Windows Magnifier ------------- magnify
Windows Management Infrastructure ----------- wmimgmt.msc
Windows Media Player ----------- wmplayer
Windows Messenger ------------ msmsgs
Windows Picture Import Wizard (need camera connected) --------- wiaacmgr
Windows System Security Tool ------- syskey
Windows Update Launches -------------- wupdmgr
Windows Version (to show which version of windows) --------- winver
Windows XP Tour Wizard ------------- tourstart
Event Viewer ----------- eventvwr.msc
Files and Settings Transfer Tool ---------- migwiz
File Signature Verification Tool -------- sigverif
Findfast ---------- findfast.cpl
Firefox (if installed) -------- firefox
Folders Properties ---------- control folders
Fonts ---------- control fonts
Fonts Folder ------------ fonts
Free Cell Card Game ------- freecell
Game Controllers --------- joy.cpl
Group Policy Editor (XP Prof) --------- gpedit.msc
Hearts Card Game ----------- mshearts
Help and Support ------- helpctr
HyperTerminal ----------- hypertrm
Iexpress Wizard ---------- iexpress
Indexing Service ---------- ciadv.msc
Internet Connection Wizard -------- icwconn1
Internet Explorer ---------- iexplore
Internet Properties --------- inetcpl.cpl
Internet Setup Wizard ------- inetwiz
Java Control Panel (If Installed) --------- jpicpl32.cpl
Java Control Panel (If Installed) --------- javaws
Keyboard Properties ----------- control keyboard
Local Security Settings --------- secpol.msc
Local Users and Groups ------------- lusrmgr.msc
Logs You Out Of Windows ---------- logoff
Malicious Software Removal Tool ----------- mrt
Microsoft Access (if installed) ------------- access.cpl
Microsoft Chat ------------- winchat
Microsoft Excel (if installed) ----------- excel
Microsoft Frontpage (if installed) ----------- frontpg
Microsoft Movie Maker ----------- moviemk
Microsoft Paint ------------ mspaint
Microsoft Powerpoint (if installed) --------- powerpnt
Microsoft Word (if installed) ---------- winword
Microsoft Syncronization Tool ---------- mobsync

Editor
Waqas Rafi

Monday, November 17, 2008

Install Windows XP for Dummies


First of all copy all your private data in some other drive other than C: or in your external usb, because during installing windows you will lose all data in drive C: drive.

1. After copying your files in external usb put your Windows XP CD in your CD Rom.
2. Now restart your PC.
3. During your PC boot at the start window you will see at the bottom of ur screen,,
" press or to enter setup "
press that button which is shown in the bottom of your screen, it may be F2 or F10 or something else but mostly these two keys are used by companies.
4. Once you had pressed the F2 or F10 button you will enter in the setup mode of your PC.
5. Here find Boot Configuration or Boot Sequence Order that allows you to change the boot sequence.
Set it to boot from CD before hard drive in the boot sequence.
6. Now exit this setup screen by saving the changes you have done.
7. Your computer will again reboot. Now you will see at the bottom screen while booting....
" Press any key to boot from CD... "
So press any key to start from CD.
8. A blue screen will appear. At the bottom you will see drivers are loading wait till all drivers are loaded.
9. When Welocome to Setup Screen will appear, press ENTER to setup Windows XP now...
10. Now press F8 to agree the License Agreement.
11. In this screen's lower portion you will see the C drive Partition and its space.
12. Hope you are following till now. Here Press D to delete the partition C.
( this will delete all data from drive C )
13. Here a screen appear saying are u sure to delete this system partition. Press ENTER
to confirm the deletion.
14. In this screen Press L to delete the partition C:
15. Now you will see the "UNPARTITIONED SPACE" and its size 20480 mb infront of it.
Press C to create a new partition.
16. In this screen you are asked to enter a partition size. Clear the field first and Type 8000 in the field where cursor is blinking, and press ENTER.
17. Now in this screen you will see a partition C is created. Well DOne...
18. Highlight the "UNPARTITIONED SPACE" below it by using down arrow key, and press C to create another new partition.
19. In this screen we have to enter the partition size. Some figures are by default written in the field which is the maximum size we can make. Just press ENTER here.
20. Well done you had created another partition D.
21. Make sure the drive C is highlighted if not use arrow keys. This highlighted drive is the
one where your windows xp will be installed, and press ENTER.
22. Now Select " FORMAT THE PARTITION USING THE NTFS FILE SYSTEM " and press ENTER.
23. Formatting the drive C would take several minutes. so wait..i must say go and get a drink..
24. When format is complete the setup will start COPYING WINDOWS XP INSTALLATION FILES IN UR C DRIVE. This will take few minutes in copying so please wait here also..finish ur drink.
25. After Copying your computer will restart itself, now during windows bootup process donnot press any button when it prompt you to...
" Press any key to boot from CD "
PLZ donnot press any button.
26. After few second when u donnot press any button windows screen will appear.
27. Windows XP is going to install now.
28. After few minutes During installation, the Regional and Language Options window will appear.Just click next

NOTE: I THINK IN THIS STEP U HAD TO TYPE THE SERIAL KEY FOR WINDOWS WHICH IS WRITTEN AT THE BACK OF UR CD COVER.

29. Again few minutes later in name field type ur name and in organizaton field type what ever u want to type.
30. When next window is popped, type ur computer name. what ever u want to type. leave password fields empty.
31. After few time " Date and Time Settings window ", will appear set the correct date, time and time zone settings.
32. In next window click typical settings and click NEXT
33. In next window just click next. The Windows XP installation will now finalize. No user intervention is necessary.
34. Your PC will automatically restart and proceed to load Windows XP for the first time.Take out ur windows xp CD out.
35. After the Windows XP start up splash screen appeared, a window titled Display Settings will appear. Click OK to allow Windows XP to automatically adjust the screen resolution.
36. Welcome to MICROSOFT WINDOWS screen APPEAR Click NEXT, in next window click SKIP.
37. In this step, Windows XP wants to know whether your computer connects to the Internet through a network or if it connects to the Internet directly. Select second option (connects to the Internet directly) and click next....
38. Registration with Microsoft appear and choose No, not at this time and click Next ->.
39. In next window type infront of "YOURNAME" which will be displayed when you press start button.
40. click finish
Windows XP is now loading for the first time. This may take a minute or two depending on your computer's speed.
41. Now when you will see ur desktop window go to
My Computer>Right Click D Drive>Click Format
In file system field select NTFS and select quick format which is underneath it and click start. it will warn u and click ok. in few seconds ur D: DRIVE is also formatted.
42. Finally restart ur PC and at the start of boot process again press F2 OR F10 which u pressed at step no 3.
43. Here go to Boot Configuration or Boot Sequence Order that allows you to change the boot sequence, u went here previously at step no.5 .......Set it to boot from HARD DISK.
Remember: Come out of this setup by saving the changes.
44. Your windows will load normally, NOW , u have to install all of ur laptops DRIVERS.
plz at the end disable these features..........as directed below
45. Right Click My Computer>Properties>Click Advance tab>Click Error Reporting button> select disable error reporting> press ok
46. Right Click My Computer>Properties>Click Automatic Updates>select turn off automatic updates> press ok

NOW KEEP ALL UR PRIVATE DATA IN DRIVE D NOT IN DRIVE C COZ WHEN U INSTALL WINDOW AGAIN U DONNOT HAVE TO SAVE UR DATA AGAIN. IT WILL BE SAFE IN DRIVE D.

I HOPE ONCE U HAD GONE THROUGH THIS PROCESS U WILL INSTALL WINDOWS ON UR OWN NEXT TIME.

Editor
Waqas Rafi

Thursday, November 6, 2008

Shutdown windows xp using TIMER

*************Windows XP Shutdown timer****************
-----------------------------------------------------------------------------------

Just type shutdown /? in a command prompt for options.

Example: shutdown -s -t 7200 (shutting down in 120 mins)



That will shut down the computer in 120 minutes and force programs to close. You can also make a shortcut to the command prompt and have them on the desktop...

Type 'shutdown -a' in a command prompt to cancel shutdown forcefully in a command prompt to cancel the system shutdown....


Editor
Waqas Rafi

Wednesday, October 8, 2008

Change Text of Start button


Customize your windows and change the text in your start button as you like,,

First thing make a backup copy of the file explorer.exe located at C:\Windows\explorer.exe and save this back up where ever it will be safe in ur hard drive.

Now download this software which is freeware and unrar it...
http://www.angusj.com/resourcehacker/


Open this software and open browse till C:\Windows\explorer.exe

the windows which will appear will look like this..



Now expand....
String Table> 37>Highlight 1033

If you are using the Classic Layout than use number 38. We’re going to modify item 578 on right hand side, currently showing the word “start” just as it displays on the current Start button.


The screen will look like this, and you will find "start" in double quotes and now just type your name in it to modify the name... I had written Pimp it inside double quoutes....
When you will write pimp it the button compile script will enable and press it to compile.

After Compiling Script save the altered file using the Save As command on the File Menu. Do not use the Save command – Make sure to use the Save As command and choose a name for the file and save the newly named file to C:\Windows.
In this example i had
saved pimpit.exe file in C:\Windows


Now we will modify the registry ...so go to start>run>type regedit


Navigate to:
HKEY_LOCAL_MACHINE\ SOFTWARE\ Microsoft\ Windows NT\ CurrentVersion\ Winlogon

In the right pane of this registry window you will see a string name shell double click to open it....

and in the field of value data type the name pimpit.exe file which we had saved in c:\windows

press ok and modify the explorer.exe file into pimpit.exe file.

THERE YOU HAVE IT, JUST RESTART YOUR PC AND YOU WILL SEE WORD PIMP IT IN BUTTION, IF YOU HAVE DONE EVERYTHING CORRECTLY...

Waqas Rafi
Editor

Friday, October 3, 2008

Make your windows genuine

Few months back i had found this cool tweak while surfing that how to make your pirated copy of windows XP to Orginal Genuine windows xp which will validate itself from Microsoft Corporation and you will be using your Internet Explorer 7, windows defender, WMP11, getting windows updates regularly if you wish to and many more, this tweak surely works 100 % so check it out...

First of all download this rar file and unrar it on ur PC, from the link below...
http://www.4shared.com/file/65517141/277ebb4a/make_windows_xp_sp2_geneuine.html

Follow the instructions below...

1. Open The Windows XP Keygen included with the package, to generate a genuine Serial key for WINXP! When the Program opens, under Product Family, click the box and choose "WIndows XP Pro. VLK". then click the botton "Generate".
A Serial will appear on the buttom, live the program open!
2. Open the Proram "keyFinder" which displays your Product key for any WIndows PC and Office Product. Also allows you to change your Product Key!
Make sure the "Microsoft Windows" tab is open. Then Click on the Options Menu, followed by "change Windows Key"
In the boxes enter the Serial key, from the Keygen Program! followed by clicking the button "Change". a pop up will appear!. And follow what ever it says!
3. Now open the proram wga-fix, if a pop up comes out simply click Yes, don't worry about the unreadable language.
4. Open the program MGADiag (Microsoft Genuine Validtaion Diiagnostic Tool. To Control Your WGA Status and to make sure you are running a GENUINE PC and more! Click the Button "Continue"! Once the process is finish click OK!
5. Finaly if you have any cracked LegitControlCheck.dll, Delete it from the System32 Folder "C:\Windows\Sytem32". and download
the WGA tool from Microsoft and there you have it! Your PC is 100% Genuine no need to by a PC!

Works with:

-Microsft Download Center and Windows Update! 100% all times, wether or not MSFT updates its tool!
-Works with other browsers besides IE6/7. Such as Firefox, or Netscape or a Browser powerd by IE(such as MSN Explorer or AOL Explorer)
-IT EVEN Works with Programs that require validtaion, such as IE, WMP11, Windows defender, etc. No need for WGA Cracks!
and more!
-Get Windows XP Service Pack 2(SP20 with ou a WGA pop up!
-Requires a Pirated Windows XP PC(XP Pro, Media Center 2005, Tablet PC, Home or other), Capable for Pirated Windows 2003
-DO NOT run the programs via safemode, it WILL NOT work!

This 2006 WGA Patcher Permanent Edition and Programs included in this Kit for windows is created by Matt and its owners ...
Windows Genuine Advantage Patcher Permanet Kit"The Secusser of the WGA Patcher Classics"
By: Matt

This WGA Patcher was Last Updated-11/18/06


Waqas Rafi
Editor

Disclaimer: Independent operated blog, feed backs at kaxxi.khan@gmail.com
© copyright 2011 info-logy.blogspot.com