Try this Secret in Windows 7

, | 0 comments


When you right click on a file/icon you see the usal items in the list,Open/Send to and so on.

Hold down the Shift key while right-clicking on the icon, and then try the Send To menu.

Wow loads of things in the list of send to.

If you want any of those to show up normally without holding down the Shift key, you can create shortcuts in the Send To folder. Just type the following into the location bar:

shell:sendto

And then drag shortcuts to your preferred folders into this folder.

Shake Windows off your Desktop in Windows 7:

, | 0 comments


To clear the desktop:

Left click and hold on the Title Bar of the window you only want to show on the desktop.

Shake the window a bit by quickly dragging it left and right.

When the desktop clears, drop.

To restore the desktop:

Left click and hold on the Title Bar of the same window.

Shake the window a bit by quickly dragging it left and right.

When the minimized windows return to the desktop, drop (release the left click) the window.

Stretch out on extra displays in Windows 7 :

, | 0 comments


Its now far easier to extend the Windows desktop on to secondary displays. Simply press Windows +P and youll be presented with options to extend, duplicate or show your desktop only on the secondary display.

Another Method To Open Command Prompt: In Windows 7

, | 0 comments


Just hold down the Shift Key and right click on the desktop.

And then you can choose Open Command Window Here from the menu.

But then again just right click on a folder and choose Open command prompt window here.

The command you use to add a static route to a routing table:

, | 0 comments

Command :

ip route [destination_network] [mask] [next-hop_address or exitinterface [administrative_distance] [permanent]

This list describes each command in the string:

ip route :    The command used to create the static route.

destination_network :  The network you’re placing in the routing table.

mask :   The subnet mask being used on the network.

Next-Hop Address :   The address of the next-hop router that will receive the packet and forward it to the remote network. This is a router interface that’s on a directly connected network. You must be able to ping the router interface before you add the route. If you type in the wrong next-hop  the address, or the interface to that router is down, static route shows up in the router’s configuration, but not in the routing table.
                    

Exitinterface :    You can use this in place of the next-hop address if you want, but it’s got to   
                            be on a point-to-point link, like a WAN. This command won’t  work on a
                            LAN like Ethernet. By default, static routes have an administrative
                            distance of 1.
                  
Administrative_Distance :    By default, static routes have an administrative distance of 1. You
                                               can change the default value by adding an administrative weight
                                               at the end of the Command.                          
                     

Permanent :    If the interface is shut down or the router can’t communicate to the next-hop
                        router, the route is automatically discarded from the routing table. Choosing
                        the permanent option keeps the entry in the routing table no matter
                        what happens.

Cisco Router Debug Commands

, | 0 comments



Requirement
Cisco Command
Enable debug for RIP
debug ip rip
Enable summary IGRP debug information
debug ip igrp events
Enable detailed IGRP debug information
debug ip igrp transactions
Debug IPX RIP
debug ipx routing activity
Debug IPX SAP
debug IPX SAP
Enable debug for CHAP or PAP
debug ppp authentication
Switch all debugging off
no debug all
undebug all

Cisco Router Copy Commands

, | 0 comments


 

Requirement
Cisco Command
Save the current configuration from DRAM to NVRAM
copy running-config startup-config
Merge NVRAM configuration to DRAM
copy startup-config running-config
Copy DRAM configuration to a TFTP server
copy runing-config tftp
Merge TFTP configuration with current router configuration held in DRAM
copy tftp runing-config
Backup the IOS onto a TFTP server
copy flash tftp
Upgrade the router IOS from a TFTP server
copy tftp flash


 
2009 portfolio site. All right reserved. Template by DryIcons.com follow me on twitter