kxrain
Jan 13 2008, 10:00 AM
By the way this is not my post I have found it in my pc and I forgot the source of it. I'll just share it here. ----------------------------------------------------------------------------------------------------------------------------- QUOTE Making Windows XP Start 60% Faster
Stopping Unneeded Startup Services
Along with the core operating system and programs that Windows XP runs when it starts, there is also a host of services involved. Many of these services are necessary for Windows XP to operate correctly. However, many of them are for features in Windows XP that you may not use at all. You can peruse the services and disable any service that you do not want to run. The fewer services that run, the more quickly Windows XP will boot.
Caution: Exercise caution when stopping services. If you do not know what a service does or are unsure of the ramifications of stopping the service, leave it alone. Some services are critical to Windows XP's operations, so make sure you understand what the service is before you disable it.
To reduce the number of services that start on bootup, you can access two different areas of Windows XP. The first is the System Configuration Utility. The Services tab shows you the services that start when the computer boots.
You can stop a service from starting by simply clearing the check box next to the service and clicking OK. However, before you do so, there is another way to disable services that you may prefer because the interface gives you more information about the service in question.
Open Control Panel/Administrative ToolsServices or else select Start/Run, type services.msc, and click OK. Either way, you see the Services console.
I prefer to use the Services console instead of the System Configuration Utility because it describes what the service does. Additionally, you can double-click a service and examine its properties.
Notice the Startup Type column in Figure 4-2. This information lists whether the service is automatic or manual. Manual services are only started in Windows XP when you start a process that requires the service. Some other process may require the service that has a "dependency" relationship with it; in this case, the dependency service will start, as well. Because these services do not start automatically when you boot Windows XP, you do not need to do anything with manual services.
However, all services listed as automatic start when Windows XP boots. These are the services that increase boot time. As I have mentioned, many of them are necessary and important, so you should not stop automatic services from booting unless you are sure of the ramifications. You can get this information by looking at the Description column. Here's a quick look at common services you may want to live without:
Automatic Updates: This service enables Windows XP to check the Web automatically for updates. If you don't want to use Automatic Updates, you can disable the service. You can always check for updates manually at the Windows Update Web site.
Computer Browser: If your computer is not on a network, you don't need this service. If you are on a network, leave it alone.
DHCP Client: If you are not on a network, you do not need this service. If you are on a small workgroup, you can still increase boot time by configuring manual IP addresses (which I explore later in this chapter).
DNS Client: If you are not on a network, you do not need this service. If you are, leave it alone.
Error Reporting and Event Log: You don't have to use these services but they can be very helpful, so I would leave them configured as automatic.
Fax: If you don't use your computer for fax services, you can disable this one.
Help and Support: If you never use the Windows XP Help and Support Center (found on the Start menu), you can disable this service.
IMAPI CD-Burning COM: This service enables you to burn CDs on your computer. If you never burn CDs, you can disable the service.
Indexing Service: Your computer keeps an index of files but if you rarely search for files, the service is just a resource hog. You can stop it and turn the service to manual.
Windows Firewall/Internet Connection Sharing: If you do not use these features, you can disable them.
Infrared Monitor: If you do not use infrared devices, you can disable this service.
Messenger: This service sends alert messages on a local area network (it is not the same as Windows Messenger). If you are not on a network, you can disable this service.
Print Spooler: If you do not do any printing from the computer, you can disable this service. If you print, make sure you leave it as automatic.
Remote Registry: This service allows remote users to modify the Registry on your computer. If you are not on a network, you can disable this service.
System Restore Service: This service allows you to use System Restore. If you have turned off System Restore anyway, you do not need to turn off the service. If you do, you turn off System Restore.
Themes: If you do not use themes, you can disable this service.
Windows Image Acquisition: If you do not use scanners or digital cameras, you can disable this service.
Wireless Zero Configuration: If do not use wireless networking devices, you can disable this service.
You may have a number of other automatic services, depending on software and other configurations on your computer. So it's a good idea to look through the services and learn more about them. If you double-click a service, a Properties dialog box appears
Notice that on the General tab, you see a Startup Type drop-down menu. If you want to change an automatic service to manual, select Manual here and click OK. As a general rule, don't disable a service unless you are sure you will never use it. However, manual configuration allows the service to be started when you find it necessary, thus speeding up your boot time.
However, before you change a service to manual, look at the Dependencies tab (see Figure 4-4). This tab shows you which other services depend upon the service you are considering changing.
Keep in mind that services are necessary for the vast functionality you get with Windows XP. Change only those services that you understand and do not use. How you use your Windows XP computer should be the best guide in terms of optional startup services.
Tip:
The Indexing service and the System Restore service take up a lot of disk space and system resources across the board. You can live without the Indexing service but I suggest that you keep using System Restore. It works great when you are in a bind and this is one case where the loss of speed may not be worth the ramifications of not using System Restore.
Speed Tips and Tricks for Windows XP Startup
Aside from startup programs, services, and the Prefetch folder, there are a number of other startup procedures and issues you can modify to help Windows XP start faster. The following sections explore those tips and tricks.
Manual IP Addressing on Small Office/Home Networks
Windows XP is configured to help you take care of networking. It uses the TCP/IP protocol for networking in workgroups, or what you might call small office or home networks that do not use a dedicated server.
The problem is that automatic IP addressing can be slow. When your computer boots, it has to query the network to see what IP addresses are already in use and then assign itself one. If you want to speed up the boot time a bit, consider manually assigning IP addresses to all computers on the network. This way, the network computers do not have to worry about locating an automatic IP address. Because one is manually configured, the operating system doesn't have to spend time solving this problem.
This isn't a networking book, however, so I won't delve into the implications of using a manual IP address, but if you are using a computer that functions as a host computer to the Internet (using Internet Connection Sharing [ICS]), you can get into connectivity problems if you change the configuration of the IP address. However, you can still work around this problem by starting with the ICS host computer.
Select Start/Connect To/Show All Connections. Right-click your network adapter card and click Properties. On the General tab, select TCP/IP in the list of services and click the Properties button.
In the TCP/IP properties, you can see if you use an automatic or manual IP address. In the example in Figure 4-5, I have configured a manual IP address of 90.0.0.1 and a default subnet mask. The other computers on my office network each use a different IP address in the same class, such as 90.0.0.2, 90.0.0.3, 90.0.0.4, and so on. This way, each computer has a permanent IP address, which helps increase boot time. Note that if you change the IP addresses of your computers, they must all use the same subnet mask. A default subject mask of 255.255.255.0 will keep you in good shape.
Make sure you understand the implications of changing IP addresses on your network. If you have no networking experience at all, you may be wiser to leave the automatic IP addressing as is and try to gain some speed using the additional suggestions in this chapter.
Disabling Recent Documents History
Windows XP includes a feature that keeps track of all recent documents you have opened or used. The idea is that you can select Start/Recent Documents History and quickly reopen any document you have recently used. I use many documents each day and never use the feature myself. In my opinion, I can keep up with what I want to use without Windows XP doing it for me.
The bad thing about Recent Documents History is that Windows XP has to calculate what should be put there each time you boot Windows, which can slow things down. So, if you never use the Recent Documents History, it's a good idea to disable it. Here's how:
1) Open the Registry Editor (select Start/Run, type regedit, and click OK). 2) Navigate to HKEY_CURRENT_USER\Software\Mcft\Windows\ CurrentVersion\Policies\Explorer. 3) Create a NoRecentDocsHistory D_WORD key. Double-click the value to open it once it is created. 4) Set the Data Value to 1 to enable the restriction. 5) Click OK and close the Registry Editor. You'll need to restart the computer for the change to take effect.
Disabling the Boot Logo
You can remove the boot logo that appears when you start Windows XP. This little tweak probably shaves only a few seconds off your boot time but seconds count if you are serious about trying to get Windows XP up and running as quickly as possible. The only negative is that if you remove the boot logo, you will also not see any boot messages, such as check disk. (But if you are not having problems with your computer, this isn't such a big deal.)
To remove the boot logo, follow these steps: 1) Select Start/Run, type msconfig, and click OK. 2) In the System Configuration Utility, click the BOOT.INI tab. 3) On the BOOT.INI tab, click the NOGUIBOOT check box option. Click OK.
Removing Unwanted Fonts
One trick that increases your boot time a bit is to lose any fonts in the Fonts folder in Control Panel that you never use. The more fonts you have, the more processing Windows XP has to do to prep all of those fonts for use. You must be a bit careful here to not remove fonts that you might want, but there is a good chance that you can live without many of them. For instance, you may have foreign language fonts and other symbol fonts (such as Wingdings) that you never use.
To delete unneeded fonts, follow these steps: 1) Open the Fonts folder in Control Panel. 2) Select Edit/Select All and then Edit/Copy. 3) Create a new folder on your desktop, open it, and select Edit/Paste. 4) In this new folder, delete any of the fonts you do not want. 5) Return to the Fonts folder in Control Panel. Right-click the selected fonts and click Delete. 6) Go back to your new desktop folder and click Edit/Select All. 7) Return to your Fonts folder and click Edit/Paste. You now have only the desired fonts in the Fonts folder.
Tip:
You can directly delete fonts from the Fonts folder without creating the secondary folder. However, I recommend the preceding steps to help ensure that you do not make a mistake in the deletion process.
Stopping Remote Assistance and Remote Desktop Sharing
In Windows XP Professional, you have two remote networking features called Remote Assistance and Remote Desktop Sharing. These remote networking features are very helpful in a variety of situations but if you don't use them, it is good idea to disable them to save boot time. You can always enable them later if you want to use them.
Note: If you are interested in using Remote Desktop or Remote Assistance, see my book Windows XP for Power Users: Power Pack published by John Wiley & Sons.
1) Open the Start menu, right-click My Computer, and choose Properties. 2) Click the Remote Tab. 3) Clear both check boxes to disable Remote Assistance and Remote Desktop.
Speeding Up the Dual-Boot Timeout
If you dual-boot your computer with Windows XP and another operating system, you see an operating system selection menu on startup. If you typically boot into Windows XP and not the other operating system, you can speed up the dual-boot timeout value so that you do not wait so long for the boot process to select your default operating system and continue with the boot process. The default timeout value is 30 seconds but you can change this setting to 10. This gives you enough time to select the alternate operating system if you want but also speeds up the boot process. You can skip this section if you do not use a dual-boot configuration.
Follow these steps: 1) Locate the boot.ini file on your computer. It is a hidden file by default; mine is located in C:\boot.ini. 2) Open the file with Notepad (which is what opens it by default). 3) Change the Timeout value to 10 (see Figure 4-11). 4) Select File/Save and close Notepad.
Speeding Up Your PPPoE Connection
If you use a Point-to-Point Protocol connection over Ethernet (PPPoE), you may notice a delay in using the PPPoE connection after startup. By default, there is a 120 second delay but you can stop this behavior by manually configuring an IP address for the network adapter card. If you do not use a PPPoE connection, you can skip this section.
1) Select Start/Connect to/Show All Connections. 2) Open the TCP/IP properties for your LAN network interface card. 3) Manually set the IP address on the TCP/IP properties to an appropriate IP address and subnet mask for your network.
Reducing the Wait Time
When you start to shut down Windows XP, it has to quit, or "kill," any live applications or processes that are currently running. So close all applications first. However, some applications and processes are always running in the background. You can reduce the amount of time that Windows XP waits for those applications and processes to close before Windows XP kills them. Edit three different Registry settings to change this:
1) Open the Registry Editor. 2) Navigate to HKEY_CURRENT_USER\Control Panel\Desktop. Select WaitToKillAppTimeout and set the value to 1000. 3) Select the HungAppTimeout value and set it to 1000 as well. 4) Navigate to HKEY_USERS\.DEFAULT\Control Panel\Desktop. Set the WaitToKillAppTimeout and set the value to 1000. Select the HungAppTimeout \newline value and set it to 1000 as well. 5) Navigate to HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control. Select the WaitToKillServiceTimeout value and set it to 1000. 6) Close the Registry Editor.
Automatically Killing Tasks on Shutdown
You know the drill. You start to shut down the computer, you wait a few moments, and then you see a dialog box asking if you want to kill an application or service that is running. Instead of prompting you, you can make Windows XP take care of the kill task automatically. Here's how:
1) Open the Registry Editor. 2) Navigate to HKEY_CURRENT_USER\Control Panel\Desktop. 3) Highlight the value AutoEndTasks and change the value to 1. 4) Close the Registry Editor.
Reply
rraallvv
Jan 13 2008, 02:23 PM
Hi, It would be interesting see the windows vista one tutorial. Regards.
Reply
kxrain
Jan 13 2008, 03:34 PM
i dont have vista tutorials. Vista is a new OS so theres no enough knowledge to hack or to modify vista. Ummm just a though vista is just like the same in windows XP in some manners. Try it.
Reply
iGuest
Jul 7 2008, 08:15 AM
monitor not getting signal from CPU
Making Xp Starts 60% Faster
I have WINXP installed in my HP 600 machine. The CPU speed is primitive but still works. Yesterday I switched off the machine normally. After 2 hrs I started the machine. But lo no image in the monitor. CPU HD light and other switrch light is ON and blinking. But monitor ON light keeps getting on and off as it is on OFF mode. I had earlier installed a graphic card but the same stopped working 3 months back. From then on I had connected the Monitor cable in the Original socket. It was working properly till yesterday. Kindly help me to understand the problem. -question by purann khadka
Reply
Recent Queries:--
can display adapter slow down xp start up logo - 8.28 hr back. (1)
-
how to make a computer starts faster - 19.53 hr back. (1)
-
how to disable dual boot and go straight to windows xp - 28.53 hr back. (1)
-
xp starts common open - 28.59 hr back. (1)
-
flyakiteosx windows xp service pack 3 not working - 46.53 hr back. (1)
-
what starts when xp starts - 49.16 hr back. (1)
-
faster shutdown windows xp blue logo - 87.28 hr back. (1)
-
control what starts in windows - 88.77 hr back. (1)
-
class dos xp shutdown basic - 121.48 hr back. (1)
-
how to boot into dos before xp starts - 135.68 hr back. (1)
-
windows xp starts but no desktop icons - 138.49 hr back. (2)
-
making xp image for other system - 150.40 hr back. (1)
-
xp startup faster bug - 182.76 hr back. (1)
-
windows xp avoid expiration date - 193.44 hr back. (1)
Similar Topics
Keywords : making, xp, starts, 60percent, faster, making, windows, xp, starts, faster, avoid, hang, ups,
- Itunes And Windows Media Player
(1)
Help Me Make A Guide To Website Making!
HELP! (0) I been wanting for a time now to make a guide to website making, i now i have have decided im going
to, i will need colleagues, if anyone has medium knowledge in this area it would be nice if they
could be the co-author (or probably the main as i am 10). CSS would be a VERY good thing to know as
i am only reasonable in HTML/XHTML. all credit will be shared. P.S. you are probably thinking "this
idiot is a newbie and hes only ten" please do not, i have been doing html for a while now and i
really beleive i can do this, if you want i could even give you FULL credit for ALL ....
Load Firefox Faster
(1) I've been researching how to load firefox faster. So better follow this steps: 1. Go to the
schortcut of firefox and click on it. 2. Then put this in the target tab /Prefetch:1 so the line
will look like this : C:\Program Files\Mozilla Firefox\firefox.exe" /Prefetch:1
Note: use space between exe" and /prefetch:1 It really works on me.....
How Can We Make Our On O/s ?
The ways of making our own computer !! (3) /biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" />
/biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" />
/biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /> Now we are
trying to compete with MICROSOFT WINDOWS ....... /wink.gif" style="vertical-align:middle"
emoid=";)" border="0" alt="wink.gif" /> /wink.gif" style="vertical-align:middle" emoid=";)"
border="0" alt="wink.gif" /> Plz write ur ideas of including in our O/S .... NAMES -
SUGGESSTONS--LOGOS--STARTING....
Can Anyone Help Me In Making A Online Text Base Game..
(2) can anyone help me in making a online text base game??? i want to make an online text based game
.......... i want to know how to make an server n to maintain it..... currently i m using apache
tomcat.....
Making A Web Browser With Visual Basic 6
(2) Hi everyone! I'm going to tell you how to make a very simple web browser with Microsoft
Visual Basic 6.0. Its basically a customized version of Internet Explorer, though, so enjoy!
First of all, you need to start a new project, make a Standard EXE. Then click on the Project menu
and select Components . Check Microsoft Internet Controls and click Apply. From the Insert menu,
click on the icon that has just appeared. Drag it onto the program layout, but make sure you make
the program big enough and leave a space at the top for all the web buttons. Make a t....
Swift Browser
Windows webkit based browser! (19) I just made a search for a KHTML based browser on Windows OS and found one project which wasn't
updated since 2004 to port KHTML to Windows, but through Wikipedia I found Swift, the current
version is 0.2, I just downloaded it and tested and was amazed, that it shows the pages very well,
even sometimes they break and the GUI itself needs to be updated, what you want, it is version
0.2! For all the web designers and people using Windows it is a good practice to see how their
pages look in Safari and Konqueror, due to Swift is based on Webkit, Safari on MacOS and W....
Windows Vista
Details and Opinion Of Vista - Beta Test (1) A month a go, i downloaded the Beta of Vista and spotted 37 bugs and reported them all. Vista
Review: Vista is a great new package for an OS. It has so many new features, some i didn't
expect. It has changed dramatically also. the 3D look, it looks good to your home PC, but at work i
can see it getting annoying. The 3D screens of IE, are so annoying i looked straight away for a way
to turn it off. The Control Panel, it's much easier to use and looks stylish, easy for a newbie
if they're new to PCs or Windows. There are many more features im yet to look prop....
My Game I Am Making (blockbash)
(6) Link to download it is here: http://www.megaupload.com/?d=ETIQMCTE It's MegaUpload.com, it
is a zip archive that contains an executable and a DATA\MAPS folders with the level data. This
is just a simple little 2d game I am making for fun in Borland Delphi 7 (Win32) with the UnDelphiX
(for DirectX). I'd just like a little feedback on it and if anyone has any bugs or problems
with it thus far. I do all this on my own (sound effects, the basic graphics and animations
/tongue.gif" style="vertical-align:middle" emoid=":P" border="0" alt="tongue.gif" /> ....
Blue Screen - irql_not_less_or_equal
computer OS Windows problem booting (29) Hi , My computer AMD64 256mb RAM / 80GB HDD / Windows XP Professional recently started showing a
blue screen while starting .. QUOTE A problem has been detected and windows has been shut down
to prevent further damage to your computer . IRQL_NOT_LESS_OR_EQUAL (blah blah blah ... )
Technical Information: *** STOP: 0x0000000A (oxFB07D354, ox000000FF, ox00000001, ox804E2E41)
Initially, if I restarted it would not come the next time. It used to come only randomly. But
later it started coming more often, and now it did not start for quite a few times con....
Windows Trash, Really Is Trash !
(14) It was a nice hot summer evening, when i was trying to clean up my PC of unwanted stuff
/biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /> .. when i was
done .. i right click on the Recycle bin .. and Click to empty it .. now as far as i know .. it just
deletes the files u put in it .. NOT the ones windows decides .. well in my case this was the
opposite /smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> lol ..
have a look .. I dont know how my windows folder came in the recycle bin .. but m ....
Need Correct Program To Open MD5 File In Windows XP
(7) Somehow I changed how an MD5 file gets opened and it now gets opened with windows media player.
I've gone to Control Panel>Folder Options>File Types, but there is no restore to default. The
only restore to default is under Folder Options>General, and I've tried that and it doesn't
change it. I am trying to re-install my Xammp because it isn't working, and Xammp installer
opens with an MD5 file, so I have a problem here. Does anyone know the program that opens an MD5
file for Windows XP?....
What Should I Get New: Mac Or Windows?
(7) First things first: I apologize if this is in the wrong area. Now my computer is starting to show
the symptoms my sister's computer had before it crashed. So as a pre-emptive knowledge before it
happens I was wondering...When I replace my present computer should I get a Mac or a Windows?
I've heard some pretty nice things about new Macs from people who have sworn their loyalty to
the Mac years ago and people who have just recently converted. The conversion of the people from
Penny-Arcade also has me thinking if these could be a worthwhile investment. I also ....
You Want Your Windows Like A Mac?
The answer is here!!! (3) For those use Windows but love the apearence of Mac I found a solution. Chris Kite have made a
transformation pack called flyakite. Is actually in version 3.0 and looks really nice. QUOTE
FlyakiteOSX is a transformation pack. It will transform the look of an ordinary Windows XP+ system
to resemble the look of Mac OS X. The installer simply automates the process of replacing critical
system files, setting registry tweaks, and installing extras such as cursors, sounds, visual styles,
etc. In case you are not happy with the results of FlyakiteOSX, everything is compl....
How To Rename Recycle Bin
Windows XP (14) How to rename Recycle Bin You can change the name of Recycle Bin desktop icon 1-Click Start menu
> Run > and type “regedit” (without quotes), to run Windows Registry Editor 2- Find and go to
following “HKEY_CLASSES_ROOT/CLSID/{645FF040-5081-101B-9F08-00AA002F954E}” 3- Change the name
"Recycle Bin" to whatever you want Please Note :Incorrectly editing the registry may severely
damage your system.....
Boot Up In Dos: Making A Boot Up Disk
(5) Always wanted to know how to get in DOS, before windows xp is started up? Here a short list: Go to
www.bootdisk.com, and download the files you need. Copy paste them on an empty disk, and ready is
your DOS boot disk /smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /> Now
you have one thing to do, before it works, When your computer is booting, press del, when it says
"press del to enter setup" or something like that. Now find the "boot sequence", and put with page
up/page down A: first in line. Now it boots from your disk straight to DOS. This....
I Feel It Like A Bug In Windows XP, Do You?
Bug in windows XP (11) Well guys try it down... make a folder named "Notepad" on the desktop in windows XP professional.
now check out for source of any webpage you are visiting through "view source" guess what u get...
its the folder named Notepad is opened instead of source code in a notepad window.. try it out and
tell me if anybody find why it is so.......
Msconfig For Windows 2000
(3) In Windows 98 I loved using the MSCONFIG to set startup programs. However, they have taken it out
in Windows 2000. Does anyone know if there is something like the MSCONFIG for Windows 2000? I know
they reactivated it for Windows XP and it's a great little tool to have. Any info would be
appreciated.....
Displaying Details In The Explorer
Windows XP (0) Displaying details in the Explorer In Windows Explorer, Click View > Click Choose Details Right
click on the columns by Name and check or uncheck any item you want displayed Available details
• Owner • Name • Size • Type • Date Modified • Status • Attributes • Author • Title
• Subject • Category • Pages • Comments • And …… /cool.gif' border='0'
style='vertical-align:middle' alt='cool.gif' /> ....
Display Or Hide The Windows Version On The Desktop
(2) How to display or hide the Windows Version on the Desktop You can display/hide version of Windows
XP on desktop 1-click Start > click Run > and type “regedit” in dialog box to run Windows Registry
Editor 2-find and go to HKEY_CURRENT_USER \ Control Panel \ Desktop 3-in right panel,
Create a new DWORD, name PaintDesktopVersion. 4- Give it value of 0 to hide the version from the
desktop, or value of 1 to display the version of Windows Xp on the desktop 5- Restart your computer.
/cool.gif' border='0' style='vertical-align:middle' alt='cool.gif' /> ....
Reinstall Windows Xp
without having to reinstall current appl (10) How to reinstall Windows XP You can reinstall Windows XP, without having to reinstall current
applications. And keep your cookies, favorites and … Insert Windows XP CD into CD-Rom Click Start >
Click Run > and type H:\ I386\WINNT32 /unattend And click OK and follow installation
steps. Note : H:\ is my CD-Rom letter /cool.gif' border='0' style='vertical-align:middle'
alt='cool.gif' /> ....
Windows Media Player Tricks
(1) Windows Media Player tricks First, Click Start > Run > and type “regedit” to run Registry Editor.
Note: editing the registry may damage your system, please make a backup from your registry To
remove recent play list in history: To remove recent files go to address:
HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Player\RecentFileList To
remove recent URLs go to address:
HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Player\RecentURLList And
delete play lists To disable Upgrade message: Go to following address: HKEY_L....
How To Disable Password Expiration (xp)
Windows XP (8) How to Disable Password Expiration By default, In Windows XP passwords have an expiration date and
Windows XP user Passwords will expire after 42 days, and when you try to log on, Windows XP display
below message: "Your password will expire in 14 days.....". To disable Password Expiration: Go to
Control Panel > Performance and Maintenance > Administrative Tools > Computer Management or Click
Start > Run > and type control userpasswords2 and click OK to run User Accounts Click the advanced
tab, and then press the advanced button. Select Users in the Local Users and ....
Comparison -> Freebsd Vs. Linux Vs. Windows 2000
(1) Here is a comparison between 3 operating systems. Click Here ....
Windows Media Player Problem With Tiger
not working (2) I downloaded windows media player nine for my imac g-5 with tiger but it didnt work and i have
downloaded time and time again and it does not work.They either need a new one for tiger or my
computer is screwed up.Microsoft software isn't always reliable as i see it.Anyone else have the
same problem or a soution to my problem.Thanks if you do.....
Windows Tips3
(0) Windows tips If you are under network connection and want to become hidden from other users; type
“net config server: /hidden:yes” in RUN dialog box. To remove Shortcut To from new shortcuts name;
run Registry Editor and find following key :
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer. Click
on Explorer, in right panel find “Link”. change Value Data to 00 00 00 00. To display more
information or picture in System Properties: Create an image with (180*114) or (160*120) dimension
and save as Oemlogo.bmp in %SystemRoot%....
Windows Xp Home: Bsod Problems
(6) i have got a new pc but now it give blue screens (of death) with titles as bad_pool_hacker etc., and
when i restart and send the rapport it says that there is a bad installaton of hardware but when i
look after it i don't see any problems with hardware. pc -intel pentium 4 -windows XP home
(later i have overwrite it to pro, without succes) -graphic card: on board....
Optimization Wizard
for windows ME (6) Im looking for a optimization wizard for windows Me. I seem to have trouble with my computer. I
freeze a lot and when I restart it doesnt restart but stays in a blank screen and a underscore
flashing like its about to restart but doesnt. But if anyone know of a way to improve my computer,
let me know. Also I don't have any money to buy stuff to fix this computer or upgrade it so if
possible list only free stuff, like freeware and where I can get it. Not sure if we are not a loud
to post link to computer ware, but if you can't post it message me through the m....
Windows: Cant Return From Energy-Saving Mode
(8) The other day my computer went into it's little energy save setting where the screen goes black.
When I touched the mouse to get the screen back on(like always) nothing happened. I heard the
computer running but no screen. So I rebooted the computer. When it came back online, desktop icons
were gone as well as the files that went with them. /mad.gif' border='0'
style='vertical-align:middle' alt='mad.gif' /> I could not even do a restore to get them back. Any
ideas what went wrong? Any ideas on how I avoid this from happening again?....
Windows XP Small Tips (Chap One)
(2) Windows XP small tips! /laugh.gif' border='0' style='vertical-align:middle' alt='laugh.gif' />
1- to take a photo from your screen press Print Screen button, and then paste in an image editor.
2- to take an image from movies in Windows Media Player press Ctrl+I and then save. 3- To change
your file extensions open folder option and go to view tab and select Hide extensions for known
file types. Now you can change file extensions. Note: do not change system file extensions 4- to
Scan and verify the versions of all protected system files type sfc /scannow in Ru....
Looking for making, xp, starts, 60percent, faster, making, windows, xp, starts, faster, avoid, hang, ups,
|
|
Searching Video's for making, xp, starts, 60percent, faster, making, windows, xp, starts, faster, avoid, hang, ups,
|
advertisement
|
|