25 July 2009

Tweak Windows Mobile on PPC

Increase FileSystem cache
To increase the file system cache:
HKLM\System\StorageManager\FATFS\CacheSize = 4096 (DWORD decimal)
To return the file system cache to zero:
HKLM\System\StorageManager\FATFS\CacheSize = 0 (DWORD decimal)
You can set the value to pretty much anything you like
Increase FileSystem filter cache
To enable the file system filter cache, speeding up overall performance of the pocket pc with file mangement:
HKLM\System\StorageManager\Filters\fsreplxfilt\ReplStoreCacheSize = 4096 (DWORD decimal)
To return the file system filter cache to zero:
HKLM\System\StorageManager\Filters\fsreplxfilt\ReplStoreCacheSize = 0 (DWORD decimal)
You can set the value to pretty much anything you like
Change the thickness of scrollbars
To change the thickness of the scrollbars at the right/bottom of documents larger than the screen, adjust...
For the horizontal (bottom) scrollbar:
HKLM\System\GWE\cyHScr = 9 (DWORD decimal)
For the vertical (right) scrollbar:
HKLM\System\GWE\cxVScr = 9 (DWORD decimal)
The default thickness is 13. You can set the value to anything you may like
Change the length of scrollbar arrow buttons
To go with changing the thickness of the scrollbars, you may wish to change the length of the scrollbar arrow buttons...
For the horizontal (bottom) scrollbar arrows:
HKLM\System\GWE\cyVScr = 9 (DWORD decimal)
For the vertical (right) scrollbar:
HKLM\System\GWE\cxHScr = 9 (DWORD decimal)
The default length is 13. You can set the value to pretty much anything you like
Enable ClearType in Landscape mode
To enable ClearType in Landscape mode:
HKLM\System\GDI\ClearTypeSettings\OffOnRotation = 0 (DWORD decimal)
To disable:
HKLM\System\GDI\ClearTypeSettings\OffOnRotation = 1 (DWORD decimal)
If the display of your pocket pc seems weird in colors, we suggest you to leave the clartype option disabled for landscape modes.
Add a 'Disconnect' button (and Timer) to the Connection List for GPRS
To add a Disconnect button:
HKLM\ControlPanel\Phone\Flags2 = 8 (DWORD decimal)
To add a Disconnect button and a timer display showing how long GRPS is in use for the session:
HKLM\ControlPanel\Phone\Flags2 = 16 (DWORD decimal)
To disable both the Disconnect button and the timer:
HKLM\ControlPanel\Phone\Flags2 = 0 (DWORD decimal)
Change the 'user agent' identification of Pocket Internet Explorer
To change the 'user agent' identification of Pocket Internet Explorer, several fields need to be adjusted. The example shows how to identify as Internet Explorer 6 - desktop version
The standard compliance 'user-agent' string:
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\User Agent\(Default) = "Mozilla/4.0" (REG_SZ string, no quotes)
Defaults to "Mozilla/2.0" The application/version string:
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\User Agent\Version = "MSIE 6.0" (REG_SZ string, no quotes)
Defaults to "MSIE 4.01" The host operating system string:
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\User Agent\Platform = "Windows NT 5.0" (REG_SZ string, no quotes)
Defaults to "Windows CE" Please note that if you change the Platform string, PDA-friendly sites may stop sending you PDA-friendly content automatically. Leave this string set to "Windows CE" unless a site absolutely refuses to work, or you want the site to feed you its normal content.
Change the location of 'Temporary Internet Files'

When browsing the web, pages and images are saved in the 'Temporary Internet Files' location. You can change this location to, for example, your Storage Card:
HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Cache = "\Storage Card\cacheie" (REG_SZ string, no quotes)
To return to the original location:
HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Cache = "\Windows\Profiles\guest\Temporary Internet Files" (REG_SZ string, no quotes)
Change the display of the clock in the taskbar
The clock in the taskbar can be changed to show not only the time, but also the date, or just the date, or nothing at all.
To show nothing:
HKLM\Software\Microsoft\Shell\TBOpt = 0 (DWORD decimal)
To show just the clock:
HKLM\Software\Microsoft\Shell\TBOpt = 1 (DWORD decimal)
To show just the date:
HKLM\Software\Microsoft\Shell\TBOpt = 2 (DWORD decimal)
To show both the date and the clock:
HKLM\Software\Microsoft\Shell\TBOpt = 3 (DWORD decimal)
Note 1: If you switch to the Analog clock display, the date will remain visible -through- the Analog clock
Note 2: Setting the clock to show 'nothing' will still keep the reserved space, showing the taskbar background, and obscure any icons that will shift to the right.
Note 3: Your date may get obscured by the space reserved for the OK/Close button in the top-right. You can fix this my adding spaces at the end of your 'Short Date Format'. See also the tweak on 'Change the Short Date Format'
Change the Short Date Format
Applications may call upon the system to provide a 'short date format'. One such application is the Date/Time display in the taskbar, if set to show the date. To change the Short Date Format to show "Mon/2" (example):
HKLM\nls\overrides\SSDte = "ddd/d " (REG_SZ string, no quotes)
Note: All applications using the short date format will be affected by this change. Choose wisely
Disable the security warning when installing non-certified application
To disable the security warning when installing a non-certfied application, set:
HKLM\Security\Policies\Policies\0000101a = 1 (DWORD decimal)
To restore the warnings:
HKLM\Security\Policies\Policies\0000101a = 0 (DWORD decimal)
Default SMS Delivery Notifications to on

To always have SMS Delivery Notifications enabled:
HKCU\Software\Microsoft\Inbox\Settings\SMSDeliveryNotify = 1 (DWORD decimal)
To disable them (can still enable per-SMS in SMS settings):
HKCU\Software\Microsoft\Inbox\Settings\SMSDeliveryNotify = 0 (DWORD decimal)
Change the application launched by Today screen Soft Keys
To change the application launched by the Today screen Left soft key:
HKCU\Software\Microsoft\Today\Keys\112\Open = "\Windows\Calendar.exe" (REG_SZ string, including quotes)
To change the title of the Left soft key:
HKCU\Software\Microsoft\Today\Keys\112\(Default) = Calendar (REG_SZ string, no quotes)
To change the application launched by the Today screen Right soft key:
HKCU\Software\Microsoft\Today\Keys\113\Open = "\Windows\Calendar.exe" (REG_SZ string, including quotes)
To change the title of the Right soft key:
HKCU\Software\Microsoft\Today\Keys\113\(Default) = "Calendar" (REG_SZ string, no quotes)
Note that 113 normally doesn't exist by default, and probably needs to be created Also note that there is at least 1 application that allows you to set these through a GUI, developed by FdcSoft called SoftKeyAppletEx
Disable 3gp (video) size limit (only on HTC pocket pc devices)
To disable the 3gp (video recording format) size limit:
HKLM\SOFTWARE\HTC\camera\AppDefSettings\P3\EnableLimit = 0 (DWORD decimal)
To re-enable:
HKLM\SOFTWARE\HTC\camera\AppDefSettings\P3\EnableLimit = 1 (DWORD decimal)
Add GPS settings icon

