An IP (Internet Protocol) address is a unique identifier for a node or host connection on an IP network. An IP address is a 32 bit binary number usually represented as 4 decimal values, each representing 8 bits, in the range 0 to 255 (known as octets) separated by decimal points. This is known as "dotted decimal" notation.
Address Classes
There are 5 different address classes. You can determine which class any IP address is in by examining the first 4 bits of the IP address.
Class A 0.0.0.0 to 126.255.255
Class B 128.0.0.0 to 191.255.255
Class C 192.0.0.0 to 223.255.255
Class D 224.0.0.0 to 239.255.255
Class E 240.0.0.0 to 254.255.255
[Note: 127.0.0.0 - 127.255.255.255 is reserved for loop back id
0.0.0.0 is know as Global IP
255.255.255.255 is known as Broadcast IP]
[Note: Class D and E is used for Research and Development & Multicasting]
KZH
Friday, November 4, 2011
DOS (Disk Operating System) Commands
DOS (Disk Operating System) Commands
DOS (Disk Operating System)
It is an CUI (Character User Interface) based O/S.
Navigation:-
Start --> Programs -->Accessories --> Command Prompt
(OR)
Start --> Run --> CMD
1. How to create a file?
A. Syntax: copy con
Example: copy con zubar
Ctrl + z = Save (and Enter)
2. To list all file and directory?
A. Syntax: dir
3. How to see date?
A. Syntax: date
For new date: mm-dd-yyyy (04-25-2011)
4. How to see time?
A. Syntax: time
For new time: HH:MM:SS.MS (10:45:23.20)
5. How to create a directory?
A. Syntax: mkdir
Example: mkdir orbit
6. How to Change a Directory (how to enter into an directory)?
A. Syntax: cd
Example: cd orbit (D:\orbit>)
7. How to come back from the directory?
A. Syntax: cd..
Example: cd.. (D:\>)
8. How to copy a file?
A. Syntax: copy
Example: copy zubar d:\orbit
9. How to Delete a file?
A. Syntax: del
Example: del zubar
10. How to move a file?
A. Syntax: move
Example: move zubar d:\orbit
11. How to Clear the screen?
A. Syntax: cls
Example: cls
12. How to see content of a file?
A. Syntax: type
Example: type digital
13. How to Edit a file?
A. Syntax: edit
Example: edit digital (To Save Press Alt+F+S, To Exit Press Alt+X)
14. How to Delete a Directory.
A. Syntax: RD
Example: RD afroz
15. How to change color?
A. Syntax: color <0 to 9 and A - F>
Example: color 7c
16. How to Hide and Unhide a Directory?
A. Syntax: attrib
Example: attrib +h imran (for hide)
attrib -h imran (for unhide)
17. How to see an IP-Address?
A. Syntax: ipconfig
18. How to see an ipaddress and dns?
A. Syntax: ipconfig /all
19. How to communication between two systems?
A. Syntax: ping
Example: ping 10.1.1.1 or ping orbit6
20. How to format a drive(Memory Card or Pendrive)?
A. Syntax: format
Example: format H:
21. How to Starts a separate window to run a specified program.
A. Syntax: START
22. How to view Windows version.
A. Syntax: ver
23. How to view graphically displays the directory structure of a drive or path.
A. Syntax: tree
24. How to delete one or more file?
A. Syntax: erase
Example: erase book1 book2 book3 book4
25. How to rename a file or directory?
A1. Syntax: ren
Example: ren note hyd
A2. Syntax: ren
Example: ren imran waseem
26. How to see MAC(Media Access Controller) ID?
A. Syntax: getmac
27. How to check Host Name or Computer Name of a System?
A. Syntax: hostname
DOS (Disk Operating System)
It is an CUI (Character User Interface) based O/S.
Navigation:-
Start --> Programs -->Accessories --> Command Prompt
(OR)
Start --> Run --> CMD
1. How to create a file?
A. Syntax: copy con
Example: copy con zubar
Ctrl + z = Save (and Enter)
2. To list all file and directory?
A. Syntax: dir
3. How to see date?
A. Syntax: date
For new date: mm-dd-yyyy (04-25-2011)
4. How to see time?
A. Syntax: time
For new time: HH:MM:SS.MS (10:45:23.20)
5. How to create a directory?
A. Syntax: mkdir
Example: mkdir orbit
6. How to Change a Directory (how to enter into an directory)?
A. Syntax: cd
Example: cd orbit (D:\orbit>)
7. How to come back from the directory?
A. Syntax: cd..
Example: cd.. (D:\>)
8. How to copy a file?
A. Syntax: copy
Example: copy zubar d:\orbit
9. How to Delete a file?
A. Syntax: del
Example: del zubar
10. How to move a file?
A. Syntax: move
Example: move zubar d:\orbit
11. How to Clear the screen?
A. Syntax: cls
Example: cls
12. How to see content of a file?
A. Syntax: type
Example: type digital
13. How to Edit a file?
A. Syntax: edit
Example: edit digital (To Save Press Alt+F+S, To Exit Press Alt+X)
14. How to Delete a Directory.
A. Syntax: RD
Example: RD afroz
15. How to change color?
A. Syntax: color <0 to 9 and A - F>
Example: color 7c
16. How to Hide and Unhide a Directory?
A. Syntax: attrib
Example: attrib +h imran (for hide)
attrib -h imran (for unhide)
17. How to see an IP-Address?
A. Syntax: ipconfig
18. How to see an ipaddress and dns?
A. Syntax: ipconfig /all
19. How to communication between two systems?
A. Syntax: ping
Example: ping 10.1.1.1 or ping orbit6
20. How to format a drive(Memory Card or Pendrive)?
A. Syntax: format
Example: format H:
21. How to Starts a separate window to run a specified program.
A. Syntax: START
22. How to view Windows version.
A. Syntax: ver
23. How to view graphically displays the directory structure of a drive or path.
A. Syntax: tree
24. How to delete one or more file?
A. Syntax: erase
Example: erase book1 book2 book3 book4
25. How to rename a file or directory?
A1. Syntax: ren
Example: ren note hyd
A2. Syntax: ren
Example: ren imran waseem
26. How to see MAC(Media Access Controller) ID?
A. Syntax: getmac
27. How to check Host Name or Computer Name of a System?
A. Syntax: hostname
REDHAT LINUX INSTALLATION
Redhat Linux Installation
1. Linux is an open source operating system which we can download as free of cost.
2. Redhat linux is a Redhat's property, means they modified the original Linux Kernal & then lunched in the market in the name of their own brand.
3. Linux is the modified version of earlier Unix.
Linux Versions
Server:-
----------
1. RedHat 4.0
2. RedHat 5.0
3. Redhat 5.5
4. RedHat 6.0
5. RedHat 6.2
6. UbuntuN
Clients:-
----------
1. Fedora
2. Ubuntu
3. CentOS
4. Free DBS
5. NetBeans
6. SUSE
7. ZenWalk
8. BlackLinux
9. Puppy Linux
10.
Note:
1. Don't install Linux first, if u want to keep Microsoft & linux Operating system in your computer.
2. Install Microsoft OS first & keep some unpartition space for Linux.
3. If you want to uninstall Linux, then insert Microsoft OS CD, which is released after Linux.
Example: If u hv Redhat Linux AS 4.0 install in your computer, then insert & boot from MS 2003 Server/Vista/Seven.
Installation:-
------------------
1. Insert bootable linux CD or DVD in CD/DVD ROM.
2. Check your CD or DVD (OK or SKIP), If you want to check that bootable disk is working or not, press OK otherwise press SKIP.
3. Next
4. Select English Laungage
5. US English
6. Skip entering installation number
7. Skip
8. Install RedHat Linux Server
9. Remove Linux Partions on selected drives and create default layout.
10. Are you sure you want do this (If Yes Click YES, If No, Click NO).
11. Assign an IP Address.(Dynamic or Mannual).
12. Click on India Map and click on kolkatta.
13. Root Password
14. Customize Later
15. Next
16. Installing RedHat OS (It takes several minitus to install)
17. Reboot
18. Forward
19. Yes, I agree to the License Agreement (Press Forward).
20. Firewall (Press Forward)
21. SELinux (Press Forward)
22. Kdump (Press Forward)
23. Set Date and Time and Press Forward
24. Forward
25. Create User
26. Sound Card Forward
27. Finish
28. Login Username: root
Login Password: Ab12345
1. Linux is an open source operating system which we can download as free of cost.
2. Redhat linux is a Redhat's property, means they modified the original Linux Kernal & then lunched in the market in the name of their own brand.
3. Linux is the modified version of earlier Unix.
Linux Versions
Server:-
----------
1. RedHat 4.0
2. RedHat 5.0
3. Redhat 5.5
4. RedHat 6.0
5. RedHat 6.2
6. UbuntuN
Clients:-
----------
1. Fedora
2. Ubuntu
3. CentOS
4. Free DBS
5. NetBeans
6. SUSE
7. ZenWalk
8. BlackLinux
9. Puppy Linux
10.
Note:
1. Don't install Linux first, if u want to keep Microsoft & linux Operating system in your computer.
2. Install Microsoft OS first & keep some unpartition space for Linux.
3. If you want to uninstall Linux, then insert Microsoft OS CD, which is released after Linux.
Example: If u hv Redhat Linux AS 4.0 install in your computer, then insert & boot from MS 2003 Server/Vista/Seven.
Installation:-
------------------
1. Insert bootable linux CD or DVD in CD/DVD ROM.
2. Check your CD or DVD (OK or SKIP), If you want to check that bootable disk is working or not, press OK otherwise press SKIP.
3. Next
4. Select English Laungage
5. US English
6. Skip entering installation number
7. Skip
8. Install RedHat Linux Server
9. Remove Linux Partions on selected drives and create default layout.
10. Are you sure you want do this (If Yes Click YES, If No, Click NO).
11. Assign an IP Address.(Dynamic or Mannual).
12. Click on India Map and click on kolkatta.
13. Root Password
14. Customize Later
15. Next
16. Installing RedHat OS (It takes several minitus to install)
17. Reboot
18. Forward
19. Yes, I agree to the License Agreement (Press Forward).
20. Firewall (Press Forward)
21. SELinux (Press Forward)
22. Kdump (Press Forward)
23. Set Date and Time and Press Forward
24. Forward
25. Create User
26. Sound Card Forward
27. Finish
28. Login Username: root
Login Password: Ab12345
XP REGISTRY TRICKS
Xp Registry tricks
Its a mixed bag.. a compilation of all the tricks..
many tricks are what i discovered..
many are shared ..
keep posting if u know more
Display Your Quick Launch ToolbarTip:
Is your Quick Launch toolbar missing from the taskbar?
To display your familiar Quick Launch toolbar:
Right-click an empty area on the taskbar, click Toolbars, and then click Quick Launch.
Easy as that your Quick Launch bar appears. To add items to your Quick Launch toolbar, click the icon for the program you want to add, and drag it to the Quick Launch portion of the taskbar.
--------------------------------------------------------------------------------
How to remove recycle bin from your desktop Tip:
Open Regedit by going to START - RUN and type Regedit and hit enter. Then you should navigate to following entry in registry HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\
Desktop\NameSpace\{645FF040-5081-101B-9F08-00AA002F954E} and delete it. This action should remove recycle bin from your desktop.
--------------------------------------------------------------------------------
How to stop new programs installed balloon from coming up tip:
Right click on START button and select properties. Click on Customize and go to Advanced tab and deselect check box saying "Highlight newly installed programs". This would help you stop this annoying feature from popping up every now and then.
--------------------------------------------------------------------------------
Unlock Toolbars to Customize Them Tip:
The new Windows XP now features locking toolbars, and you can adjust them. You may customize a lot of the Windows XP features such as the Taskbar, Start Menu, and even toolbar icons in Internet Explorer and Outlook Express. Remember your right-click:
* Right-click on a toolbar, and then click Lock the Toolbars to remove the check mark.
* Right-click on the toolbar again, and then click Customize.
You may add or remove toolbar buttons, change text options and icon options. When you've got the toolbar customized, click Close. Now right-click on the toolbar and then click Lock the Toolbars to lock them in place. com
--------------------------------------------------------------------------------
Want to remove shared documents folder from My Computer window tip:
Some don't like my shared documents folder option. If you are one of that, here is a trick to remove it.Open registry editor by going to START-RUN and entering regedit.
Once in registry, navigate to key HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Explorer \ My Computer \ NameSpace \ DelegateFolders You must see a sub-key named {59031a47-3f72-44a7-89c5-5595fe6b30ee}. If you delete this key, you have effectively removed the my shared documents folder.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
How to improve on shutdown time ? Close apps automatically & quickly at shutdown tip:
Open Registry by going to START-RUN and typing REGEDIT. Navigate to HKEY_CURRENT_USER\CONTROL PANEL\DESKTOP and look for AutoEndTasks. On my computer default value is 0. Change it to 1. Thats all. Further more you can reduce the time it takes for Windows to issue kill directive to all active/hung applications.
In doing this only constraint that you should make sure exists is that HungAppTimeout is greater than WaitToKillAppTimeout. Change the values of WaitToKillAppTimeout to say 3500 (since default value for HungAppTimeout 5000 and for WaitToKillAppTimeout is 20000)
--------------------------------------------------------------------------------
Are you missing icons Tip:
Are you missing icons? You may be wondering where all the icons from your desktop are in Windows XP? Well if you're like me, you like to have at least My Computer, My Network Places, and My Documents on the your desktop.
You need to:
* Right-click on the desktop, and then click Properties.
* Click the Desktop tab and then click on Customize Desktop.
* Put a check mark in the box next to My Document, My Computer, My Network Places, or Internet Explorer, to add those familiar icons to your desktop. Easy yes!
--------------------------------------------------------------------------------
How to login as administrator if you don't see it available tip:
Unless and until you have run into issues and fixing XP (underwhich case you have to go to Safe Mode to login as Administrator), you can get to administrator screen by simply pressing CTRL+ALT+DELETE twice at the main screen.
--------------------------------------------------------------------------------
Speedup boot up sequence by defragmenting all key boot files tip:
Open Registry by going to START-RUN and typing REGEDIT. Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction. In right hand panel look for Enable. Right click on it and set it 'Y' for enable. This is the way I have it set on my computer. This will help speedup boot time.
Use a Shortcut to Local Area Network Connection Information:
--------------------------------------------------------------------------------
Use a Shortcut to Local Area Network Connection Information Tip:
Here's something new in Windows XP, instead of using the command line program and typing ipconfig to get local area network information, you can try using the following shortcut:
* Click on Start, point to Connect to, and then click Show All Connections.
* Right–click the connection you want information about, and then click Status.
* In the connection Properties dialog box, click the Support tab.
* For more information, click on the Advanced tab.
To automatically enable the status monitor each time the connection is active, in the connection Properties dialog box, select the Show icon in taskbar notification area when connected check box.
--------------------------------------------------------------------------------
Do you know you can have Virtual Desktops (like in Linux) with PowerToys ?
If you have powertoys installed on Windows XP Its available for free at Microsoft download webpage. It is very easy to enable Microsoft Virtual Desktop Feature. Simply right click on the Start Panel Bar also called TaskBar, Click on Tool Bar and select Desktop manager.
You would see a set of 5 icons placed on the right portion of the TAskBar. Click on number 1 to 4 to go to any of the desktops. Now you have have four different Active Desktops.
IMPORTANT NOTE: You may see a little degradation in performance.
--------------------------------------------------------------------------------
Customize Internet. Explorer Title bar tip:
This tip won't make your computer any faster but may help personalize your computer experience. Open Registry by going to START-RUN and typing REGEDIT. Navigate to HKEY_CURRENT_USER\Software\Microsoft\Internet. Explorer\Main. In right hand panel look for string "Window Title" and change its value to whatever custom text you want to see.
--------------------------------------------------------------------------------
adding content to Right click credit : ashwin C1
Once done, you will be able to right click any file or folder and use the Browse for Folder dialog to choose the location you want to move or copy your file or folder to, without having to go to the destination path.
First we will add the copy and move options to the right click menu of all FILES.
CLICK Start>Run, type REGEDIT and click OK to open up the registry editor and make your way to this key:
HKEY_CLASSES_ROOT->*->shellex->ContextMenuHandlers
Right click the ContextMenuHandlers key and choose New>Key.
Name the new key “Copy To” (without the quotes).
Repeat the above and create another new key named Move To.
You should now have two new subkeys under the ContextMenuHandlers key:
HKEY_CLASSES_ROOT->*->shellex->ContextMenuHandlers\Copy To
HKEY_CLASSES_ROOT->*->shellex->ContextMenuHandlers\Move To
Select the Copy To key and in the right hand pane, double click “Default”
Enter this clsid value as the value data:
{C2FBB630-2971-11d1-A18C-00C04FD75D13}
Next , select the Move To key and in the right hand pane set the default value to:
{C2FBB631-2971-11d1-A18C-00C04FD75D13}
This now takes care of the Copy and Move options for the right click context menu of all your files.
Now all that is left is to add the same options to the right click menu of all your folders.
The procedure will be the same as for files but at a different key:
HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHan dlers
Right click ContextMenuHandlers and create a new key named Copy To.
Right click it again and create another new key named Move To.
left click on the right hand pane, add the same default values as you did for Files:
For Copy To:
{C2FBB630-2971-11d1-A18C-00C04FD75D13}
For the Move To:
{C2FBB631-2971-11d1-A18C-00C04FD75D13}
Exit the registry and you are done.
Now when you right click on a file or folder, you should see two new options: Copy to Folder and Move to Folder
Its a mixed bag.. a compilation of all the tricks..
many tricks are what i discovered..
many are shared ..
keep posting if u know more
Display Your Quick Launch ToolbarTip:
Is your Quick Launch toolbar missing from the taskbar?
To display your familiar Quick Launch toolbar:
Right-click an empty area on the taskbar, click Toolbars, and then click Quick Launch.
Easy as that your Quick Launch bar appears. To add items to your Quick Launch toolbar, click the icon for the program you want to add, and drag it to the Quick Launch portion of the taskbar.
--------------------------------------------------------------------------------
How to remove recycle bin from your desktop Tip:
Open Regedit by going to START - RUN and type Regedit and hit enter. Then you should navigate to following entry in registry HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\
Desktop\NameSpace\{645FF040-5081-101B-9F08-00AA002F954E} and delete it. This action should remove recycle bin from your desktop.
--------------------------------------------------------------------------------
How to stop new programs installed balloon from coming up tip:
Right click on START button and select properties. Click on Customize and go to Advanced tab and deselect check box saying "Highlight newly installed programs". This would help you stop this annoying feature from popping up every now and then.
--------------------------------------------------------------------------------
Unlock Toolbars to Customize Them Tip:
The new Windows XP now features locking toolbars, and you can adjust them. You may customize a lot of the Windows XP features such as the Taskbar, Start Menu, and even toolbar icons in Internet Explorer and Outlook Express. Remember your right-click:
* Right-click on a toolbar, and then click Lock the Toolbars to remove the check mark.
* Right-click on the toolbar again, and then click Customize.
You may add or remove toolbar buttons, change text options and icon options. When you've got the toolbar customized, click Close. Now right-click on the toolbar and then click Lock the Toolbars to lock them in place. com
--------------------------------------------------------------------------------
Want to remove shared documents folder from My Computer window tip:
Some don't like my shared documents folder option. If you are one of that, here is a trick to remove it.Open registry editor by going to START-RUN and entering regedit.
Once in registry, navigate to key HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Explorer \ My Computer \ NameSpace \ DelegateFolders You must see a sub-key named {59031a47-3f72-44a7-89c5-5595fe6b30ee}. If you delete this key, you have effectively removed the my shared documents folder.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
How to improve on shutdown time ? Close apps automatically & quickly at shutdown tip:
Open Registry by going to START-RUN and typing REGEDIT. Navigate to HKEY_CURRENT_USER\CONTROL PANEL\DESKTOP and look for AutoEndTasks. On my computer default value is 0. Change it to 1. Thats all. Further more you can reduce the time it takes for Windows to issue kill directive to all active/hung applications.
In doing this only constraint that you should make sure exists is that HungAppTimeout is greater than WaitToKillAppTimeout. Change the values of WaitToKillAppTimeout to say 3500 (since default value for HungAppTimeout 5000 and for WaitToKillAppTimeout is 20000)
--------------------------------------------------------------------------------
Are you missing icons Tip:
Are you missing icons? You may be wondering where all the icons from your desktop are in Windows XP? Well if you're like me, you like to have at least My Computer, My Network Places, and My Documents on the your desktop.
You need to:
* Right-click on the desktop, and then click Properties.
* Click the Desktop tab and then click on Customize Desktop.
* Put a check mark in the box next to My Document, My Computer, My Network Places, or Internet Explorer, to add those familiar icons to your desktop. Easy yes!
--------------------------------------------------------------------------------
How to login as administrator if you don't see it available tip:
Unless and until you have run into issues and fixing XP (underwhich case you have to go to Safe Mode to login as Administrator), you can get to administrator screen by simply pressing CTRL+ALT+DELETE twice at the main screen.
--------------------------------------------------------------------------------
Speedup boot up sequence by defragmenting all key boot files tip:
Open Registry by going to START-RUN and typing REGEDIT. Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction. In right hand panel look for Enable. Right click on it and set it 'Y' for enable. This is the way I have it set on my computer. This will help speedup boot time.
Use a Shortcut to Local Area Network Connection Information:
--------------------------------------------------------------------------------
Use a Shortcut to Local Area Network Connection Information Tip:
Here's something new in Windows XP, instead of using the command line program and typing ipconfig to get local area network information, you can try using the following shortcut:
* Click on Start, point to Connect to, and then click Show All Connections.
* Right–click the connection you want information about, and then click Status.
* In the connection Properties dialog box, click the Support tab.
* For more information, click on the Advanced tab.
To automatically enable the status monitor each time the connection is active, in the connection Properties dialog box, select the Show icon in taskbar notification area when connected check box.
--------------------------------------------------------------------------------
Do you know you can have Virtual Desktops (like in Linux) with PowerToys ?
If you have powertoys installed on Windows XP Its available for free at Microsoft download webpage. It is very easy to enable Microsoft Virtual Desktop Feature. Simply right click on the Start Panel Bar also called TaskBar, Click on Tool Bar and select Desktop manager.
You would see a set of 5 icons placed on the right portion of the TAskBar. Click on number 1 to 4 to go to any of the desktops. Now you have have four different Active Desktops.
IMPORTANT NOTE: You may see a little degradation in performance.
--------------------------------------------------------------------------------
Customize Internet. Explorer Title bar tip:
This tip won't make your computer any faster but may help personalize your computer experience. Open Registry by going to START-RUN and typing REGEDIT. Navigate to HKEY_CURRENT_USER\Software\Microsoft\Internet. Explorer\Main. In right hand panel look for string "Window Title" and change its value to whatever custom text you want to see.
--------------------------------------------------------------------------------
adding content to Right click credit : ashwin C1
Once done, you will be able to right click any file or folder and use the Browse for Folder dialog to choose the location you want to move or copy your file or folder to, without having to go to the destination path.
First we will add the copy and move options to the right click menu of all FILES.
CLICK Start>Run, type REGEDIT and click OK to open up the registry editor and make your way to this key:
HKEY_CLASSES_ROOT->*->shellex->ContextMenuHandlers
Right click the ContextMenuHandlers key and choose New>Key.
Name the new key “Copy To” (without the quotes).
Repeat the above and create another new key named Move To.
You should now have two new subkeys under the ContextMenuHandlers key:
HKEY_CLASSES_ROOT->*->shellex->ContextMenuHandlers\Copy To
HKEY_CLASSES_ROOT->*->shellex->ContextMenuHandlers\Move To
Select the Copy To key and in the right hand pane, double click “Default”
Enter this clsid value as the value data:
{C2FBB630-2971-11d1-A18C-00C04FD75D13}
Next , select the Move To key and in the right hand pane set the default value to:
{C2FBB631-2971-11d1-A18C-00C04FD75D13}
This now takes care of the Copy and Move options for the right click context menu of all your files.
Now all that is left is to add the same options to the right click menu of all your folders.
The procedure will be the same as for files but at a different key:
HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHan dlers
Right click ContextMenuHandlers and create a new key named Copy To.
Right click it again and create another new key named Move To.
left click on the right hand pane, add the same default values as you did for Files:
For Copy To:
{C2FBB630-2971-11d1-A18C-00C04FD75D13}
For the Move To:
{C2FBB631-2971-11d1-A18C-00C04FD75D13}
Exit the registry and you are done.
Now when you right click on a file or folder, you should see two new options: Copy to Folder and Move to Folder
MAKE UR WINDOWS GENUINE XP
Make ur Windows Xp Genuine : All Hacks here
The Complete Reference !!
Click here now to read the easy latest Updated Reference
Legal Disclaimer :
Any actions and or activities related to the
material contained within this Website is solely your responsibility.
Do not Missuse the Information given out here. The
authors will not be held responsible in the event any criminal
charges be brought against any individuals misusing the
information in this Website to break the law.
This site contains materials that can be potentially damaging or dangerous. If you do not fully understand something on this site, then GO OUT OF HERE! Refer to the laws in your province/country before accessing, using,or in any other way utilizing these materials. These materials are for educational and research purposes only. Do not attempt to violate the law with anything contained here. If this is your intention, then LEAVE NOW! Neither administration of this server, the authors of this material, or anyone else affiliated in any way, is going to accept responsibility for your actions.
These are just a collection of what is available on world wide web,
It has no connection in any kind of developement with the author.
Do Not Distribute in Any Form :
This activates ur "Windows Xp Home" if not activated and completely validates it..[ITS ILLEGAL[
When you Install Windows Xp Home Edition it asks "60 days lest for the activation" please Activate it Now .. This Hack will take your Way out like a piece of Cake.
**This is ment for educational purpose only.
To Download this Crack right click on the link below and Open it in a new Window.
Download Activation Crack for Xp Home
validation crack
2) Converts Ur Xp a Valid one By Exploiting A small Loophole !!
Download No. 2 Crack here
3) Most awaited Vista Cracks Combined with Xp one !!
Vista + Xp Activation Crack
4) Most Favourite Xp Crack!!
Download Fully Working Crack for Xp
5) Xp Crack with Keygen !!
Download Keygen + Crack
6) Some Miscellaneous Crack !!
Download the Crack
or u may try dis
these are instructions on how to crack the latest version of Windows XP with Service Pack 2 that uses the registration key: JD3T2-QH36R-X7W2W-7R3XT-DVRPQ.
**** IT WILL WORK WITH OTHER VERSIONS OF WINDOWS XP but not all! ****
This will allow you to bypass the Microsoft Genuine Validation thingy
this method works better than many others i've tried before. forget the cracks and injectors etc... this is the BEST WAY:
1) start > run > "regedit" (without the quotes of course)
2) go to the key:
HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\Windows NT\CurrentVersion\WPAEvents\OOBETimer
...and doubleclick on it. Then change some of the value data to ANYTHING ELSE...delete some, add some letters, I don't care...just change it!
now close out regedit.
3) go to start > run > "%systemroot%\system32\oobe\msoobe.exe /a" (again, dont type the quotes)
4) the activation screen will come up, click on register over telephone, then click on CHANGE PRODUCT KEY, enter in this key: JG28K-H9Q7X-BH6W4-3PDCQ-6XBFJ.
Now you can dl all the updates without activating, and the Genuine Microsoft Validation thingy won't bug you no more!!
***Notes, this works best after a reformmat***
this method works better than many others i've tried before. forget the cracks and injectors etc... this is the BEST WAY:
1) start > run > "regedit" (without the quotes of course)
2) go to the key:
HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\Windows NT\CurrentVersion\WPAEvents\OOBETimer
...and doubleclick on it. Then change some of the value data to ANYTHING ELSE...delete some, add some letters, I don't care...just change it!
now close out regedit.
3) go to start > run > "%systemroot%\system32\oobe\msoobe.exe /a" (again, dont type the quotes)
4) the activation screen will come up, click on register over telephone, then click on CHANGE PRODUCT KEY, enter in this key: JG28K-H9Q7X-BH6W4-3PDCQ-6XBFJ.
The Complete Reference !!
Click here now to read the easy latest Updated Reference
Legal Disclaimer :
Any actions and or activities related to the
material contained within this Website is solely your responsibility.
Do not Missuse the Information given out here. The
authors will not be held responsible in the event any criminal
charges be brought against any individuals misusing the
information in this Website to break the law.
This site contains materials that can be potentially damaging or dangerous. If you do not fully understand something on this site, then GO OUT OF HERE! Refer to the laws in your province/country before accessing, using,or in any other way utilizing these materials. These materials are for educational and research purposes only. Do not attempt to violate the law with anything contained here. If this is your intention, then LEAVE NOW! Neither administration of this server, the authors of this material, or anyone else affiliated in any way, is going to accept responsibility for your actions.
These are just a collection of what is available on world wide web,
It has no connection in any kind of developement with the author.
Do Not Distribute in Any Form :
This activates ur "Windows Xp Home" if not activated and completely validates it..[ITS ILLEGAL[
When you Install Windows Xp Home Edition it asks "60 days lest for the activation" please Activate it Now .. This Hack will take your Way out like a piece of Cake.
**This is ment for educational purpose only.
To Download this Crack right click on the link below and Open it in a new Window.
Download Activation Crack for Xp Home
validation crack
2) Converts Ur Xp a Valid one By Exploiting A small Loophole !!
Download No. 2 Crack here
3) Most awaited Vista Cracks Combined with Xp one !!
Vista + Xp Activation Crack
4) Most Favourite Xp Crack!!
Download Fully Working Crack for Xp
5) Xp Crack with Keygen !!
Download Keygen + Crack
6) Some Miscellaneous Crack !!
Download the Crack
or u may try dis
these are instructions on how to crack the latest version of Windows XP with Service Pack 2 that uses the registration key: JD3T2-QH36R-X7W2W-7R3XT-DVRPQ.
**** IT WILL WORK WITH OTHER VERSIONS OF WINDOWS XP but not all! ****
This will allow you to bypass the Microsoft Genuine Validation thingy
this method works better than many others i've tried before. forget the cracks and injectors etc... this is the BEST WAY:
1) start > run > "regedit" (without the quotes of course)
2) go to the key:
HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\Windows NT\CurrentVersion\WPAEvents\OOBETimer
...and doubleclick on it. Then change some of the value data to ANYTHING ELSE...delete some, add some letters, I don't care...just change it!
now close out regedit.
3) go to start > run > "%systemroot%\system32\oobe\msoobe.exe /a" (again, dont type the quotes)
4) the activation screen will come up, click on register over telephone, then click on CHANGE PRODUCT KEY, enter in this key: JG28K-H9Q7X-BH6W4-3PDCQ-6XBFJ.
Now you can dl all the updates without activating, and the Genuine Microsoft Validation thingy won't bug you no more!!
***Notes, this works best after a reformmat***
this method works better than many others i've tried before. forget the cracks and injectors etc... this is the BEST WAY:
1) start > run > "regedit" (without the quotes of course)
2) go to the key:
HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\Windows NT\CurrentVersion\WPAEvents\OOBETimer
...and doubleclick on it. Then change some of the value data to ANYTHING ELSE...delete some, add some letters, I don't care...just change it!
now close out regedit.
3) go to start > run > "%systemroot%\system32\oobe\msoobe.exe /a" (again, dont type the quotes)
4) the activation screen will come up, click on register over telephone, then click on CHANGE PRODUCT KEY, enter in this key: JG28K-H9Q7X-BH6W4-3PDCQ-6XBFJ.
EXAMINATION RESULTS
Examination Results for 2 to 3pm Batch
1st N. Meena Kumari 42/50 (Congratulations)
2nd Zubar 40/50
3rd Praveen Kumar 29/50
4rh Abrar Hussain 26/50
5th Muneem KaKa 24/50
6th Aamer Khan 18/50
7th Quadeer --Absent--
1st N. Meena Kumari 42/50 (Congratulations)
2nd Zubar 40/50
3rd Praveen Kumar 29/50
4rh Abrar Hussain 26/50
5th Muneem KaKa 24/50
6th Aamer Khan 18/50
7th Quadeer --Absent--
EXAMINATION RESULT
Examination Results for 2 to 3pm Batch
1st N. Meena Kumari 42/50 (Congratulations)
2nd Zubar 40/50
3rd Praveen Kumar 29/50
4rh Abrar Hussain 26/50
5th Muneem KaKa 24/50
6th Aamer Khan 18/50
7th Quadeer --Absent--
1st N. Meena Kumari 42/50 (Congratulations)
2nd Zubar 40/50
3rd Praveen Kumar 29/50
4rh Abrar Hussain 26/50
5th Muneem KaKa 24/50
6th Aamer Khan 18/50
7th Quadeer --Absent--
Subscribe to:
Posts (Atom)