Windows XP Home and Professional Service Pack 2 Service Configurations by Black Viper and Windows XP Home and Professional Service Pack 2 Services Information
Seem to be a great example configs and references respectively.
Windows XP Home and Professional Service Pack 2 Service Configurations by Black Viper and Windows XP Home and Professional Service Pack 2 Services Information
Seem to be a great example configs and references respectively.
TweakXP.com - Remove image and/or media preview in Explorer:
XP's Explorer annoys the crap out of me, because it seems to pause when dealing with image and/or video files. Apparently this works:
Simply do the following steps:
- Open a command window (Start->Run, type in 'cmd' hit enter)
- To remove image preview, type and hit enter:
regsvr32 /u shimgvw.dll- To readd image preview, type and hit enter:
regsvr32 shimgvw.dll- To remove media preview, type and hit enter:
regsvr32 /u shmedia.dll- To readd media preview, type and hit enter:
regsvr32 shmedia.dll
5 simple steps to keep you PC running smooth and fast
(Based on the How to Speed up your computer site)
Good information to Make Acrobat Reader 6 load faster from Darrell Norton's blog (seems everyone links to his blog).
Plus use the Adobe Reader SpeedUp tool to help in selecting plugins (using a graphical checkbox system). I'm going to try just the Search/EScript/Weblink path and see how it goes. Currently Reader v6.0.2 uses 33.5Mb of mem opening with no documents :'(
UPDATE:I went with the SpeedUp tools "Fast" recommendation, only EWH32 (81k) / reflow (305k) / Search (201k). And the cool thing is all other plugins are moved to "optional/" so they will load if the plugin is actually needed...
It seems to load VERY FAST, and now only using 18.5Mb of memory :)
Configuring Windows Explorer - Context Sensitive Menus
Great way to run a Batch file on a particular directory.
Eg. Say you want to run a batch file after right-clicking on a Folder, so it is performed on that folder.
Explorer --> Tools --> Folder Options --> File TypesAdvanced --> New...cmd.exe /c cd "%1" | C:\fixed_dir.batThis runs fixed_dir.bat file in the currently selected folder and exits the DOS window straight away.
In this case fixed_dir.bat contains:
mkdir Fixed
move *.jpg Fixed
Went into the Western Hostipal last Thursday for my ankle operation.
Blah, blah
I was thinking when I went in that, being last on the list, there was a good chance that I was staying the night (ironic given the "Day Procedure Unit"). I imagine this was because the doctor and physio I need to see afterwards would of gone home (fair enough).
Arrived at the hosptial, went through a series of people asking questions, then finally got to put the robes on and wait my turn. Turns out the robe thing (front and rear robes + booties) is a complicated procedure, I suggested a flowchart or diagram (Graham would be proud). Chatted to a guy named Brian, he was going in before me. He had been through some wars (type 1 diabetes, skin cancer, cancer under the throught, cancer between the optic nerves), poor bastard.
Got called in, sat on a trolley for 30min waiting, then went into the theatre and got my knock out juice before going to la-la-land.
Blah, blah...
For the last few days, the Outlook Calendar conduit stopped working, with:
Outlook Calendar
The selected source folder [Paul Gregg\Calendar] was not found in Outlook. Synchronization will be performed with the default source folder [Paul Gregg\Calendar].
- Not Synchronized
Outlook Calendar synchronization failed
Tried rebooting, reinstalling Palm desktop and the v1.0.1 Outlook conduit updates (the v1.1 conduits that come with Palm Desktoip v4.1.4 don't work for me), nothing worked. If only I was smart enough to Google for it before, I would of saved myself a lot of trouble. Google came up with one hit troubles with Outlook 2002/XP sync.
The "Outlook /resetfolders" solution worked a treat, and I have seen that one before, if only I had remembered....
Windows 2000/XP SP Slipstreaming:
"How can I slipstream service packs into the Windows 2000 or the Windows XP media?"
This makes updating way easier, especially with 3 computers used often, plus other people's that I help to maintain.
Even explains how to create a bootable CD version, plus links to "Slipstream Office XP/2003".
Found via Chris' Corner blog