If you have a GPS device, you can add a GPS settings icon to your Start > Settings menu using:
HKLM\ControlPanel\GPS Settings\Group = 2 (DWORD decimal)
HKLM\ControlPanel\GPS Settings\redirect <-- delete, or rename, this value
Note that '2' stands for the Connections tab, '1' is System and '0' would be Personal
Add Lunar Calendar mode to Calendar
You can add a Lunar Calendar mode to the Calendar view, showing a 'Month' view with the Lunar months/days.
HKLM\Software\Microsoft\Calendar\ShowLunarCalendar = 1 (DWORD decimal)
And to disable again:
HKLM\Software\Microsoft\Calendar\ShowLunarCalendar = 0 (DWORD decimal)
Change location of ringtones
You can change the location where WM5 will look for ringtones by adjusting the following key (example given is for ringtones placed on the Storage Card root folder)
HKCU\ControlPanel\Sound\Categories\Ring\Directory = "\Storage Card\" (REG_SZ string, no quotes)
The default location may be "\Windows\" or "\Windows\Rings\" depending on your Device provider
Change slide-out keyboard layout

If you have a Device from one country, but would like to use the keyboard layout of another, you can change the keyboard's language setting to do so...
For US layout (QWERTY):
HKCU\ControlPanel\Keybd\Locale = 1033 (DWORD decimal)
For German layout (QWERTZ):
HKCU\ControlPanel\Keybd\Locale = 1031 (DWORD decimal)
For French layout (AZERTY):
HKCU\ControlPanel\Keybd\Locale = 1036 (DWORD decimal)
Show Edge network indicator instead of GPRS

If your network provider supports the Edge network (and your device does as well), you can use the following to show a little 'E' icon instead of 'G' icon when connected to an Edge network:
HKLM\Drivers\BuiltIn\RIL\EnableDifferGprsEdgeIcon = 1 (DWORD decimal)
To disable again:
HKLM\Drivers\BuiltIn\RIL\EnableDifferGprsEdgeIcon = 0 (DWORD decimal)
Make reminders show only once

By default, reminders will keep bugging you for 2 minutes. You can change this to zero minutes by adjusting this value:
HKCU\ControlPanel\Notifications\Reminders\AutoSnooze\AutoSnoozeMins = 0 (DWORD decimanl)
Note that you can set this to any value you like. Alternative to setting this value to zero is to delete the '?AutoSnooze' key altogether
Remove operator skin from Phone app
If your device's Phone app is skinned, you can remove by setting:
HKLM\Security\Phone\Skin\Enabled = 0 (DWORD decimal)
Similarly, you can restore it with:
HKLM\Security\Phone\Skin\Enabled = 1 (DWORD decimal)
Enable/Disable receiving of files over BlueTooth/IrDA to  your pocket pc
If you want to prevent receiving files over BlueTooth or IrDA, you can set the following value:
HKLM\Software\Microsoft\Obex\IsEnabled = 0 (DWORD decimal)
And to (re-)enable:
HKLM\Software\Microsoft\Obex\IsEnabled = 1 (DWORD decimal)
GPRS always on
If you want your GPRS (or EDGE) connection to always be on, set the following:
HKLM\Comm\ConnMgr\Providers\{7C4B7A38-5FF7-4bc1-80F6-5DA7870BB1AA}\|gprs connection name|\AlwaysOn = 1 (DWORD decimal)
And to turn it off:
HKLM\Comm\ConnMgr\Providers\{7C4B7A38-5FF7-4bc1-80F6-5DA7870BB1AA}\|gprs connection name|\AlwaysOn = 0 (DWORD decimal)
Hide/Show Screen orientation icon in the taskbar of your pocket pc

If you wish to hide the Screen orientation icon, shown in the task bar on some devices, you can set:
HKLM\System\GDI\Rotation\HideOrientationUI = 1 (DWORD decimal)
And to show it again:
HKLM\System\GDI\Rotation\HideOrientationUI = 0 (DWORD decimal)
Else, try:
HKLM\Services\screenrotate = 0 (DWORD decimal)
And to show it again:
HKLM\Services\screenrotate = 1 (DWORD decimal)
Note that this icon and its feature may not be available on all pocket pc devices.
Hide/Show battery indicator in Task bar

If you wish to hide the battery indicator in the task bar on some devices, you can set:
HKLM\Services\Power\ShowIcon = 0 (DWORD decimal)
And to show:
HKLM\Services\Power\ShowIcon = 1 (DWORD decimal)
Note that this icon and its feature may not be available on your device at all. For example, the HTC Wizard regularly ships with a battery indicator in the Tray instead, governed by "Windows\Startup\Init_Tray.exe".
Change ringtone/vibrate/LED flash characteristics

If you would like more control over how your device rings/vibrates/flashes its LEDs on events, you can can change the Script values of these events. For example, for an incoming call performing 'activate device, play ringtone, wait 3 seconds, repeat':
HKCU\ControlPanel\Sounds\RingTone0\Script = "apw3r" (REG_SZ string, no quotes)
For performing 'active device, set volume to 33%, play ringtone, set volume to 67%, play ringtone, set volume to 100%, play ringtone (no repeat)':
HKCU\ControlPanel\Sounds\RingTone0\Script = "ac33pc67pc100p" (REG_SZ string, no quotes)
The following are the full codes available to you. Please note that all the codes are executed simultaneously except after a ringtone play / wait code. E.g. 'v1p' will vibrate and play at the same time, while vibrating for 1 second. But 'pv1' will play the ringtone through all the way first, then start vibrating for 1 second.
a = activate device
cN = set volume to N in percentage max volume
fN = flash notification LED for N seconds
p = play ringtone. Note that this will play the ringtone all the way through before continuing with the next code.
r = repeat. Note that this should be the last code in your Script string, if used at all.
vN = vibrate for N seconds
wN = wait for N seconds. Note that the device will wait this long before continuing with the next code.
Disable the SMS Sent notification

If you're tired of the "Message Sent" notification after sending an SMS/text message, you can disable them:
HKLM\Software\Microsoft\Inbox\Settings\SMSNoSentMsg = 1 (DWORD decimal)
And to re-enable:
HKLM\Software\Microsoft\Inbox\Settings\SMSNoSentMsg = 0 (DWORD decimal)
Please note that the 'Settings' key may not exist in your device, and thus may have to be created first.
Change the SMS Sent notification text

If you just want the "Message Sent" notification to read something different, adjust the following:
HKLM\Software\Microsoft\Inbox\Svc\SMS\MessageSent = "Message Sent" (REG_SZ string, no quotes)
Always require SMS Delivery notification

If you always want an SMS Delivery notification (see note below!), and are tired of ticking the 'Request message delivery notification' checkbox, set:
HKLM\Software\Microsoft\Inbox\Settings\SMSDeliveryNotify = 1 (DWORD decimal)
To disable again:
HKLM\Software\Microsoft\Inbox\Settings\SMSDeliveryNotify = 0 (DWORD decimal)
Note 1: Delivery notifications will depend on your and the recipient's operator network capabilities! Note 2: You can still override this with the regular checkbox.
Show Calendar event text in Week View

