Windows

Windows cheat commands

Console commands   lusrmgr.msc Users and Groups consolde ntmsmgr.msc Removable storage console perfmon.msc Performance monitor console rsop.msc Resultant set of group policies and registry settings secpol.msc Local security settings and User rights assignment console services.msc Services management console wmimgmt.msc Windows management instrumentation console   Run commands for Control Panel Programs   access.cpl Accessibility options window …

Windows cheat commands Read More »

How to configure a wireless network with Windows XP

  Summary You can quickly setup a wireless network using the wireless configuration feature in Windows XP. Each computer you want part of a wireless network will need a wireless network card installed. Some computer and hardware manufactures come with their own utility to configure the wireless network that replaces the Wireless Zero Configuration (WZC) …

How to configure a wireless network with Windows XP Read More »

Adding a TCP/IP Route to Windows 7

Adding A Route   Browse to C:WindowsSystem32 Right-click on cmd.exe and choose “Run as Administrator” Add “route –p add “destination IP/Subnet” mask “subnet mask” “gateway IP” (route –p add 4.2.2.2 mask 255.255.255.255 192.168.1.1) The –P makes it permanent. Without it, after rebooting, the route will be deleted. The 255.255.255.255 subnet mask means all other routes …

Adding a TCP/IP Route to Windows 7 Read More »