Tag: Commands
January 14, 2009 by
Jason
Update Vista’s DirectX9 files for better game compatibility
One of the fixes for getting games to run in Vista that do not normally (such as FEAR and 3Dmark06 as two examples) is relatively simple. These games require the latest version of Directx 9. Vista does not actually contain a full installation of Directx 9, just some elements for compatibility purposes. So, install Directx 9.
To install Directx 9c on Windows Vista:
step 1: Download the latest DirectX 9 redistributable file from Microsoft.com here.
step 2: Unzip the file into a folder on your desktop or in your documents.
step 3: Run the DXSETUP file.
step 4: You can delete the folder after the install has finished.
Read More»
Posted in Windows Vista | No Comments »
January 07, 2009 by
Jason
If you need to make firewall settings repeatedly on a single computer as conditions change or, perhaps, on a fleet of computers you’ll find working with Windows Firewall (the Control Panel application) or Windows Firewall With Advanced Security to be a bit cumbersome. The Netsh command, using its Firewall or Advfirewall context, provides an alternative way to view or modify all manner of Windows Firewall settings. For example, you can enable Windows Firewall with this command:
netsh firewall set opmode enable
The Netsh Firewall context can be considered the basic context, where you can find current firewall settings at a high level. It’s roughly comparable to the Windows Firewall application in Control Panel. From the command prompt, you can see the basic configuration by typing:
netsh firewall show config
Read More»
Posted in Windows Vista | No Comments »
September 14, 2008 by
Jason
Despite all its quirks, Windows does do some things for a good reason. Some files need to be locked down when they are in use, otherwise you risk damaging the file or harming the Operating System. Unfortunately Windows XP seems to be plagued by files that cannot be deleted. These are frequently simple files like videos (AVI), MP3s or other seemingly harmless files. You try to delete the file, Windows waits a few seconds before announcing that access is denied, the file is currently in use and cannot be deleted. However, you know it’s not in use and you just want it deleted.
If you have encountered this problem, here is a step-by-step process for trying to purge the files you can’t delete. It starts with the basics for Windows XP and moves on to more involved tricks. The process will work for all recent Windows releases, but Windows XP has been causing the most the problems, so we will focus on it. Please note: we are assuming that the file is not crucial to the operation of Windows – deleting important system files can cause havoc. Read More»
Posted in Windows XP | 2 Comments »
Cleaning your internet browsing history becomes more important as it is a matter of personal privacy issue for most of us.
NVT Internet Privacy Cleaner is one of the freeware’s which lets you clean your internet browsing history.
This programs lets you clean your internet browsing history in a customised way as you can easily select what to erase and what not to erase.
It lets you erase the following things:
Posted in Internet, Software | No Comments »
For many Windows users, the thought of using the Command Prompt is either a scary experience or something that they will never need. But for some, the command prompt is a powerful tool that can be far more useful than many graphical tools available in Windows.
Being a System Administrator, I constantly use the command prompt, mostly because I access systems remotely and many tasks can be performed quickly with out the graphics over head (even though connecting via Terminal Server is very convenient).
So if you are an avid user of the command line, here are my top 10 built-in (non third party) command line tools for XP, Vista and WIndows server versions (remember these commands are not your typical tools, such as find, copy, move, dir, etc..).
1 – systeminfo – Have a need to display operating system configuration information for a local or remote machine, including service pack levels? Then systeminfo is the tool to use. When I need to connect to a system that I am not familiar with, this is the first tool I run. Read More»
Posted in Computer | 2 Comments »
The Microsoft acquisition Sysinternals that is famous for their useful Windows utilities has a new site up that allows you to easily access any of their utilities for free over the internet in your command prompt. This allows you to run any of their utilities without first downloading it to your computer. Just open an administrative level command prompt and type in:
\\live.sysinternals.com\tools\toolname.exe
For example if you want to run Autoruns (a great program to see what starts up automatically) type \\live.sysinternals.com\tools\autoruns.exe and hit Enter.
Every Sysinternals utility is available for “live” use. Read More»
Posted in Computer, Windows Vista, Windows XP | 1 Comment »
Microsoft is hard at work searching for ways to improve its Office System. This is why the company has introduced a quasi-independent effort dubbed Office Labs. Designed to be a sandbox set up to streamline the experimenting, building and testing of new ideas, Microsoft Office Labs will offer the first taste of new products and features while still in the most early stages of development, even as prototypes. An illustrative example in this regard is Search Commands for the Office 2007 System.
“Search Commands helps you find commands, options, wizards, and galleries in Microsoft Office 2007 Word, Excel and PowerPoint. Just type what you’re looking for in your own words and click the command you need. Search Commands also includes Guided Help, which acts as a tour guide for specific tasks,” reveals the product’s description. Read More»
Posted in Office | No Comments »