If you wish to see a Calendar event's text in the Week View, set the following:
HKCU\Software\Microsoft\Calendar\ShowTextInWeekView = 1 (DWORD decimal)
To disable it again:
HKCU\Software\Microsoft\Calendar\ShowTextInWeekView = 0 (DWORD decimal)
Please note that your event must have long enough a duration to show the event text, and the week view (with its narrow columns) truncates long words easily
Also note that the key "Calendar" may not exist - just create it if it doesn't
Rotation:

Right-handed:
HKLM\System\GDI\Rotation\LandscapeMode = 1 (DWORD decimal)
Left-handed:
HKLM\System\GDI\Rotation\LandscapeMode = 4 (DWORD decimal)
Disable the dialer skin
"HKEY_LOCAL_MACHINE\Security\Phone\Skin" set "Enabled" to 0 and softreset
Disable usb charge
"HKEY_LOCAL_MACHINE\Drivers\BuiltIn\usbfndrv" set "EnableUsbCharge" to 0 and softreset
Be careful whith this tweak because it doesn't seem to charge (no amber LED) but it does !
Delete system tray - Orbit only
[HKLM\init]
delete "Launch 92" = trayap.exe
Remove clock on top bar
[HKLM\Software\Microsoft\Shell\]
"ShowTitleBarClock"=0  (disable)
"ShowTitleBarClock"=1  (enable)
Make WM5 delete cab file after install

Remove the "/nodelete" option to the Windows CE loader:
HKCR\cabfile\Shell\open\command = 'wceload.exe "%1"' (REG_SZ string, no quotes)
Improve BT A2DP sound quality
[HKLM/Software/Microsoft/Bluetooth/A2DP/Settings]
Add new dword, Value name=BitPool; Value data=48 (Decimal)
Modify, Value name=UseJointStereo; Value data=0 (Decimal, Originally 1)
For BitPool:
Microsoft suggests the following bitpool values for optimal buffer sizes.
30 - Low audio quality
40 - Medium audio quality
48 - High audio quality
58 - Excellent audio quality
Chose one you like. I think 48 is good enough.
For UseJointStereo: use 0 instead of 1, then you got the real stereo.
Show Network Operator Name in today screen

Restoring Today Item: WiFi, BT and Phone Connection Status
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Today\Items]
Create "Wireless" use Key
"Flags"=dword:00000000
"Options"=dword:00000000
"DLL"="netui.dll"
"Order"=dword:00000000
"Enabled"=dword:00000001
"Type"=dword:00000004
    * Enable clicking on the today plugin above open Comm Manager
[HKEY_LOCAL_MACHINE\ControlPanel\WrlsMgr]Create string value
"Redirect"= "\Windows\CommManager.exe"
Change Radio scan range on FM
"HKLM\SOFTWARE\HTC\FMRadio\FMPlayer\Band"
0 = 87.5 - 108.0 MHz
1 = 76.0 - 108.0 MHz
2 = 76.0 - 91.0 MHz
Customize Today HTC ?HomePlug (taken from the forum)
[HKLM\SOFTWARE\HTC\HTCHomeplug]
You will find two maps (2, 3). If you want to create a new shortcut add a new key (name it "4"). In the key you need to add: a string ?LaunchApPath -> point this string to the program a string ?ResPath -> point this to the program or dll that contains the icon a dword iconindex -> some executable files and dll's contain serveral icons. The normal value is 0, but it depends on the exe/dll file.
Example for adding Internet Explorer button.
Code:
[HKLM\SOFTWARE\HTC\HTCHomeplug\4]
"iconindex"=dword:00000000
"ResPath"="\windows\iexplore.exe"
"LaunchApPath"="\windows\iexplore.exe
Add Flight Mode to the Comm Manager
[HKLM\Software\HTC\CommManager]
"SupportedFunctions"="8"  (This number should be one more than what is current, to add an extra button)
[HKLM\Software\HTC\CommManager\7] (This key will need to be created, it should be 1 less than the above number)
"default"="FlightMode"
Add Wlan Mode to the Comm Manager
[HKLM\Software\HTC\CommManager]
"SupportedFunctions"="8"  (This number should be one more than what is current, to add an extra button)
[HKLM\Software\HTC\CommManager\6] (This key will need to be created, it should be 1 less than the above number - default is 6 for WiFi)
"default"="Wlan"
Ensure the comm manager is not running before changing, then no soft reset is required.
Show Time,Date,both or Battery on top bar at Today screen
[HKLM\Software\Microsoft\Shell\]
Time:
"ShowTitleBarClock"=1
"TBOpt"=1 (This key will need to be created)
Date:
"ShowTitleBarClock"=1
"TBOpt"=2 (This key will need to be created)
Both:
"ShowTitleBarClock"=1
"TBOpt"=3 (This key will need to be created)
Nothing:
"ShowTitleBarClock"=1
"TBOpt"=0 (This key will need to be created)
Battery:
"ShowTitleBarClock"=0
"TBOpt"=1 (This key will need to be created)
Show AM or PM next to the time on the top bar of the Today screen.

Registry Edit
[HKEY_LOCAL_MACHINE\nls\overrides]
Create a New String Value = S1159
Value = Am
Create a New String Value = S2359
Value = Pm
Edit Existing String Value = STFmt <<this should exist if not create a new string value
Value = h:mm tM
ALL CHARACTERS ARE CASE SENSITIVE AND MUST BE ENTERED AS STATED ABOVE
*Soft reset*
Always require SMS Delivery notification
HKLM\Software\Microsoft\Inbox\Settings\SMSDeliveryNotify = 1 (DWORD decimal)
Show Edge network indicator instead of GPRS
If your network provider supports the Edge network (and your device does as well), you can use the following to show a little 'E' icon instead of 'G' icon when connected to an Edge network:
HKLM\Drivers\BuiltIn\RIL\EnableDifferGprsEdgeIcon = 1 (DWORD decimal)
To disable again:
HKLM\Drivers\BuiltIn\RIL\EnableDifferGprsEdgeIcon = 0 (DWORD decimal)
Change the thickness of scrollbars
To change the thickness of the scrollbars at the right/bottom of documents larger than the screen, adjust... For the horizontal (bottom) scrollbar:
HKLM\System\GWE\cyHScr = 9 (DWORD decimal)
For the vertical (right) scrollbar:
HKLM\System\GWE\cxVScr = 9 (DWORD decimal)
The default thickness is 13. You can set the value to anything you may like
Change Long Date format to US style "Monday, August 01, 2007"
This is for all those who want to show the weekday on today screen if not available in your own Regional settings for date:
HKLM\nls\overrides
"SLDte"= dddd,MMMM dd, yyyy   (this string will need to be created)
Change Short Date format (12/08/07)

