Loose notes on IT stuff...
Configs or settings that were hard to find, or messy in getting to... for future personal reference.
Friday, August 10, 2007
Windows XP Single to MultiProcessor patch
To switch to Multiprocessor support need to modify some system files.
There are three files involved in this in your \Windows\system32 directory:
HAL.DLL
ntoskrnl.exe
ntkrnlpa.exe
The versions you need may be found in \Windows\ServicePackFiles\i386:
halmacpi.dll
ntkrnlmp.exe
ntkrpamp.exe
[
backtrack
]
Sunday, July 29, 2007
Adding missing GPG key for custom repositories
Option 1:
wget [URL].gpg -O- | sudo apt-key add -
Option 2
#!/bin/bash
gpg --keyserver subkeys.pgp.net --recv $1
gpg --export --armor $1 | sudo apt-key add -
Tuesday, February 20, 2007
HTC Hack - Show Date and Time in Title Bar
Browse to '
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shell\
'
Create a binary value named "TBOpt" and set its value to "13 00 00 00".
Navigate to '
HKEY_LOCAL_MACHINE\nls\overrides
'
Change (or create string) value of "SSDte" to the date format :"dd-MMM "
It is important you add 3 spaces at the end!!
Save any unsaved document and reset your Pocket PC.
Newer Posts
Older Posts
Home
Subscribe to:
Comments (Atom)