<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Mumyls Blog &#187; Operating System</title>
	<atom:link href="http://www.mumyls.com/category/tips/computers/operating-system/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mumyls.com</link>
	<description>Better Than Yesterday</description>
	<lastBuildDate>Wed, 29 Sep 2010 01:28:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Create Bootable XP SP3 Integrated</title>
		<link>http://www.mumyls.com/2009/03/create-bootable-xp-sp3-integrated/</link>
		<comments>http://www.mumyls.com/2009/03/create-bootable-xp-sp3-integrated/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 08:13:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Operating System]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[bootable]]></category>
		<category><![CDATA[cd]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[sp3]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://www.mumyls.web.id/2009/03/create-bootable-xp-sp3-integrated/</guid>
		<description><![CDATA[Slipstreaming a Service Pack, is the process to integrate the Service Pack into the installation so that with every new installation the Operating System and Service Pack are installed at the same time. Slipstreaming is usually done on network shares on corporate systems. But with the advent of CD burners, it does actually make some [...]]]></description>
			<content:encoded><![CDATA[<p>Slipstreaming a Service Pack, is the process to integrate the Service Pack into the installation so that with every new installation the Operating System and Service Pack are installed at the same time. </p>
<p>Slipstreaming is usually done on network shares on corporate systems. But with the advent of CD burners, it does actually make some sense for the home user or small business user to do the same. </p>
<p>Microsoft added the ability to Slipstream a Service Pack to Windows 2000 and Windows XP. It not only has the advantage that when you (re)install your OS, you don&#8217;t have to apply the Service Pack later, also if you update any Windows component later, you&#8217;ll be sure that you get the correct installation files if Windows needs any. </p>
<p>Slipstream Windows XP Service Pack 3:   <br />CODE    <br /><a title="http://download.microsoft.com/download/d/3/0/d30e32d8-418a-469d-b600-f32ce3edf42d/WindowsXP-KB936929-SP3-x86-ENU.exe" href="http://download.microsoft.com/download/d/3/0/d30e32d8-418a-469d-b600-f32ce3edf42d/WindowsXP-KB936929-SP3-x86-ENU.exe">http://download.microsoft.com/download/d/3/0/d30e32d8-418a-469d-b600-f32ce3edf42d/WindowsXP-KB936929-SP3-x86-ENU.exe</a></p>
<p>Download the (full) &quot;Network Install&quot; of the Service Pack (English version [316.43 MB]), and save it to a directory (folder) on your hard drive (in my case D:\XP-SP3). Other languages can be downloaded from the Windows XP Web site. </p>
<p>Next copy your Windows XP CD to your hard drive. Just create a folder (I used \XP-CD), and copy all the contents of your Windows XP CD in that folder. </p>
<p>Now create a folder to hold the Service Pack 3 (SP3) files you are about to extract. I named it \XP-SP3. Next, open a Command Prompt (Start &gt; Run &gt; cmd), and go to the folder where you downloaded SP3 (cd \foldername). Type the command: servicepack filename -x. A small window will appear, and you need to point it to the folder where you want to extract the SP3 files. Click Ok to start extracting the SP3 files. </p>
<p>Once the SP3 files are extracted, change to the update folder of the SP3 files (cd update), and type the following command: update /s:path to WinXP CD files. In my example the command is update /s:D:\XP-CD). </p>
<p>Windows XP Update will do its thing: </p>
<p>When ready, you should get a confirmation. Windows XP Service Pack 3 has now been Slipstreamed into your original Windows XP files. </p>
<p>It is also possible to add the Windows XP Rollup 1 Update. For instructions, please read Adding Windows XP Rollup 1 Hotfix. </p>
<p>Creating a Bootable CD   <br />For this part I used ISO Buster    <br />CODE    <br /><a href="http://www.smart-projects.net/isobuster/">http://www.smart-projects.net/isobuster/</a></p>
<p>and Nero Burning. </p>
<p>Start to extract the boot loader from the original Windows XP CD. Using ISO Buster, select the &quot;folder&quot; Bootable CD, and right-click Microsoft Corporation.img. From the menu choose Extract Microsoft Corporation.img, and extract it to the folder on your hard drive where you have your Windows XP files (D:\XP-CD in my case). </p>
<p>Next, start Nero Burning ROM, and choose CD-ROM (Boot) in the New Compilation window. On the Boot tab, select Image file under Source of boot image data, and browse to the location of the Microsoft Corporation.img file. Also enable Expert Settings, choosing No Emulation, and changing the Number of loaded sectors to 4 (otherwise it won&#8217;t boot!) </p>
<p>If you have an older version of Nero you won&#8217;t have the option Do Not Add &quot;;1&quot; ISO file version extention under Relax ISO Restrictions. You won&#8217;t be able to boot your new CD, so update Nero!   <br />You can configure the Label tab to your liking, I would however recommend that you keep the Volume Label the same as on your original Windows XP CD. </p>
<p>Next press New, and drag &amp; drop the files and folders from your Windows XP hard drive location into Nero. </p>
<p>Next, burn your new CD. </p>
<p>You now have a Bootable, Slipstreamed Windows XP Service Pack 3 CD! </p>
]]></content:encoded>
			<wfw:commentRss>http://www.mumyls.com/2009/03/create-bootable-xp-sp3-integrated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change Text on XP Start Button</title>
		<link>http://www.mumyls.com/2009/03/change-text-on-xp-start-button/</link>
		<comments>http://www.mumyls.com/2009/03/change-text-on-xp-start-button/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 08:01:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Operating System]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[button]]></category>
		<category><![CDATA[edit]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[start]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://www.mumyls.web.id/2009/03/change-text-on-xp-start-button/</guid>
		<description><![CDATA[Step 1 &#8211; Modify Explorer.exe File In order to make the changes, the file explorer.exe located at C:\Windows needs to be edited. Since explorer.exe is a binary file it requires a special editor. For purposes of this article I have used Resource Hacker. Resource HackerTM is a freeware utility to view, modify, rename, add, delete [...]]]></description>
			<content:encoded><![CDATA[<p>Step 1 &#8211; Modify Explorer.exe File </p>
<p>In order to make the changes, the file explorer.exe located at C:\Windows needs to be edited. Since explorer.exe is a binary file it requires a special editor. For purposes of this article I have used Resource Hacker. Resource HackerTM is a freeware utility to view, modify, rename, add, delete and extract resources in 32bit Windows executables and resource files (*.res). It incorporates an internal resource script compiler and decompiler and works on Microsoft Windows 95/98/ME, Windows NT, Windows 2000 and Windows XP operating systems. </p>
<p> <span id="more-83"></span>
</p>
<p>get this from h**p://delphi.icm.edu.pl/ftp/tools/ResHack.zip </p>
<p>The first step is to make a backup copy of the file explorer.exe located at C:\Windows\explorer. Place it in a folder somewhere on your hard drive where it will be safe. Start Resource Hacker and open explorer.exe located at C:\Windows\explorer.exe. </p>
<p>The category we are going to be using is &quot;String Table&quot;. Expand it by clicking the plus sign then navigate down to and expand string 37 followed by highlighting 1033. If you are using the Classic Layout rather than the XP Layout, use number 38. The right hand pane will display the stringtable. Weâ€™re going to modify item 578, currently showing the word â€œstartâ€ just as it displays on the current Start button. </p>
<p>There is no magic here. Just double click on the word â€œstartâ€ so that itâ€™s highlighted, making sure the quotation marks are not part of the highlight. They need to remain in place, surrounding the new text that youâ€™ll type. Go ahead and type your new entry. In my case I used Click Me! </p>
<p>Youâ€™ll notice that after the new text string has been entered the Compile Script button that was grayed out is now active. I wonâ€™t get into whatâ€™s involved in compiling a script, but suffice it to say itâ€™s going to make this exercise worthwhile. Click Compile Script and then save the altered file using the Save As command on the File Menu. Do not use the Save command â€“ Make sure to use the Save As command and choose a name for the file. Save the newly named file to C:\Windows. </p>
<p>Step 2 â€“ Modify the Registry </p>
<p>!!!make a backup of your registry before making changes!!! </p>
<p>Now that the modified explorer.exe has been created itâ€™s necessary to modify the registry so the file will be recognized when the user logs on to the system. If you donâ€™t know how to access the registry Iâ€™m not sure this article is for you, but just in case itâ€™s a temporary memory lapse, go to Start (soon to be something else) Run and type regedit in the Open field. Navigate to: </p>
<p>HKEY_LOCAL_MACHINE\ SOFTWARE\ Microsoft\ Windows NT\ CurrentVersion\ Winlogon </p>
<p>In the right pane, double click the &quot;Shell&quot; entry to open the Edit String dialog box. In Value data: line, enter the name that was used to save the modified explorer.exe file. Click OK. </p>
<p>Close Registry Editor and either log off the system and log back in, or reboot the entire system if thatâ€™s your preference. If all went as planned you should see your new Start button with the revised text.[/b] </p>
]]></content:encoded>
			<wfw:commentRss>http://www.mumyls.com/2009/03/change-text-on-xp-start-button/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Boot Windows XP Fast</title>
		<link>http://www.mumyls.com/2009/03/boot-windows-xp-fast/</link>
		<comments>http://www.mumyls.com/2009/03/boot-windows-xp-fast/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 00:39:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Operating System]]></category>
		<category><![CDATA[fast]]></category>
		<category><![CDATA[tweak]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://www.mumyls.web.id/2009/03/boot-windows-xp-fast/</guid>
		<description><![CDATA[Follow the following steps 1. Open notepad.exe, type &#34;del c:\windows\prefetch\ntosboot-*.* /q&#34; (without the quotes) &#38; save as &#34;ntosboot.bat&#34; in c:\ 2. From the Start menu, select &#34;Run&#8230;&#34; &#38; type &#34;gpedit.msc&#34;. 3. Double click &#34;Windows Settings&#34; under &#34;Computer Configuration&#34; and double click again on &#34;Shutdown&#34; in the right window. 4. In the new window, click &#34;add&#34;, [...]]]></description>
			<content:encoded><![CDATA[<p>Follow the following steps </p>
<p>1. Open notepad.exe, type &quot;del c:\windows\prefetch\ntosboot-*.* /q&quot; (without the quotes) &amp; save as &quot;ntosboot.bat&quot; in c:\   <br />2. From the Start menu, select &quot;Run&#8230;&quot; &amp; type &quot;gpedit.msc&quot;.    <br />3. Double click &quot;Windows Settings&quot; under &quot;Computer Configuration&quot; and double click again on &quot;Shutdown&quot; in the right window.    <br />4. In the new window, click &quot;add&quot;, &quot;Browse&quot;, locate your &quot;ntosboot.bat&quot; file &amp; click &quot;Open&quot;.    <br />5. Click &quot;OK&quot;, &quot;Apply&quot; &amp; &quot;OK&quot; once again to exit.    <br />6. From the Start menu, select &quot;Run&#8230;&quot; &amp; type &quot;devmgmt.msc&quot;.    <br />7. Double click on &quot;IDE ATA/ATAPI controllers&quot;    <br />8. Right click on &quot;Primary IDE Channel&quot; and select &quot;Properties&quot;.    <br />9. Select the &quot;Advanced Settings&quot; tab then on the device or 1 that doesn&#8217;t have &#8216;device type&#8217; greyed out select &#8216;none&#8217; instead of &#8216;autodetect&#8217; &amp; click &quot;OK&quot;.    <br />10. Right click on &quot;Secondary IDE channel&quot;, select &quot;Properties&quot; and repeat step 9.    <br />11. Reboot your computer.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mumyls.com/2009/03/boot-windows-xp-fast/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BIOS Update Procedure</title>
		<link>http://www.mumyls.com/2009/03/bios-update-procedure/</link>
		<comments>http://www.mumyls.com/2009/03/bios-update-procedure/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 00:36:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Operating System]]></category>
		<category><![CDATA[bios]]></category>
		<category><![CDATA[procedure]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.mumyls.web.id/2009/03/bios-update-procedure/</guid>
		<description><![CDATA[All latest Motherboards today, 486/ Pentium / Pentium Pro etc.,ensure that upgrades are easily obtained by incorporating the system BIOS in a FLASH Memory component. With FLASH BIOS, there is no need to replace an EPROM component. Once downloaded, the upgrade utility fits on a floppy disc allowing the user to save, verify and update [...]]]></description>
			<content:encoded><![CDATA[<p>All latest Motherboards today, 486/ Pentium / Pentium Pro etc.,ensure that upgrades are easily obtained by incorporating the system BIOS in a FLASH Memory component. With FLASH BIOS, there is no need to replace an EPROM component. Once downloaded, the upgrade utility fits on a floppy disc allowing the user to save, verify and update the system BIOS. A hard drive or a network drive can also be used to run the newer upgrade utilities. However, memory managers can not be installed while upgrading. </p>
<p> <span id="more-79"></span>
</p>
<p>Most pre-Pentium motherboards do not have a Flash BIOS. The following instructions therefore do not apply to these boards. If your motherboard does not have a Flash BIOS (EEPROM) you will need to use an EPROM programmer to re-program the BIOS chip. See your dealer for more information about this. </p>
<p>Please read the following instructions in full before starting a Flash BIOS upgrade:   <br />A. Create a Bootable Floppy (in DOS) </p>
<p>â€¢With a non-formatted disk, type the following: </p>
<p>format a:/s </p>
<p>â€¢If using a formatted disk, type: </p>
<p>sys a: </p>
<p>This procedure will ensure a clean boot when you are flashing the new BIOS. </p>
<p>B. Download the BIOS file </p>
<p>â€¢Download the correct BIOS file by clicking on the file name of the BIOS file you wish to download. </p>
<p>â€¢Save the BIOS file and the Flash Utility file in the boot disk you have created. Unzip the BIOS file and the flash utility file. If you don&#8217;t have an &quot;unzip&quot; utility, download the WinZip for Windows 95 shareware/ evaluation copy for that one time use from _www.winzip.com or _www.pkware.com. Most CD ROMs found in computer magazines, have a shareware version of WinZip on them. </p>
<p>â€¢You should have extracted two files: </p>
<p>Flash BIOS utility eg: flash7265.exe (for example) </p>
<p>BIOS eg: 6152J900.bin (example) </p>
<p>Use the latest flash utility available unless otherwise specified (either on the BIOS update page or in the archive file). This information is usually provided. </p>
<p>C. Upgrade the System BIOS </p>
<p>During boot up, write down the old BIOS version because you will need to use it for the BIOS backup file name. </p>
<p>Place the bootable floppy disk containing the BIOS file and the Flash Utility in drive a, and reboot the system in MS-DOS, preferably Version 6.22 </p>
<p>â€¢At the A:&gt; prompt, type the corresponding Flash BIOS utility and the BIOS file with its extension. </p>
<p>For example: </p>
<p>flash625 615j900.bin </p>
<p>â€¢From the Flash Memory Writer menu, select &quot;Y&quot; to &quot;Do you want to save BIOS?&quot; if you want to save (back up) your current BIOS (strongly recommended), then type the name of your current BIOS and its extension after FILE NAME TO SAVE: eg: a:\613J900.bin </p>
<p>Alternatively select &quot;N&quot; if you don&#8217;t want to save your current BIOS. Beware, though, that you won&#8217;t be able to recover from a possible failure. </p>
<p>â€¢Select &quot;Y&quot; to &quot;Are you sure to program?&quot; </p>
<p>â€¢Wait until it displays &quot;Message: Power Off or Reset the system&quot; </p>
<p>Once the BIOS has been successfully loaded, remove the floppy disk and reboot the system. If you write to BIOS but cannot complete the procedure, do not switch off, because the computer will not be able to boo, and you will not be given another chance to flash. In this case leave your system on until you resolve the problem (flashing BIOS with old file is a possible solution, provided you&#8217;ve made a backup before) </p>
<p>Make sure the new BIOS version has been loaded properly by taking note of the BIOS identifier as the system is rebooting. </p>
<p>For AMI BIOS   <br />Once the BIOS has been successfully loaded, remove the floppy disk and reboot the system holding the &quot;END&quot; key prior to power on until you enter CMOS setup. If you do not do this the first time booting up after upgrading the BIOS, the system will hang. </p>
<p>BIOS Update Tips   <br />note:    <br />1.Make sure never to turn off or reset your computer during the flash process. This will corrupt the BIOS data. We also recommend that you make a copy of your current BIOS on the bootable floppy so you can reflash it if you need to. (This option is not available when flashing an AMI BIOS). </p>
<p>2. If you have problems installing your new BIOS please check the following: </p>
<p>Have you done a clean boot?   <br />In other words, did you follow the above procedure for making a bootable floppy? This ensures that when booting from &quot;A&quot; there are no device drivers on the diskette. Failing to do a clean boot is the most common cause for getting a &quot;Memory Insufficient&quot; error message when attempting to flash a BIOS. </p>
<p>If you have not used a bootable floppy, insure a clean boot either by </p>
<p>a) pressing F5 during bootup </p>
<p>b) by removing all device drivers on the CONFIG.SYS including the HIMEM.SYS. Do this by using the EDIT command. </p>
<p>Have you booted up under DOS?   <br />Booting in Windows is another common cause for getting a &quot;Memory Insufficient&quot; error message when attempting to flash a BIOS. Make sure to boot up to DOS with a minimum set of drivers. Important: Booting in DOS does not mean selecting &quot;Restart computer in MS-DOS Mode&quot; from Windows98/95 shutdown menu or going to Prompt mode in WindowsNT, but rather following the above procedure (format a: /s and rebooting from a:\). </p>
<p>Have you entered the full file name of the flash utility and the BIOS plus its extension?   <br />Do not forget that often you will need to add a drive letter (a:\) before flashing the BIOS. Example: when asked for file name of new BIOS file which is on your floppy disk, in case you&#8217;re working from c:\ your will need to type a:\615j900.bin, rather than 615j900.bin only.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mumyls.com/2009/03/bios-update-procedure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>20 Rahasia Tersembunyi WindowsXP</title>
		<link>http://www.mumyls.com/2009/03/20-rahasia-tersembunyi-windowsxp/</link>
		<comments>http://www.mumyls.com/2009/03/20-rahasia-tersembunyi-windowsxp/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 03:35:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Operating System]]></category>
		<category><![CDATA[rahasia]]></category>
		<category><![CDATA[tweak]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://www.mumyls.web.id/?p=35</guid>
		<description><![CDATA[1. Pada versi sebelumnya, Windows masih sangat malu malu untuk menunjukan secara detail informasi dari sistem yang sedang bekerja, namun semenjak kemunculan WindowsXP, hal ini sudah tidak berlaku lagi. Kita dapat mengintip secara detail informasi tentang sistem yang saat ini berjalan dengan melakukan beberapa langkah mudah yaitu, : Bukalah [Command Prompt] pada menu [Accessories] dari [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mumyls.com/wp-content/uploads/2009/05/vista1.jpg"><img class="alignleft size-full wp-image-348" style="margin-left: 8px; margin-right: 8px;" title="vista.jpg" src="http://www.mumyls.com/wp-content/uploads/2009/05/vista1.jpg" alt="vista.jpg" width="200" height="194" /></a>1. Pada versi sebelumnya, Windows masih sangat malu malu untuk menunjukan secara detail informasi dari sistem yang sedang bekerja, namun semenjak kemunculan WindowsXP, hal ini sudah tidak berlaku lagi. Kita dapat mengintip secara detail informasi tentang sistem yang saat ini berjalan dengan melakukan beberapa langkah mudah yaitu, : Bukalah [Command Prompt] pada menu [Accessories] dari tombol [Start]&#8211;&gt;[All Programs], lalu ketiklah &#8216;systeminfo&#8217;. Pada layar akan tersaji banyak informasi yang berguna tentang komputer anda termasuk &#8216;uptime&#8217;. Jika anda ingin menyimpan informasi tersebut, ketik &#8216;systeminfo &gt; info.txt&#8217;. Perintah ini akan menghasilkan file info.txt yang dapat anda baca menggunakan Notepad. (WindowsXP Professional).<span id="more-35"></span></p>
<p>2. Anda dapat menghapus sebuah file secara langsung tanpa harus menyimpan terlebih dahulu di [Recycle Bin]. Klik [Start], lalu klik [Run...], kemudian ketiklah &#8216;gpedit.msc&#8217;. Selanjutnya pilihlah [User Configuration]&#8211;&gt;[Administrative Templates]&#8211;&gt;[Windows Components]&#8211;&gt;[Windows Explorer], lalu pilih &#8216;Do not move deleted files to the Recycle Bin&#8217;. Selain fungsi ini, anda bisa mengutak atik banyak fungsi di gpedit, cuma hati hati, bila salah melangkah bisa bisa komputer anda tidak bisa hidup lagi dengan normal. (WindowsXP Professional).</p>
<p>3. Anda dapat mengunci WindowsXP hanya dengan dua klik mouse. Tidak percaya? Coba buat shortcut baru di desktop dengan menggunakan klik kanan dari mouse. Isikan perintah &#8216;rundll32.exe user32.dll,LockWorkStation&#8217; pada kolom lokasi. Beri nama shortcut itu terserah anda. Setelah shortcut itu menampakan diri di desktop, klik 2 kali, nah komputer anda akan terkunci. Cara lain adalah dengan menekan tombol Windows dan L pada keyboard secara bersamaan.</p>
<p>4. Entah apa maksudnya, WindowsXP dengan sengaja dan tanpa merasa berdosa menyembunyikan beberapa program sistem yang sebagian mungkin tidak kita butuhkan. Salah satu program yang sempat saya bahas disini adalah Windows Messenger. Untuk memunculkan kembali program tersembunyi itu, coba gunakan Notepad untuk menyunting file sysoc.inf yang ada di direktori /windows/inf/. Kemudian carilah kata &#8216;hide&#8217; pada setiap baris program, lalu hapus dengan mantap. Setelah menyimpan kembali file tersebut, pergilah ke [Add or Remove Programs] pada [Control Panel], pilih [Add/Remove Windows Components]. Disana akan tampak semua program yang sebelumnya tersembunyi. Selanjutnya terserah anda, mana yang mau dihapus dan mana yang dibiarkan saja.</p>
<p>5. Bagi mereka yang suka main main dengan file Batch via DOS, WindowsXP mempunyai banyak perintah yang menarik. Perintah ini termasuk &#8216;eventcreate&#8217; dan &#8216;eventtriggers&#8217; untuk mengamati system events. &#8216;typeperf&#8217; untuk memonitor performa dari sistem, &#8216;schtasks&#8217; untuk menangangi sekejul. Seperti biasa, akhirilah setiap perintah dengan /? untuk mendapatkan opsi tambahan.</p>
<p>6. WindowsXP sudah mendukung IP versi 6 atau IPv6 (generasi selanjutnya dari IP). Sayangnya IPv6 ini lebih banyak diimplementasikan pada ISP, sehingga untuk sekedar bisa mencobanya kita membutuhkan sebuah komputer yang tersambung ke dalam suatu LAN. Ketik &#8216;ipv6 install&#8217; pada [Run...] (Santai saja, proses ini tidak akan mengacaukan sistem LAN anda). Selanjutnya, ketiklah &#8216;ipv6 /?&#8217; pada baris command untuk mendapatkan opsi tambahan. Jika anda tidak ngerti tentang ini, tidak apa apa, saya juga nggak begitu mengerti.</p>
<p>7. Anda bisa menghentikan beberapa task yang sedang aktif pada sistem dengan perintah di command prompt (Saya tahu, biasanya anda menggunakan task manager, khan?). Ketiklah &#8216;taskkill /pid&#8217; lalu nomor task, atau &#8216;tskill&#8217; diikuti nomor/nama process. Untuk mengetahui nomor task atau nama process, ketiklah &#8216;tasklist&#8217;, perintah ini juga memberikan informasi tentang kondisi sistem anda saat itu.</p>
<p>8. Windows XP akan menampilkan file Zip seperti layaknya sebuah folder. Hal ini tentu akan lebih nyaman dipakai bila spesifikasi komputer anda bagus. Namun bila komputer anda termasuk golongan &#8216;jadul&#8217; alias kuno bin lambat, anda bisa mematikan fungsi ini dengan mengetik &#8216;regsvr32 /u zipfldr.dll&#8217; pada command prompt. Jika anda ingin mengembalikan ke fungsi semula ketiklah &#8216;regsvr32 zipfldr.dll&#8217;.</p>
<p>9. XP memiliki apa yang dinamakan ClearType (Sebuah teknologi anti-aliasing font baru dari Microsoft). Sayangnya fungsi ini tidak aktif secara default. Untuk mengaktifkan fungsi ClearType, klik kanan pada desktop, pilih [Properties]&#8211;&gt;[Appearance]&#8211;&gt;[Effects], lalu pilih ClearType pada menu drop down kedua, selanjutnya klik OK. Hasil yang signifikan dari fitur ini terutama tampak pada layar laptop. Jika anda menginginkan ClearType juga muncul pada saat layar login, coba lakukan perubahan pada registry berikut [HKEY_USERS/.DEFAULT/Control Panel/Desktop/FontSmoothingType to 2].</p>
<p>10. Anda dapat menggunakan [Remote Assistance] untuk membantu teman yang menggunakan NAT (Network Address Translation) pada sebuah jaringan rumah, tetapi hal ini tidak aktif secara otomatis. Suruh bila perlu paksa teman anda untuk mengirimkan sebuah imel undangan Remote Assistance, dan sunting file tersebut. Di bawah attribute RCTICKET adalah alamat IP-nya NAT, seperti misalnya 192.168.1.10. Gantilah IP tersebut dengan IP yang saat ini anda gunakan. Untuk membantu menentukan IP, anda bisa berkunjung kesini. Pastikan juga teman anda untuk membuka port 3389. Selanjutnya silakan saling tolong menolong.</p>
<p>11. Anda dapat menjalankan suatu program dengan pengguna atau user yang berbeda tanpa harus melakukan seremonial logging out dan logging in. Klik kanan ikon dari program tersebut, lalu pilih [Run As...]. Masukan user name dan password yang ingin anda korbankan eh gunakan. Trik ini akan sangat berguna saat anda berada di akun limited namun anda ingin mempunyai wewenang sebagai administrator untuk menginstall suatu program. Catatan : Anda akan mendapatkan kesenangan yang lebih saat menjalankan banyak program dengan akun yang berbeda beda pada satu sistem, tetapi jangan lupa, tindakan ini juga bisa menimbulkan sesuatu yang tak terduga. Ingin tahu? Coba aja.</p>
<p>12. Windows XP mempunyai kebiasaan buruk atau boleh dikatakan cerewet dalam hal memaksa kita untuk melakukan auto updates, registrasi Passport, menggunakan Windows Messenger dan lain lain. Paksaan ini muncul berupa baloon tips di pojok kanan bawah. Untuk mengenyahkannya dari muka Windows, coba jalankan [Regedit], lalu masuk ke HKEY_CURRENT_USER/Software/Microsoft/Windows/Current Version/Explorer/Advanced, buatlah DWORD value dengan nama EnableBalloonTips dan beri nilai 0.</p>
<p>13. Anda dapat menjalankan Windows tanpa harus mengisi user name atau password terlebih dahulu. Klik [Run...], ketik &#8216;control userpasswords2&#8242;, yang akan membuka aplikasi akun user. Pada tab [Users], hilangkan centang pada Users Must Enter A User Name And Password To Use This Computer, lalu klik OK. Selanjutnya akan muncul jendela log on, masukan user name dan password dari akun yang akan anda gunakan.</p>
<p>14. Internet Explorer 6 akan menghapus temporary files hanya bila anda menyuruhnya. Jalankan browser Internet Explorer, pilih [Tools]&#8211;&gt;[Internet Options...]&#8211;&gt;[Advanced], alihkan pandangan ke bawah pada [Security area], lalu isikan centang pada Empty Temporary Internet Files folder when browser is closed.</p>
<p>15. WindowsXP memiliki kemampuan untuk memunculkan animasi/ikon yang memperlihatkan aktifitas dari jaringan. Hal ini berguna saat anda tidak melihat ada lampu yang berkedip kedip di kartu jaringan yang anda pakai. Klik kanan [My Network Places] pada desktop, lalu pilih [Properties]. Klik kanan pada deskripsi dari LAN anda, pilih [Properties], selanjutnya isikan centang pada Show icon in notification area when connected. Sekarang anda akan melihat ikon jaringan mungil di pojok kanan desktop saat jaringan sedang aktif melakukan transfer data.</p>
<p>16. Start Menu akan sangat menjengkelkan bila lambat dalam memunculkan daftar program. Untuk mempercepatnya, anda bisa mengubah registry [HKEY_CURRENT_USER/Control Panel/Desktop/MenuShowDelay] dari 400 ke jumlah yang lebih kecil seperti 0.</p>
<p>17. Anda dapat melakukan perubahan nama (rename) banyak file dalam satu folder hanya dengan beberapa langkah mudah. Sorot atau blok sejumlah file yang akan diubah namanya, lalu klik kanan satu diantaranya, selanjutnya ubah nama file tersebut sesuai dengan keinginan anda, tekan [Enter]. Semua file yang dipilih tadi akan berubah namanya sesuai dengan nama pilihan anda, dan dibelakangnya terdapat nomor khusus untuk membedakannya.</p>
<p>18. Windows Media Player akan memunculkan cover dari album yang sedang dimainkannya, apabila gambar cover tersebut ditemukan di internet. Jika tidak ditemukan, anda bisa menggunakan gambar rancangan anda sendiri untuk dimunculkan. Cukup memberikan nama folder.jpg pada gambar tersebut dan menaruhnya satu folder dengan track lagu yang dimainkan maka Windows Media Player akan memunculkan gambar tersebut.</p>
<p>19. Tombol [Windows] + [Break] akan memunculkan [System Properties], tombol [Windows] + [D] akan memunculkan desktop, tombol [Windows] + [Tab] untuk berpindah pindah program aktif ada taskbar.</p>
<p>20. Pengganti Windows XP adalah Windows Vista yang sebelumnya diberi nama Longhorn. Windows ini memberikan fitur tambahan dari WindowsXP yang mudah mudahan bisa saya oprek bila ada dana untuk melakukan upgrade komputer. Mengapa? Windows Vista saya jamin tidak akan mampu berjalan di komputer saya yang jadul ini</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mumyls.com/2009/03/20-rahasia-tersembunyi-windowsxp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