This is for all those who want to Customize the short date if not available in your own Regional settings for date:
HKLM\nls\overrides
"SSDte"= dd/MM/yy   (this string will need to be created)
The Available options are :- AFAIK
d            Single digit date no leading 0      (7/3/07)
dd           date with leading 0                 (09/03/07)
ddd          Day name Short                      (Mon)
dddd         Day name long                       (Monday)
M            single digit month                  (7/3/07)
MM           Month with leading 0                (09/03/07)
MMM          Short month name                    (Mar)
MMMM         Long month name                     (March)
y            Short year                          (7/3/7)
yy           Short year with leading 0           (7/3/07)
yyyy         Full year                           (04/11/2007)
Soft boot to activate
Change the length of scrollbar arrow buttons
To go with changing the thickness of the scrollbars,
you may wish to change the length of the scrollbar arrow buttons...
For the horizontal (bottom) scrollbar arrows:
HKLM\System\GWE\cyVScr = 9 (DWORD decimal)
For the vertical (right) scrollbar:
HKLM\System\GWE\cxHScr = 9 (DWORD decimal)
The default length is 13. You can set the value to pretty much anything you like
Enable ClearType in Landscape mode
To enable ClearType in Landscape mode:
HKLM\System\GDI\ClearTypeSettings\OffOnRotation = 0 (DWORD decimal)
To disable:
HKLM\System\GDI\ClearTypeSettings\OffOnRotation = 1 (DWORD decimal)
Note that your PocketPC screen's LCD red/green/blue ordering required for proper ClearType display is only correct for Portrait display.
You may or may not prefer to leave ClearType in Landscape mode disabled
Change the display of the clock in the taskbar

The clock in the taskbar can be changed to show not only the time, but also the date, or just the date, or nothing at all.
To show nothing:
HKLM\Software\Microsoft\Shell\TBOpt = 0 (DWORD decimal)
To show just the clock:
HKLM\Software\Microsoft\Shell\TBOpt = 1 (DWORD decimal)
To show just the date:
HKLM\Software\Microsoft\Shell\TBOpt = 2 (DWORD decimal)
To show both the date and the clock:
HKLM\Software\Microsoft\Shell\TBOpt = 3 (DWORD decimal)
Note 1: If you switch to the Analog clock display, the date will remain visible -through- the Analog clock
Note 2: Setting the clock to show 'nothing' will still keep the reserved space, showing the taskbar background,
and obscure any icons that will shift to the right.
Note 3: Your date may get obscured by the space reserved for the OK/Close button in the top-right.
You can fix this my adding spaces at the end of your 'Short Date Format'. See also the tweak on 'Change the Short Date Format'
Change the location of email and attachments to Storage card
HKCU\Software\Microsoft\MAPI\PropertyPath = "\Storage Card\Mail" (REG_SZ string, no quotes)
HKCU\Software\Microsoft\MAPI\AttachPath = "\Storage Card\Mail\Attachments" (REG_SZ string, no quotes)
To return to the original location:
Just simply delete these Registry settings (since neither is included by default).
Change the location of Temporary Internet Files
HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Cache = "\Storage Card\cacheie" (REG_SZ string, no quotes)
To return to the original location:
HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Cache = "\Windows\Profiles\guest\Temporary Internet Files" (REG_SZ string, no quotes)
Default Contact Manager

For Windows as default CM (default):
[HKLM\software\microsoft\shell\rai\:MSCONTACTS]
"1" value = ":MSPOUTLOOK contacts"
For PocketCM as default CM:
[HKLM\software\microsoft\shell\rai\:MSCONTACTS]
"1" value = "pocketcm.exe"
Hide SIM Contacts

[HKEY_CURRENT_USER\Control Panel\Phone]
"ShowSIM"=dword:00000001 ->0 to disable, 1 to enable
Change time between ?QuickGPS updates

[HKEY_LOCAL_MACHINE\Software\HTC\QuickGPS]
"ExpiredTime"=4320 ->1440= 1day,2880= 2days, 14400= 10 days, 28800= 20 days, 43200= 30 days etc

Change slide-out keyboard layout
If you have a Device from one country, but would like to use the keyboard layout of another, you can change the keyboard's language setting to do so...
For US layout (QWERTY):
HKCU\ControlPanel\Keybd\Locale = 1033 (DWORD decimal)
For German layout (QWERTZ):
HKCU\ControlPanel\Keybd\Locale = 1031 (DWORD decimal)
For French layout (AZERTY):
HKCU\ControlPanel\Keybd\Locale = 1036 (DWORD decimal)
Show Edge network indicator instead of GPRS

If your network provider supports the Edge network (and your device does as well), you can use the following to show a little 'E' icon instead of 'G' icon when connected to an Edge network:
HKLM\Drivers\BuiltIn\RIL\EnableDifferGprsEdgeIcon = 1 (DWORD decimal)
To disable again:
HKLM\Drivers\BuiltIn\RIL\EnableDifferGprsEdgeIcon = 0 (DWORD decimal)
Make reminders show only once
By default, reminders will keep bugging you for 2 minutes. You can change this to zero minutes by adjusting this value:
HKCU\ControlPanel\Notifications\Reminders\AutoSnooze\AutoSnoozeMins = 0 (DWORD decimanl)
Note that you can set this to any value you like. Alternative to setting this value to zero is to delete the '?AutoSnooze' key altogether
Remove operator skin from Phone app
If your device's Phone app is skinned, you can remove by setting:
HKLM\Security\Phone\Skin\Enabled = 0 (DWORD decimal)
Similarly, you can restore it with:
HKLM\Security\Phone\Skin\Enabled = 1 (DWORD decimal)
Enable/Disable receiving of files over BlueTooth/IrDA to  your pocket pc
If you want to prevent receiving files over BlueTooth or IrDA, you can set the following value:
HKLM\Software\Microsoft\Obex\IsEnabled = 0 (DWORD decimal)
And to (re-)enable:
HKLM\Software\Microsoft\Obex\IsEnabled = 1 (DWORD decimal)
GPRS always on
If you want your GPRS (or EDGE) connection to always be on, set the following:
HKLM\Comm\ConnMgr\Providers\{7C4B7A38-5FF7-4bc1-80F6-5DA7870BB1AA}\|gprs connection name|\AlwaysOn = 1 (DWORD decimal)
And to turn it off:
HKLM\Comm\ConnMgr\Providers\{7C4B7A38-5FF7-4bc1-80F6-5DA7870BB1AA}\|gprs connection name|\AlwaysOn = 0 (DWORD decimal)
Hide/Show Screen orientation icon in the taskbar of your pocket pc

If you wish to hide the Screen orientation icon, shown in the task bar on some devices, you can set:
HKLM\System\GDI\Rotation\HideOrientationUI = 1 (DWORD decimal)
And to show it again:
HKLM\System\GDI\Rotation\HideOrientationUI = 0 (DWORD decimal)
Else, try:
HKLM\Services\screenrotate = 0 (DWORD decimal)
And to show it again:
HKLM\Services\screenrotate = 1 (DWORD decimal)
Note that this icon and its feature may not be available on all pocket pc devices.
Hide/Show battery indicator in Task bar

