Tag: command prompt

Turn On Inbox Games in Windows Vista

June 04, 2009 by Jason

Windows Vista, just as previous Windows releases, ships with a range of pre-installed games. Users are undoubtedly familiar with such titles as Minesweeper, Solitaire, FreeCell, Spider Solitaire and Hearts. Windows Vista adds to these casual games such as Chess Titans and Mahjong Titans. However, even though these games ship as default components of the operating system, some users might notice that they
are in fact missing or inaccessible. Microsoft explained that this scenario implied that the Inbox Games were not in fact fully installed on the platform. It is a situation that users of the Vista Business edition, for example, are more likely to come across, although other SKUs are not excluded from this. Resolving it is a matter of turning on Inbox Games.

“Users need to navigate to Start Menu, Control Panel, “Programs,” and choose the “Turn Windows features on or off” option in the left hand side pane. “Turn off Games by clicking the box next to Games. This will remove the check from the box. Select “OK”. Select Restart to reboot your system. From the Start Menu select Control Panel. In the Control Panel select “Programs”. Next select “Turn Windows features on or off.” Turn on Games by clicking the box next to Games. This will add the check to the box. Select “OK”. Select “Restart” to reboot your system,” Microsoft explained. Read More»

Fix Incorrect Access Control Lists on the Windows 7

May 11, 2009 by Jason

On the heels of the Windows 7 Release Candidate public download going live, Microsoft has released a hotfix designed to fix the RC bits. The Redmond company has acknowledged the existence of an issue where incorrect access control lists (ACLs) are associated with the Windows 7 root. As a direct consequence of this bug, Windows 7 RC users will find that some applications fail to perform under normal parameters, and that the operating system fails to deliver on simple tasks. According to Microsoft, only the Ultimate SKU of the English version of 32-bit Windows 7 is affected by the problem.

“The folder that is created as the root folder of the system drive (%SystemDrive%) is missing entries in its security descriptor. One effect of this problem is that standard users such as non-administrators cannot perform all operations to subfolders that are created directly under the root. Therefore, applications that reference folders under the root may not install successfully or may not uninstall successfully. Additionally, operations or applications that reference these folders may fail,” Microsoft explained. Read More»

Windows 7 Calculator to Vista

March 06, 2009 by Jason

Windows 7 will most likely offer users a pleasant surprise, at least through its redefined interface and the set of redesigned tools it brings. The plain old calculator suffered a beautiful transformation into a more consumer-oriented product capable of serving both more science prone users as well as the average Joe.

As you probably know, the application can be downloaded as a standalone product here, and run from portable devices with no problem at all, as it requires no installation; a double click on the executable will suffice to launch it. It works nicely on Vista but I bet that you’d appreciate complete integration in the operating system so that it would be automatically launched instead of the plain old version of Windows Calculator.

The procedure is actually a matter of gaining full control of the much dreaded, vital file keeper, System32 folder. Normally, you do not have access to modifying the data in it, not even if you run your account in administrator mode or become the administrator by running the command net user administrator /active:Yes in Command Prompt. Read More»

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»

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»

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»

How to Make a Bootable USB Flash Disk Windows Vista Installer

November 20, 2008 by Jason

Mr Dave Glover of Blogs.MSDN.com wrote a guide on how to create a USB Thumb Drive Vista Installer. The article is interesting because recently a friend of mine wishes to install Windows Vista onto a laptop in which DVD drive is not working anymore (it’s already dead).

BTW, this is really useful for all DVD less laptops. So, I wrote a Complete Step-by-Step Beginner’s Style Guide on how to do it easily, Not Just For the Geeks But For All.

1. Format the USB Stick as NTFS: Open Windows Explorer and Right-Click the Drive > Choose the Format Option

2. In the File System Combo box, Choose NTFS and Click the Start Button to begin.

3. Afterwards, Open the Command Prompt as Administrator: In Start Search type, cmd > Press CTRL + Shift + Enter

or you will get… “Access is denied” Message after launching diskpart command. Read More»

How to Change a Computer Password Using Command Prompt

October 10, 2008 by Jason

Ever thought of becoming an actual “hacker”? This article shows how to change a computer password and do other things using a command prompt. A command prompt is a command using the special built-in program that comes with every computer which allows you to do almost anything on a computer.

1. Open Command Prompt. If you don’t know how, open the Start menu, go to Programs (or on Windows 2000 and up, all programs), go to Accessories, then you’ll see Command Prompt, click it.

2. You’ll see a black screen pop up.

3. Type in: “Net User”

4. It will then show you a detailed little chart of all the User Accounts on the computer.

5. Choose which account you want to hack.

6. Say it says the user accounts are: Owner, Administrator, John, Alice, Christopher, and Guest. Read More»

Fix Common Computer Network Issues

October 05, 2008 by Jason

Are you experiencing problems with your computer network? Are these error messages appearing?:

  • Unable to clear the DNS cache
  • Unable to renew your IP address
  • An operation was performed on something that is not a socket
  • Unable to clear the ARP cache

If so, here are some potential solutions for Windows XP/Vista.

1. Check to make sure your computer is on and is connected to a network.

2. Be aware that Windows has a built in function to repair a network connection. This function can give valuable information in the form of an error message if you know what you are looking for. Some common error messages given are:

  • Unable to clear the DNS cache
  • Unable to renew your IP address
  • Unable to clear the ARP cache Read More»

How to create a USB drive you can install Windows Vista

September 29, 2008 by Jason

Get your hands on a USB drive that’s at least 3GB in size. You’ll also need a Windows Vista installation disk.

Format the USB Drive

1. Insert the USB drive into your computer.

2. Right-click Computer in the Start menu and then select Manage.

3. Select Disk Management under Storage in the left column of the Computer Management window.

4. Right-click the USB drive in the bottom center section of the Computer Management window and select Format. Warning: Make sure you select the right disk to format. Formatting a disk will erase all data on it.

5. Change the file system to NTFS and then click OK to format the USB drive.

6. Wait for the USB drive to be formatted. The formatting progress will be shown in the Computer Management window. Read More»