Tag: command

Use the Netsh Command to Manage the Windows Vista Firewall

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»

Know the Tools You’ll Need to Deploy Windows Vista

January 06, 2009 by Jason

You will use the following tools when you prepare images and deploy Windows Vista throughout your organization:

Sysprep This is the updated version, modified for Windows Vista.

Setup A new installation tool for Windows Vista that replaces WINNT and WINNT32.

ImageX The new command-line tool for creating WIM images.

Windows SIM A tool for creating and modifying Unattend.xml files.

PEimg The tool for customizing Windows PE 2.0 images.

Windows DS The new version of RIS, which adds the ability to deploy Windows Vista images as well as Windows PE 2.0 boot images. Read More»

Registry Tweaks to Enhance Your Windows XPerience – Part 8

December 26, 2008 by Jason

In part eight of the our tweaking series we’ll go through a few Control Panel optimizations for Windows XP power users that may not interest most people using their operating system for basic tasks. When they wish to install and especially uninstall a program, users access the Add or Remove Programs component in the Control Panel. However, this window has many other options that a system administrator, for example, would remove for safety reasons.

As we’ve grown accustomed to it by now, Microsoft does not allow users to customize this window in the “old-fashion” way, therefore a workaround is needed and a few modifications to the registry must be performed. That’s where we come in and, fortunately, the registry patching is fast and very easy to perform. For starters, if you’re not familiar with the tweaking process, please take the time to read the first article that will help you understand what the bolded lines below mean and what you should do with them. Read More»

Twenty Secrets about Windows XP

December 23, 2008 by Jason

You’ve read the reviews and digested the key feature enhancements and operational changes. Now it’s time to delve a bit deeper and uncover some of Windows XP’s secrets.

1. It boasts how long it can stay up. Whereas previous versions of Windows were coy about how long they went between boots, XP is positively proud of its stamina. Go to the Command Prompt in the Accessories menu from the All Programs start button option, and then type ’systeminfo’. The computer will produce a lot of useful info, including the uptime. If you want to keep these, type ’systeminfo > info.txt’. This creates a file called info.txt you can look at later with Notepad. (Professional Edition only).

2. You can delete files immediately, without having them move to the Recycle Bin first. Go to the Start menu, select Run
 and type ‘gpedit.msc’; then select User Configuration, Administrative Templates, Windows Components, Windows Explorer and find the Do not move deleted files to the Recycle Bin setting. Set it. Poking around in gpedit will reveal a great many interface and system options, but take care  some may stop your computer behaving as you wish. (Professional Edition only). Read More»

Windows PowerShell 2 CTP3

December 23, 2008 by Jason

With Christmas just around the corner, Microsoft is offering an early gift to PowerShell users. On December 22, 2008, the Community Technology Preview 3 bits for Windows PowerShell 2 went live on the Microsoft Download Center and are now available for download. According to the software giant, Windows PowerShell 2 CTP is designed to kick the level of the usage and usability up a notch compared to previous releases, namely Windows PowerShell 1.0, but also v2 CTP 2. Essentially, the evolution from Windows PowerShell v2 CTP2 to CTP3 is synonymous with enhancing the control and manageability offered by the solution over the Windows environment.

“This release brings, among other things, performance improvements. [...] Things will be faster/more efficient than before. PowerShell remoting now allows implicit remoting where command execution appears to be local even though they are remote,” Hemant Mahawar, program manager Windows PowerShell, revealed. Read More»

Top Ten secret hidden vista tips

December 21, 2008 by Jason

These are some uncommon but very useful tips tricks & hacks for windows vista to enhance the user experience in windows vista.

Enable Auto-Logon in Windows Vista (Warning: Security Risk)

a) click Start and type ‘netplwiz’ or click that name on the Start menu
b) in the GUI window that comes up, uncheck the “Users must enter a username and password to use this computer” box
c) click ‘Apply’
d) in the new dialog box that opens type the name of the account you want to auto-logon by default (if the account is not normally passworded then it blank)
e) click OK and exit.

Remove ToolTips From Showing When You Mouse Over Something

a) start > run = “regedit”
b) HKEY_CURRENT_USER > Software > Microsoft > Windows > CurrentVersion > Explorer > Advanced
c) set “ShowInfoTip”=dword:00000000
d) exit and reboot Read More»

Clear Run History In Windows

December 14, 2008 by Jason

We all use windows run prompt to launch various windows utilities like command prompt, msconfig but whenever we type a command in run prompt it gets saved in Windows as Run History as Run MRU (Most Recently Used) List.

Many of my friends gets annoyed to see recently typed commands in windows run as they do not want others to see what they had typed in run.

Today, we will tell you all the ways to clear run prompt history in Windows XP and Vista.

There two methods to clear the windows run history, the first method is via windows registry to clear windows run and second method involves a free utility MRU Blaster which lets you clear windows run history

Let’s discuss both of these methods to clear the recently typed commands in run. Read More»

Hide Drives In Windows XP and Vista

December 07, 2008 by Jason

Recently I received a comment from one of the reader asking how can he hide some specific drives on his computer hard disk so that no one can access that drive or partition.

It means like you want to hide specific partitions on your hard disk like C, D or E etc. This trick of hiding your drive is really useful when you have some private files on a particular drive which you don’t want others to see.

You can hide any of your drive in three different ways including you can easily hide your drives by using a free software called TweakUI, applying a registry hack to to hide drives and with simple commands through command prompt.

Let’s discuss all these three above mentioned methods to hide drives in windows.

Method 1: ( Easy Way ) Read More»

How To Install and Run Console Application On Windows

November 30, 2008 by Jason

Did you ever encountered any application or program which runs through command prompt only but does not work when you double click on it, this happens when you launch a program which is a console application. Instead when you try to launch it the command prompt window flashes for a second and closes automatically.

What is a Console Application?

A console application is a computer program designed to be used via a text-only computer interface, such as a text terminal, the command line interface of some operating systems (Unix, DOS, etc.) or the text-based interface included with some Graphical User Interface (GUI) operating systems, such as the Win32 console in Microsoft Windows

Console applications for windows could be some additional commands for windows which you may want to integrate with windows and some other programs which are completely console based or which does not have any GUI interface associated with them. Read More»

Ten must-have Linux cheat-sheets

November 28, 2008 by Jason

Need a quick reference card? Here you have a list you can choose from:

1.Linux Command Line Tips

This is a linux command line reference for common operations (HTML format).

2.Unix/Linux Reference Card

Linux Reference Card published on FOSSwire website by Jacob. (PDF format)

3.One Page LInux Manual

A summary of useful Linux command by Squadron. (PDF format)

4.Linux Security Quick Reference

The intent of this Quick Reference Guide is to provide a starting point for improving the security of your system, to serve as a pointer to more in-depth security information, and to increase security awareness and methods that can be used to improve security. (PDF format) Read More»