If you wish to hide the battery indicator in the task bar on some devices, you can set:
HKLM\Services\Power\ShowIcon = 0 (DWORD decimal)
And to show:
HKLM\Services\Power\ShowIcon = 1 (DWORD decimal)
Note that this icon and its feature may not be available on your device at all. For example, the HTC Wizard regularly ships with a battery indicator in the Tray instead, governed by "Windows\Startup\Init_Tray.exe".
Change ringtone/vibrate/LED flash characteristics

If you would like more control over how your device rings/vibrates/flashes its LEDs on events, you can can change the Script values of these events. For example, for an incoming call performing 'activate device, play ringtone, wait 3 seconds, repeat':
HKCU\ControlPanel\Sounds\RingTone0\Script = "apw3r" (REG_SZ string, no quotes)
For performing 'active device, set volume to 33%, play ringtone, set volume to 67%, play ringtone, set volume to 100%, play ringtone (no repeat)':
HKCU\ControlPanel\Sounds\RingTone0\Script = "ac33pc67pc100p" (REG_SZ string, no quotes)
The following are the full codes available to you. Please note that all the codes are executed simultaneously except after a ringtone play / wait code. E.g. 'v1p' will vibrate and play at the same time, while vibrating for 1 second. But 'pv1' will play the ringtone through all the way first, then start vibrating for 1 second.
a = activate device
cN = set volume to N in percentage max volume
fN = flash notification LED for N seconds
p = play ringtone. Note that this will play the ringtone all the way through before continuing with the next code.
r = repeat. Note that this should be the last code in your Script string, if used at all.
vN = vibrate for N seconds
wN = wait for N seconds. Note that the device will wait this long before continuing with the next code.
Disable the SMS Sent notification

If you're tired of the "Message Sent" notification after sending an SMS/text message, you can disable them:
HKLM\Software\Microsoft\Inbox\Settings\SMSNoSentMsg = 1 (DWORD decimal)
And to re-enable:
HKLM\Software\Microsoft\Inbox\Settings\SMSNoSentMsg = 0 (DWORD decimal)
Please note that the 'Settings' key may not exist in your device, and thus may have to be created first.
Change the SMS Sent notification text

If you just want the "Message Sent" notification to read something different, adjust the following:
HKLM\Software\Microsoft\Inbox\Svc\SMS\MessageSent = "Message Sent" (REG_SZ string, no quotes)
Always require SMS Delivery notification

If you always want an SMS Delivery notification (see note below!), and are tired of ticking the 'Request message delivery notification' checkbox, set:
HKLM\Software\Microsoft\Inbox\Settings\SMSDeliveryNotify = 1 (DWORD decimal)
To disable again:
HKLM\Software\Microsoft\Inbox\Settings\SMSDeliveryNotify = 0 (DWORD decimal)
Note 1: Delivery notifications will depend on your and the recipient's operator network capabilities! Note 2: You can still override this with the regular checkbox.
Show Calendar event text in Week View

If you wish to see a Calendar event's text in the Week View, set the following:
HKCU\Software\Microsoft\Calendar\ShowTextInWeekView = 1 (DWORD decimal)
To disable it again:
HKCU\Software\Microsoft\Calendar\ShowTextInWeekView = 0 (DWORD decimal)
Please note that your event must have long enough a duration to show the event text, and the week view (with its narrow columns) truncates long words easily
Also note that the key "Calendar" may not exist - just create it if it doesn't
Rotation:

Right-handed:
HKLM\System\GDI\Rotation\LandscapeMode = 1 (DWORD decimal)
Left-handed:
HKLM\System\GDI\Rotation\LandscapeMode = 4 (DWORD decimal)
Disable the dialer skin
"HKEY_LOCAL_MACHINE\Security\Phone\Skin" set "Enabled" to 0 and softreset
Disable usb charge
"HKEY_LOCAL_MACHINE\Drivers\BuiltIn\usbfndrv" set "EnableUsbCharge" to 0 and softreset
Be careful whith this tweak because it doesn't seem to charge (no amber LED) but it does !
Delete system tray - Orbit only
[HKLM\init]
delete "Launch 92" = trayap.exe
Remove clock on top bar
[HKLM\Software\Microsoft\Shell\]
"ShowTitleBarClock"=0  (disable)
"ShowTitleBarClock"=1  (enable)
Make WM5 delete cab file after install

Remove the "/nodelete" option to the Windows CE loader:
HKCR\cabfile\Shell\open\command = 'wceload.exe "%1"' (REG_SZ string, no quotes)
Improve BT A2DP sound quality
[HKLM/Software/Microsoft/Bluetooth/A2DP/Settings]
Add new dword, Value name=BitPool; Value data=48 (Decimal)
Modify, Value name=UseJointStereo; Value data=0 (Decimal, Originally 1)
For BitPool:
Microsoft suggests the following bitpool values for optimal buffer sizes.
30 - Low audio quality
40 - Medium audio quality
48 - High audio quality
58 - Excellent audio quality
Chose one you like. I think 48 is good enough.
For UseJointStereo: use 0 instead of 1, then you got the real stereo.
Show Network Operator Name in today screen

Restoring Today Item: WiFi, BT and Phone Connection Status
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Today\Items]
Create "Wireless" use Key
"Flags"=dword:00000000
"Options"=dword:00000000
"DLL"="netui.dll"
"Order"=dword:00000000
"Enabled"=dword:00000001
"Type"=dword:00000004
    * Enable clicking on the today plugin above open Comm Manager
[HKEY_LOCAL_MACHINE\ControlPanel\WrlsMgr]Create string value
"Redirect"= "\Windows\CommManager.exe"
Change Radio scan range on FM
"HKLM\SOFTWARE\HTC\FMRadio\FMPlayer\Band"
0 = 87.5 - 108.0 MHz
1 = 76.0 - 108.0 MHz
2 = 76.0 - 91.0 MHz
Customize Today HTC ?HomePlug (taken from the forum)
[HKLM\SOFTWARE\HTC\HTCHomeplug]
You will find two maps (2, 3). If you want to create a new shortcut add a new key (name it "4"). In the key you need to add: a string ?LaunchApPath -> point this string to the program a string ?ResPath -> point this to the program or dll that contains the icon a dword iconindex -> some executable files and dll's contain serveral icons. The normal value is 0, but it depends on the exe/dll file.
Example for adding Internet Explorer button.
Code:
[HKLM\SOFTWARE\HTC\HTCHomeplug\4]
"iconindex"=dword:00000000
"ResPath"="\windows\iexplore.exe"
"LaunchApPath"="\windows\iexplore.exe
Add Flight Mode to the Comm Manager
[HKLM\Software\HTC\CommManager]
"SupportedFunctions"="8"  (This number should be one more than what is current, to add an extra button)
[HKLM\Software\HTC\CommManager\7] (This key will need to be created, it should be 1 less than the above number)
"default"="FlightMode"
Add Wlan Mode to the Comm Manager
[HKLM\Software\HTC\CommManager]
"SupportedFunctions"="8"  (This number should be one more than what is current, to add an extra button)
[HKLM\Software\HTC\CommManager\6] (This key will need to be created, it should be 1 less than the above number - default is 6 for WiFi)
"default"="Wlan"
Ensure the comm manager is not running before changing, then no soft reset is required.
Show Time,Date,both or Battery on top bar at Today screen
[HKLM\Software\Microsoft\Shell\]
Time:
"ShowTitleBarClock"=1
"TBOpt"=1 (This key will need to be created)
Date:
"ShowTitleBarClock"=1
"TBOpt"=2 (This key will need to be created)
Both:
"ShowTitleBarClock"=1
"TBOpt"=3 (This key will need to be created)
Nothing:
"ShowTitleBarClock"=1
"TBOpt"=0 (This key will need to be created)
Battery:
"ShowTitleBarClock"=0
"TBOpt"=1 (This key will need to be created)
Show AM or PM next to the time on the top bar of the Today screen.

