Tag: command
Here’s the updated version of the popular shutdown shortcut for Windows XP. Just right-click onto an empty area of the desktop then select New then Shortcut from the menu that appears. Click the Browse button and navigate your way to: C:\Windows\System32\Shutdown.exe.
Click Next, give the shortcut a name and click Finish. Now right-click the new shortcut, select Properties and in the Target box, add the command line ‘switch’ -l (to log off), -s (to shut down) or -r (to reboot). A basic shutdown shortcut command line should look like this: Read More»
Posted in Computer, Windows XP | No Comments »
Are you a user of Windows Vista Enterprise or Business edition and would like to know the status of activation of a specific computer? Want to make sure that the computer connected properly to the Key Management Server (KMS) or used your Multiple Activation Key (MAK) properly? Or are you a home user and just want to make sure your computer is fully activated?
Included in Windows Vista is very useful utility that will help you check the status of activation of your computer: Read More»
Posted in Windows Vista | No Comments »
Did you forget activate your computer within 30 days of installing and it is now stuck in reduced functionality Mode? Are you not yet ready to activate your copy and want to extend the activation period another 30 days or for longer? Using a slick Internet Explorer trick you can break out of Reduced Functionality mode and run the commands required to reset your activation period and recover use of your computer.
It starts when you log in and shown this error screen instead of taken to your desktop. Your only options are to activate now or enter reduced functionality mode. In reduced functionality mode, you will only have access to internet explorer, so that you can buy a license for Windows Vista! Read More»
Posted in Windows Vista | 2 Comments »
This tweak will allow you to extend the activation deadline of Vista for at least a year in just 7 easy steps. For those who are unfamiliar with the slmgr -rearm techinque, this basically allows you to run a command in command prompt that allows you extend the 30-days grace period indefinetely.
In short, this is how you can use Vista legally for at least a year without activating:
1) First, we will use the well known slmgr -rearm method. When you have 1 day remaining to activiate, Click on the Start Pearl and access command prompt by typing cmd in the Search bar. Make sure to press Ctrl + Alt + Enter to access it in Administratve mode.
2) Then type slmgr -rearm and press Enter. In about 45 seconds, you will be prompted to restart your computer. After that, you have succesfully resetted the activation timer to 30 days. This will only work 3 times, giving you 120 days, but… we’re about to change that. Read More»
Posted in Windows Vista | No Comments »
When you are in explorer and are manually typing in a long folder path or at a command prompt navigating through many directories, below are two cool tips that will help you save time.
The first is one that I have been using for years. When working at a command prompt, instead to typing in the full text of an item, just hit the tab key to bring up full items. For example, say I want to change the directory to the Windows folder. At a command prompt I would type in CD wind and then hit the tab key and “Windows” will automatically show up. Think of the tab key as a kind of auto complete for DOS. This same technique also works in Windows Explorer. Read More»
Posted in Internet, Windows Vista, Windows XP | No Comments »
I’m making this how to for those people that want to see the computers from their network but are annoyed by Windows Xp.
Why are they annoyed? When you try to access a workgroup to see it’s computers, windows explorer freezes for a few seconds while searching for computers, that sucks.
Using Command Prompt you can overcome fast and easy this problem. Read More»
Posted in Computer, Windows Vista, Windows XP | No Comments »
February 16, 2007 by
Jason
Does it ever seem as if the little squirrels inside your computer aren’t racing fast enough on their conveyor belt? Yeah, we’ve been there, too. Memory-hogging start-up programs, a hard drive that has not been defragged since a Democrat was in the White House, and that one nasty spyware app—all of them can really bog down Microsoft Windows XP. These days, even novices know about tweaking MSConfig, defragging, and installing Ad-Aware. Short of a complete reinstall or upgrading to Windows Vista, I have a few unusual methods that help give my PC a new zest for life.
We’ll start by killing memory-hungry processes; they’re the major speed-sucking culprit in Windows XP. Processes include applications, network services, and DLL (dynamic link library) files that control file access. Sysinternals’ free Process Explorer utility helps you see what is running on your system and lets you kill any processes that are slowing Windows XP to a crawl.
Read More»
Posted in Windows XP | No Comments »
February 15, 2007 by
Jason
Windows Vista includes a great little utility that allows users to finally make soft and hard file system links in the file system. This can be very useful from a software compatibility standpoint as well as a great way to organize your computer. Unlike a shortcut, a link is at the file system level and can be used to create an alias for a file or folder that is in a different location. For example, you can create a hard link (Directory junction) called c:\win that points to c:\windows\system32. After the link is created, you can open up command prompt or explorer and browse to c:\win and you will see the contents of c:\windows\system32. This is not a new technology, it has actually been a core Linux and Unix feature for as far as I can remember but it is nice to finally have it in Windows Vista. Read More»
Posted in Windows Vista | 1 Comment »
February 14, 2007 by
Jason
Windows PowerShell includes:
1. One hundred and twenty-nine command-line tools (called “cmdlets”) for performing common system administration tasks, such as managing services, processes, event logs, certificates, the registry, and using Windows Management Instrumentation (WMI).
2. Command-line tools are easy to learn and easy to use with standard naming conventions and common parameters, and simple tools for sorting, filtering, and formatting data and objects.
3. Support for existing scripting languages and existing command-line tools, and multiple versions of Windows, including Windows XP, Windows Server 2003, Windows Vista and Windows Server code name “Longhorn”. Read More»
Posted in Windows Vista | No Comments »
January 30, 2007 by
Jason
Theoretically, you can get rid of it (as well as a few other things). Windows 2000 power users should already be familiar with this tweak.
Fire up the Windows Explorer and navigate your way to the %SYSTEMROOT% \ INF folder. What the heck is that thingy with the percentage signs? It’s a variable. For most people, %SYSTEMROOT% is C:\Windows. For others, it may be E:\WinXP. Get it? Okay, on with the hack! In the INF folder, open sysoc.inf (but not before making a BACKUP copy first). Before your eyes glaze over, look for the line containing “msmsgs” in it. Near the end of that particular line, you’ll notice that the word “hide” is not so hidden. Go ahead and delete “hide” (so that the flanking commas are left sitting next to one another). Save the file and close it. Now, open the Add and Remove Programs applet in the Control Panel. Click the Add / Remove Windows Components icon. You should see “Windows Messenger” in that list. Remove the checkmark from its box, and you should be set. NOTE: there are other hidden system components in that sysoc.inf file, too. Remove “hide” and the subsequent programs at your own risk.
Posted in Software, Windows XP | No Comments »