Posts Tagged Windows
How to install Windows from the I386 folder
Posted by pratik in Experiments, Windows on August 28, 2009
Most people cannot figure out how to install Windows XP, 2000, or 2003 from the I386 folder. It is really quite simple. They are looking for a file named Setup.exe or Install.exe. Well, it’s neither of them. If you have Vista or 2008 or newer like Windows 7 there is no I386 folder that you can install from.
I guess Microsoft did not want just anyone to install Windows without inserting the CD and using the Autorun. But Autorun does not work if you are installing from a DOS window, so now what.
OK, here it is plain and simple, if you open the I386 folder and scroll down to the W’s you will find Winnt.exe and Winnt32.exe. The Winnt32.exe is the setup program used when you are in Windows. The Winnt.exe file is for DOS.
However, I have found that sometimes I run across a Windows 2000 installation CD that errors out when I try to use the Winnt32.exe. So I simple start the install while in Windows using the Winnt.exe file. It’s a little slower but it works fine.
If you want to install the Recovery Console, you need to use the switch /cmdcon when starting Winnt32.exe. This switch only works on the Winnt32.exe file.
Below is a list of switches that you can use, Winnt32.exe can handle up to 8 switches.
Pasted from <http://easydesksoftware.net/I386.htm>
Disable Windows Search Indexing
Posted by pratik in Experiments, Windows on August 19, 2009
If you don’t use Windows XP’s built-in search often; (like every day), disabling indexing can significantly speed up your PC.
By default Windows XP indexes files on your hard drive and stores them in memory to speed up its’ built-in search. But if you rarely use Windows search, turn off indexing to free up memory and CPU horsepower for the files and applications you actually do use. A few simple how-to steps after the jump.
To turn off indexing:
- Open up “My Computer.”
- Right-click on your hard drive (usually “C:”) and choose “Properties.”
- Uncheck the box at the bottom that reads “Allow Indexing Service to…”
- Click OK, and files will be removed from memory. This removal may take a few minutes to complete.
To disable the indexing service:
- In the “Start” menu, choose “Run.”
- Type “services.msc” and press Enter.
- Scroll-down to “Indexing Service” and double-click it.
- If the service status is “Running”, then stop it by pressing the “Stop” button.
- To make sure this service doesn’t run again, under “Startup Type:”, choose “Disabled.”
Windows search will still work if you perform these steps, but it will work more slowly than if indexing was enabled.
Windows update grayed out
Symptom
When you open the Automatic Updates tab in My Computer Property sheet, or from Control Panel, all of the Automatic Updates configuration options may be grayed out. This happens due to any of the following reasons:
- You’re not logged on as Administrator (or equivalent)
- Automatic Updates Policy is enabled
- Automatic Updates (and Windows Update) access is blocked via Group Policy
Resolution
To make the Automatic Updates options configurable by the user (only for stand-alone systems), remove the restrictions 2 & 3 above.
- Click Start, Run and type REGEDIT.EXE
-
Navigate to this location:
HKEY_LOCAL_MACHINE \ SOFTWARE \ Policies \ Microsoft \ Windows \ WindowsUpdate \ AU
- In the right-pane, delete the two values AUOptions and NoAutoUpdate
-
Navigate to this location:
HKEY_CURRENT_USER \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Policies \ WindowsUpdate
- In the right-pane, delete the value DisableWindowsUpdateAccess
Using the Group Policy Editor – for Windows XP Professional
- Click Start, Run and type gpedit.msc
-
Navigate to the following location:
=> Computer Configuration
==> Administrative Templates
===> Windows Components
====> Windows Update
- In the right-pane, double-click Configure Automatic Updates and set it to Not Configured
-
Then, navigate to this location:
=> User Configuration
==> Administrative Templates
===> Windows Components
====> Windows Update
- In the right-pane, set Remove access to all Windows Update features to Not Configured
More Information
Configure Automatic Updates corresponds to AUOptions registry value. More information on this Policy can be obtained from here
Remove access to all Windows Update features corresponds toDisableWindowsUpdateAccess registry value. Also, when this Policy is enabled, the following errors are shown when accessing the Windows Update, depending upon the way you access the Windows Update page.
Network policy settings prevent you from using Windows Update to download and install updates on your computer. If you believe you have received this message in error, please check with your system administrator.
or
Error Windows Update was disabled by your system administrator.
More information on this policy can be obtained here.
Pasted from <http://windowsxp.mvps.org/aupolicy.htm>
How to download Google Chrome for offline installation
Posted by pratik in Experiments, Random on August 12, 2009
Ever had a problem while installing Chrome? So many times the installation fails due to a proxy blocking your Chrome download or a simple firewall blocking access to the software. How to get Chrome in such a scenario?
It’s pretty simple, just go to http://www.google.com/chrome/eula.html?standalone=1 and Agree to the terms and condition and download your software and install it offline or any machine. No need to download the software on each an every machine. Just download once and execute it on all machines in your current setup!