Registry Edit
[HKEY_LOCAL_MACHINE\nls\overrides]
Create a New String Value = S1159
Value = Am
Create a New String Value = S2359
Value = Pm
Edit Existing String Value = STFmt <<this should exist if not create a new string value
Value = h:mm tM
ALL CHARACTERS ARE CASE SENSITIVE AND MUST BE ENTERED AS STATED ABOVE
*Soft reset*
Always require SMS Delivery notification
HKLM\Software\Microsoft\Inbox\Settings\SMSDeliveryNotify = 1 (DWORD decimal)
Show Edge network indicator instead of GPRS
If your network provider supports the Edge network (and your device does as well), you can use the following to show a little 'E' icon instead of 'G' icon when connected to an Edge network:
HKLM\Drivers\BuiltIn\RIL\EnableDifferGprsEdgeIcon = 1 (DWORD decimal)
To disable again:
HKLM\Drivers\BuiltIn\RIL\EnableDifferGprsEdgeIcon = 0 (DWORD decimal)
Change the thickness of scrollbars
To change the thickness of the scrollbars at the right/bottom of documents larger than the screen, adjust... For the horizontal (bottom) scrollbar:
HKLM\System\GWE\cyHScr = 9 (DWORD decimal)
For the vertical (right) scrollbar:
HKLM\System\GWE\cxVScr = 9 (DWORD decimal)
The default thickness is 13. You can set the value to anything you may like
Change Long Date format to US style "Monday, August 01, 2007"
This is for all those who want to show the weekday on today screen if not available in your own Regional settings for date:
HKLM\nls\overrides
"SLDte"= dddd,MMMM dd, yyyy   (this string will need to be created)
Change Short Date format (12/08/07)

This is for all those who want to Customize the short date if not available in your own Regional settings for date:
HKLM\nls\overrides
"SSDte"= dd/MM/yy   (this string will need to be created)
The Available options are :- AFAIK
d            Single digit date no leading 0      (7/3/07)
dd           date with leading 0                 (09/03/07)
ddd          Day name Short                      (Mon)
dddd         Day name long                       (Monday)
M            single digit month                  (7/3/07)
MM           Month with leading 0                (09/03/07)
MMM          Short month name                    (Mar)
MMMM         Long month name                     (March)
y            Short year                          (7/3/7)
yy           Short year with leading 0           (7/3/07)
yyyy         Full year                           (04/11/2007)
Soft boot to activate
Change the length of scrollbar arrow buttons
To go with changing the thickness of the scrollbars,
you may wish to change the length of the scrollbar arrow buttons...
For the horizontal (bottom) scrollbar arrows:
HKLM\System\GWE\cyVScr = 9 (DWORD decimal)
For the vertical (right) scrollbar:
HKLM\System\GWE\cxHScr = 9 (DWORD decimal)
The default length is 13. You can set the value to pretty much anything you like
Enable ClearType in Landscape mode
To enable ClearType in Landscape mode:
HKLM\System\GDI\ClearTypeSettings\OffOnRotation = 0 (DWORD decimal)
To disable:
HKLM\System\GDI\ClearTypeSettings\OffOnRotation = 1 (DWORD decimal)
Note that your PocketPC screen's LCD red/green/blue ordering required for proper ClearType display is only correct for Portrait display.
You may or may not prefer to leave ClearType in Landscape mode disabled
Change the display of the clock in the taskbar

The clock in the taskbar can be changed to show not only the time, but also the date, or just the date, or nothing at all.
To show nothing:
HKLM\Software\Microsoft\Shell\TBOpt = 0 (DWORD decimal)
To show just the clock:
HKLM\Software\Microsoft\Shell\TBOpt = 1 (DWORD decimal)
To show just the date:
HKLM\Software\Microsoft\Shell\TBOpt = 2 (DWORD decimal)
To show both the date and the clock:
HKLM\Software\Microsoft\Shell\TBOpt = 3 (DWORD decimal)
Note 1: If you switch to the Analog clock display, the date will remain visible -through- the Analog clock
Note 2: Setting the clock to show 'nothing' will still keep the reserved space, showing the taskbar background,
and obscure any icons that will shift to the right.
Note 3: Your date may get obscured by the space reserved for the OK/Close button in the top-right.
You can fix this my adding spaces at the end of your 'Short Date Format'. See also the tweak on 'Change the Short Date Format'
Change the location of email and attachments to Storage card
HKCU\Software\Microsoft\MAPI\PropertyPath = "\Storage Card\Mail" (REG_SZ string, no quotes)
HKCU\Software\Microsoft\MAPI\AttachPath = "\Storage Card\Mail\Attachments" (REG_SZ string, no quotes)
To return to the original location:
Just simply delete these Registry settings (since neither is included by default).
Change the location of Temporary Internet Files
HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Cache = "\Storage Card\cacheie" (REG_SZ string, no quotes)
To return to the original location:
HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Cache = "\Windows\Profiles\guest\Temporary Internet Files" (REG_SZ string, no quotes)
Default Contact Manager

For Windows as default CM (default):
[HKLM\software\microsoft\shell\rai\:MSCONTACTS]
"1" value = ":MSPOUTLOOK contacts"
For PocketCM as default CM:
[HKLM\software\microsoft\shell\rai\:MSCONTACTS]
"1" value = "pocketcm.exe"
Hide SIM Contacts

[HKEY_CURRENT_USER\Control Panel\Phone]
"ShowSIM"=dword:00000001 ->0 to disable, 1 to enable
Change time between ?QuickGPS updates

[HKEY_LOCAL_MACHINE\Software\HTC\QuickGPS]
"ExpiredTime"=4320 ->1440= 1day,2880= 2days, 14400= 10 days, 28800= 20 days, 43200= 30 days etc

from: http://ekrava.livejournal.com/536074.html
from: http://wiki.xda-developers.com/index.php?pagename=Artemis_Registry

15 July 2009

detikcom : Metamorfosis Desain Ponsel Nokia

title : Metamorfosis Desain Ponsel Nokia
summary : Inovasi produk-produk Nokia mempunyai perjalanan yang panjang. Raksasa ponsel ini telah 17 tahun malang melintang di dunia ponsel. Ini dia metamorfosis desain ponsel Nokia, dari tahun 1982-2009. (read more)

14 May 2009

Tempat mudah download mp3

Banyak sekali teman yang bertanya padaku tempat untuk download mp3 dimana sih? Banyak memang sih kalo kita mencari di situs pencari seperti google misalnya ... banyak sekali.
Nah, yang menjadi perhatian adalah Bagaimana agar dapat mencari dan mendownloadnya dengan mudah, atau sambil kita mendengarkan langsung tanpa mengunduhnya ..
Salah satu situs favorit saya untuk mengunduh dan mendengarkan mp3 adalah di 4shared.



Kita tinggal memasukkan judul lagu atau artisnya. Kalo tersedia, pasti akan muncul banyak pilihan.
Keuntungan lainnya akan kita dapat apabila kita mendaftar atau register. Kita akan bisa menyimpan file atau titip file disana. Makanya tak heran di situs ini bukan cuma mp3 saja yang ada, bahkan beberapa program yang kadang kita butuh, bisa mencoba mencarinya dini.
Selamat mencoba. Untuk langsung mendaftar silahkan klik disini.


11 April 2009

Mencoba Peruntungan Lewat PTC

Awalnya aku diajak sama teman yang pada awalnya dia sangat terinspirasi oleh mudahnya mencari uang lewat internet, dengan cara yang mudah dan instan. Hanya dengan bermodal koneksi internet dan sedikit kerja “klik” setelah kita di suguhi berbagai macam iklan yang memberikan janji-janji, akan di bayar ketika kita sudah mencapai limit tertentu. Aku berfikir ini hal yang sangat konyol kalo yang menurutku dengan satu klik kita mendapatkan $0,01 atau lebih mudahnya kita bisa menaksir lebih kurang cepek untuk sekali klik ..


Saya berpikir lagi, ini akan bisa cepat kalo kita bisa mengajak teman atau istilahnya kita bisa mereferensikannya kepada teman-teman kita atau famili kita.


Kalo kita bekerja sendiri, misalnya kita dalam sehari mendapatkan 4 sampai 5 klik, berarti kita dalam sehari bisa memperoleh $0.04 dan untuk mendapatkan payout $3, kita perlu 75 hari kerja.


Tapi tak apalah aku perlu mencobanya.



Dan aku sudah mendapatkan ...



Dan yang menjadikan aku PD, ini bisa langsung transfer ke rekening kita lewat BCA atau Mandiri ..
Selamat mencoba.

10 February 2009

Conficker Win32.Kido.CG W32.Downadup.B

Copas dari Detikinet.com
Ardhi Suryadhi

Analis virus dari Vaksincom Adi Saputra menilai, Conficker merupakan virus yang canggih yang cukup cerdas, karena memiliki kemampuan meng-update dirinya dan memiliki satu payload spesial yang sangat menyulitkan pembuat antivirus untuk membuat tools membasmi dirinya.

"Sehingga tak jarang, jika jaringan komputer di kantor Anda terinfeksi virus ini, meskipun Anda sudah banting tulang membersihkan tetapi virus tersebut tetap membandel," ujarnya dalam keterangan tertulisnya kepada detikINET, Rabu (28/1/2009).

Conficker yang dulu muncul pada kasus 'Generic Host Process' error kali ini muncul dengan varian dengan target serangan Windows XP, Vista, semua versi Windows Server. Bahkan, kata Adi, Windows 7 versi Beta pun masih rentan atas serangan virus ini.

Norman Security Suite mendeteksi varian baru virus tersebut sebagai W32/Conficker.DV, sedangkan antivirus lain mendeteksi sebagai Win32.Kido.CG (Kaspersky), W32.Downadup.B (Symantec), W32.Downadup.AL (F-Secure), W32.Conficker.B (Microsoft), W32.Conficker.A (CA, Sophos dan McAfee), Worm_Downad.AD (Trend Micro) dan W32/Conficker.C (Panda).

Ciri File Virus
Dijelaskan Adi, virus Conficker.DV memiliki file yang dikompres melalui UPX. File virus berukuran 162 kb. File virus yang masuk bertipe gambar (gif, jpeg, bmp, png). Sedangkan file yang aktif umumnya bertype 'dll' (dynamic link library).

Selanjutnya file virus yang berusaha masuk akan berada pada lokasi temporary internet. Jika file virus yang masuk berhasil dijalankan, virus akan mengkopi dirinya pada salah satu lokasi folder. File 'dll' inilah yang aktif dan mendompleng file svchost.exe (Windows Server Service) untuk melakukan penyebaran virus kembali.

"Virus juga akan mengcopy file '[%nama acak%].tmp' pada folder '%WINDOWS%\system32' [contohnya : 01.tmp atau 06.tmp]. Setelah menggunakan file tsb, kemudian virus mendelete file tsb," tukas Adi.

Nah, jika sudah terinfeksi W32/Conficker.DV, virus ini akan menimbulkan gejala/efek sebagai berikut:
· Jika varian sebelumnya mematikan service 'Workstation, Server dan Windows Firewall/Internet Connection Sharing (ICS)'. Maka kali ini virus berusaha untuk mematikan dan mendisable beberapa service, yaitu wscsvc: Security Center, wuauserv: Automatic Updates, BITS : Background Intellegent Transfer Service, ERSvc: Error Reporting Service dan yang lainnya.
· Virus mampu melakukan blok terhadap program aplikasi yang berjalan saat mengakses website yang mengandung string berikut: Ccert, sans, bit9, windowsupdate, wilderssecurity dan masih banyak lagi. Hal ini dilakukan tanpa melakukan perubahan pada host file yang ada. Dengan melakukan blok, dapat mencegah program anti-malware untuk melakukan update antivirus dan mencegah user saat mencoba akses ke situs keamanan.
· Virus berusaha melakukan perubahan pada sistem Windows Vista/Server 2008 dengan menggunakan perintah: 'netsh interface tcp set global autotuning=disabled'. Dengan perintah ini, maka windows auto tuning akan didisable. Windows Auto-Tuning merupakan salah satu fitur dari Windows Vista dan Server 2008 yang berguna untuk meningkatkan performa ketika mencoba akses jaringan.
· Virus berusaha mendownload dan mengeksekusi file (bmp, gif, jpeg, png) yang kemudian masuk pada temporary internet.
· Virus akan memeriksa koneksi internet dan mendownload file dengan menyesuaikan tanggal setelah 1 Januari 2009. Untuk itu virus memeriksa pada beberapa situs berikut: baidu, google, yahoo, msn, hingga ask.com
· Virus akan membuat rule firewall pada gateway jaringan lokal yang membuat serangan dari luar terkoneksi dan mendapatkan alamat external IP Address yang terinfeksi melalui berbagai macam port (1024 hingga 10000).
· Virus akan membuat service dengan karakteristik tertentu agar dapat berjalan otomatis saat start-up windows serta membuat HTTP Server pada port yang acak
· Virus membuat scheduled task untuk menjalankan file virus yang sudah dikopi dengan perintah: 'rundll32.exe .[%ekstensi acak%], [%acak]'


20 January 2009

Sukses Install XP di Presario CQ40

Setelah penasaran dan berjibaku selama hampir 2 malam, akhirnya bisa juga XP nangkring Compaq Presario CQ40. Padahal dari sono dikatakan begono:
"HP does not provide Windows XP-compatible drivers for functions such as sound, video, graphics, network connectivity, drives, or other devices and peripherals for these consumer notebooks."
Waduh, .. bisa gak ya .... ? Akhirnya setelah membaca pengalaman dari teman-teman di internet, akhirnya aku memberanikan diri.

Untuk menyingkat tulisan, akan saya rangkum sbb:
Ada 3 tugas utama:
A. Membuat XP installer yang support SATA drive.
B. Downgrade BIOS.
C. Installing drivers.

Penjelasan A.
Awalnya aku juga bingung, kenapa BSOD terus setiap kali mau install, sampai semua koleksi XP-ku kucoba semua, mulai dari SP1, SP2, SP3 .. bahkan yang sudah di modifikasi segala macem tetep gak bisa ... Akhirnya tanya sama oom Google, nemu blog-nya Mas Setya, intinya untuk bikin XP yang support SATA kita kudu siapin:
1. Net framework
2. NLITE bisa juga ambil disini.
3. ICH9 sata driver
Sekarang kita racik,

1. Copy seluruh isi CD XP ke sebuah direktori, misalnya SATA_XP, bisa di drive mana saja (waktu aku bikin, saya taruh di D:)
2. Extract juga ICH9 sata driver
3. Jalankan nLite, dan browsing ke direktori tadi yang kita buat, tunggu sampai muncul detil info windows xp yang akan dibuat, jika sudah langsung next .
4. Next lagi, dan nanti akan sampai pada opsi yang mana kita harus pilih option driver dan Bootable ISO, kemudian Next lagi



5. Lalu tekan insert, pilih single folder dan arahkan ke driver SATA ACHi di folder dimana ICH 9 tadi di extract.
6. Kemudian kita di suruh memilih pilihan lagi dan jatuhkan pilihan pada
ICH9M-EM SATA AHCI Controller
7. Pilih YES untuk memulai inject driver sata ke XP driver ..
8. Setelah selesai prosesnya, ada bisa langsung burning ke CD atau kalau sudah ngantuk bisa disimpan dalam bentuk file ISO, yang bisa di burning besok atau besoknya lagi. untuk burning iso, bisa dengan ultra iso, atau winiso atau banyak lagi ..
Proses A, selesai.

Proses B.
Downgrade BIOS.
Proses ini memang harus dilakukan, karena kalau tidak, driver-driver XP pasti tidak akan berjalan dengan sempurna dan banyak menyisakan unknown drivers. Silahkan download di http://www.mediafire.com/?tz9xeejxdgz. Terimakasih buat mas Andy atas tutorial dan link-nya. File sudah bentuk aplikasi, jadi tinggal klik dan klik ...

Proses C.
Donload dan Instalasi driver.
Untuk yang ini saya mendapat link lengkap dari mas Andy dan langsung saja menuju ke http://andy-compuhouse.blogspot.com/2008/11/installing-xp-audio-driver-for-compaq.html. OKE, selamat mencoba semoga sukses.

14 January 2009

Compaq Presario CQ40 mungsuh XP



Rasanya sampai "sepet" mata ini, googling kesana-kemari, sms sana sms sini, opo neh yo .. akhirnya ketemu yang lumayan enak disini.

1.http://bambangsetya.blogspot.com/2008/12/install-xp-di-presario-cq40-1808tu.html

2. http://andy-compuhouse.blogspot.com/2008/11/installing-notebook-compaq-presario.html

Lha, mau nulis sudah "sepet" mripatnya, ya akhirnya begini aja deh untuk memudahkan saya jika menemui kasus lagi ...

dan akhirnya, setelah bercengkrama dengan laptop hampir 2 hari akhirnya bisa rampung ni laptop. Walaupun saya sampai sekarang masih ada ganjalan kecil, masih ada yang di pentung tuh ... tapi audio kok sudah bunyi, apa gerangan yach ... ?

Aku juga sudah coba uninstall tapi tetep aja begitu .. kurang driver apa lagi ini ... mulai dari VGA, USB camera video webcam, blutut (bluetooth), wireless (wifi), card reader, LAN network, audio kliatannya sudah semua jeh ...

Oke memang, suaranya benar-benar garing kemrincing .. apa lagi buat njetel dangdut .. (hayyah ... ).

Bagi yang belum sukses, atau punya masalah dalam menginstall xp di laptop yang baru silahkan untuk saling berbagi, semoga semua bisa lancar tanpa ada kendala.
Sebagai catatan, saat yang paling mendebarkan adalah saat mau memulai downgrade bios ... antara ya dan tidak ... tapi denga niat membara dan pantang menyerah, .... klik .... sambil deg-degan .... restart sendiri ... jreng ... muncul juga, alhamdulillah ...

Gambar akhir setelah jadi seperti ini lho ...


08 January 2009

Mencoba Windows Live Writer

Technorati Tags: ,,

WriterSplash

Sekedar menulis, barang kali saja ada teman alumni pondok yang menemukan blog ini .. Saat aku memposting tulisan ini, aku memakai Windows Live Writer dan ternyata enak banget ...

Soo, kalau kepengin melihat foto-foto kenangan di Al-Muayyad, silahkan saja langsung meluncur ke TKP atau ke http://picasaweb.google.co.id/almuayyad.solo, disitu banyak beragam foto dari jaman tempoe doeloe dan terkini. (gak nyambung yach .. )

Nah, untuk para alumni atau siapa saja yang ingin menyumbangkan foto, agar bisa di muat di album tersebut silahkan saja kirim ke email: almuayyad.solo@gmail.com atau almuayyad.solo@yahoo.co.id atau boleh juga ke al_muayyad@hotmail.com.

Terimakasih untuk partisipasi semuanya, ..

Oh ya .. untuk lebih memeriahkan web Al-Muayyad silahkan saja kirim artikel atau tulisan lepas apasaja, yang bisa menambah wawasan dan pemikiran kita bersama.

Njetel Radio

Jaman sekarang, cara yang gampang sekali untuk menghabiskan waktu luang, salah satunya dengerin radio. Kayak dulu waktu kita masih SD atau SMP blom ada TV berwarna, adanya item putih, apalagi yang namanya internet, belom ada tuh .. masih jauh dari bayangan ... Lha wong waktu SMA kelas 1 aja waktu itu masih pra pentium. Lebih jelasnya tentang sejarah lahirnya prosesor, bisa ke sini.

Lain cerita sekarang, warnet sudah nggedabyah .. dirumah juga sudah bisa online. Mau apalagi .. Lihat Filem atau Video Klip lewat Youtube atau semacamnya. Kita semakin terlena dibuai kesenangan duniawi. Ya to .. (Lha kapan ngajinya ..?)

Nah, bagi yang lagi punya pekerjaan dan tidak bisa "ngelengke" menonton, kini bisa nyetel radio online atau radio streaming. salah satu alamat yang radionya lengkap dan bisa langsung memutar disitu, tanpa bantuan program external, bisa ke alamat http://radiodigital.multiply.com.

Selamat Bernostalgia.