<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-6460728622355680860</id><updated>2011-04-21T17:24:45.760-07:00</updated><title type='text'>tips</title><subtitle type='html'>dunia maya</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://ndlogok.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6460728622355680860/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://ndlogok.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>r</name><uri>http://www.blogger.com/profile/09427198883747596065</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>6</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6460728622355680860.post-6628515500428848226</id><published>2008-09-13T05:03:00.002-07:00</published><updated>2008-09-13T05:04:14.243-07:00</updated><title type='text'>20 things you didn't know about Windows XP</title><content type='html'>&lt;p align="center"&gt;&lt;span style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:-2;"&gt;                            You've read the reviews and digested the key feature                            enhancements and operational changes. Now it's time                            to delve a bit deeper and uncover some of Windows XP's                            secrets.&lt;br /&gt;                         &lt;br /&gt;                          1. It boasts how long it can stay up. Whereas previous                            versions of Windows were coy about how long they went                            between boots, XP is positively proud of its stamina.                            Go to the Command Prompt in the Accessories menu from                            the All Programs start button option, and then type                            'systeminfo'. The computer will produce a lot of useful                            info, including the uptime. If you want to keep these,                            type 'systeminfo &gt; info.txt'. This creates a file                            called info.txt you can look at later with Notepad.                            (Professional Edition only).                           &lt;/span&gt;&lt;/p&gt;                         &lt;p align="center"&gt;&lt;span style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:-2;"&gt;2.                            You can delete files immediately, without having them                            move to the Recycle Bin first. Go to the Start menu,                            select Run... and type 'gpedit.msc'; then select User                            Configuration, Administrative Templates, Windows Components,                            Windows Explorer and find the Do not move deleted files                            to the Recycle Bin setting. Set it. Poking around in                            gpedit will reveal a great many interface and system                            options, but take care -- some may stop your computer                            behaving as you wish. (Professional Edition only). &lt;/span&gt;&lt;/p&gt;                         &lt;p align="center"&gt;&lt;span style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:-2;"&gt;3.                            You can lock your XP workstation with two clicks of                            the mouse. Create a new shortcut on your desktop using                            a right mouse click, and enter 'rundll32.exe user32.dll,LockWorkStation'                            in the location field. Give the shortcut a name you                            like. That's it -- just double click on it and your                            computer will be locked. And if that's not easy enough,                            Windows key + L will do the same. &lt;/span&gt;&lt;/p&gt;                         &lt;p align="center"&gt;&lt;span style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:-2;"&gt;4.                            XP hides some system software you might want to remove,                            such as Windows Messenger, but you can tickle it and                            make it disgorge everything. Using Notepad or Edit,                            edit the text file /windows/inf/sysoc.inf, search for                            the word 'hide' and remove it. You can then go to the                            Add or Remove Programs in the Control Panel, select                            Add/Remove Windows Components and there will be your                            prey, exposed and vulnerable. &lt;/span&gt;&lt;/p&gt;                         &lt;p align="center"&gt;&lt;span style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:-2;"&gt;5.                            For those skilled in the art of DOS batch files, XP                            has a number of interesting new commands. These include                            'eventcreate' and 'eventtriggers' for creating and watching                            system events, 'typeperf' for monitoring performance                            of various subsystems, and 'schtasks' for handling scheduled                            tasks. As usual, typing the command name followed by                            /? will give a list of options -- they're all far too                            baroque to go into here. &lt;/span&gt;&lt;/p&gt;                         &lt;p align="center"&gt;&lt;span style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:-2;"&gt;6.                            XP has IP version 6 support -- the next generation of                            IP. Unfortunately this is more than your ISP has, so                            you can only experiment with this on your LAN. Type                            'ipv6 install' into Run... (it's OK, it won't ruin your                            existing network setup) and then 'ipv6 /?' at the command                            line to find out more. If you don't know what IPv6 is,                            don't worry and don't bother. &lt;/span&gt;&lt;/p&gt;                         &lt;p align="center"&gt;&lt;span style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:-2;"&gt;7.                            You can at last get rid of tasks on the computer from                            the command line by using 'taskkill /pid' and the task                            number, or just 'tskill' and the process number. Find                            that out by typing 'tasklist', which will also tell                            you a lot about what's going on in your system. &lt;/span&gt;&lt;/p&gt;                         &lt;p align="center"&gt;&lt;span style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:-2;"&gt;8.                            XP will treat Zip files like folders, which is nice                            if you've got a fast machine. On slower machines, you                            can make XP leave zip files well alone by typing 'regsvr32                            /u zipfldr.dll' at the command line. If you change your                            mind later, you can put things back as they were by                            typing 'regsvr32 zipfldr.dll'. &lt;/span&gt;&lt;/p&gt;                         &lt;p align="center"&gt;&lt;span style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:-2;"&gt;9.                            XP has ClearType -- Microsoft's anti-aliasing font display                            technology -- but doesn't have it enabled by default.                            It's well worth trying, especially if you were there                            for DOS and all those years of staring at a screen have                            given you the eyes of an astigmatic bat. To enable ClearType,                            right click on the desktop, select Properties, Appearance,                            Effects, select ClearType from the second drop-down                            menu and enable the selection. Expect best results on                            laptop displays. If you want to use ClearType on the                            Welcome login screen as well, set the registry entry                            HKEY_USERS/.DEFAULT/Control Panel/Desktop/FontSmoothingType                            to 2. &lt;/span&gt;&lt;/p&gt;                         &lt;p align="center"&gt;&lt;span style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:-2;"&gt;10.                            You can use Remote Assistance to help a friend who's                            using network address translation (NAT) on a home network,                            but not automatically. Get your pal to email you a Remote                            Assistance invitation and edit the file. Under the RCTICKET                            attribute will be a NAT IP address, like 192.168.1.10.                            Replace this with your chum's real IP address -- they                            can find this out by going to www.whatismyip.com --                            and get them to make sure that they've got port 3389                            open on their firewall and forwarded to the errant computer.                            &lt;/span&gt;&lt;/p&gt;                         &lt;p align="center"&gt;&lt;span style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:-2;"&gt;11.                            You can run a program as a different user without logging                            out and back in again. Right click the icon, select                            Run As... and enter the user name and password you want                            to use. This only applies for that run. The trick is                            particularly useful if you need to have administrative                            permissions to install a program, which many require.                            Note that you can have some fun by running programs                            multiple times on the same system as different users,                            but this can have unforeseen effects. &lt;/span&gt;&lt;/p&gt;                         &lt;p align="center"&gt;&lt;span style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:-2;"&gt;12.                            Windows XP can be very insistent about you checking                            for auto updates, registering a Passport, using Windows                            Messenger and so on. After a while, the nagging goes                            away, but if you feel you might slip the bonds of sanity                            before that point, run Regedit, go to HKEY_CURRENT_USER/Software/Microsoft/Windows/Current                            Version/Explorer/Advanced and create a DWORD value called                            EnableBalloonTips with a value of 0. &lt;/span&gt;&lt;/p&gt;                         &lt;p align="center"&gt;&lt;span style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:-2;"&gt;13.                            You can start up without needing to enter a user name                            or password. Select Run... from the start menu and type                            'control userpasswords2', which will open the user accounts                            application. On the Users tab, clear the box for Users                            Must Enter A User Name And Password To Use This Computer,                            and click on OK. An Automatically Log On dialog box                            will appear; enter the user name and password for the                            account you want to use. &lt;/span&gt;&lt;/p&gt;                         &lt;p align="center"&gt;&lt;span style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:-2;"&gt;14.                            Internet Explorer 6 will automatically delete temporary                            files, but only if you tell it to. Start the browser,                            select Tools / Internet Options... and Advanced, go                            down to the Security area and check the box to Empty                            Temporary Internet Files folder when browser is closed.                            &lt;/span&gt;&lt;/p&gt;                         &lt;p align="center"&gt;&lt;span style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:-2;"&gt;15.                            XP comes with a free Network Activity Light, just in                            case you can't see the LEDs twinkle on your network                            card. Right click on My Network Places on the desktop,                            then select Properties. Right click on the description                            for your LAN or dial-up connection, select Properties,                            then check the Show icon in notification area when connected                            box. You'll now see a tiny network icon on the right                            of your task bar that glimmers nicely during network                            traffic. &lt;/span&gt;&lt;/p&gt;                         &lt;p align="center"&gt;&lt;span style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:-2;"&gt;16.                            The Start Menu can be leisurely when it decides to appear,                            but you can speed things along by changing the registry                            entry HKEY_CURRENT_USER/Control Panel/Desktop/MenuShowDelay                            from the default 400 to something a little snappier.                            Like 0. &lt;/span&gt;&lt;/p&gt;                         &lt;p align="center"&gt;&lt;span style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:-2;"&gt;17.                            You can rename loads of files at once in Windows Explorer.                            Highlight a set of files in a window, then right click                            on one and rename it. All the other files will be renamed                            to that name, with individual numbers in brackets to                            distinguish them. Also, in a folder you can arrange                            icons in alphabetised groups by View, Arrange Icon By...                            Show In Groups. &lt;/span&gt;&lt;/p&gt;                         &lt;p align="center"&gt;&lt;span style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:-2;"&gt;18.                            Windows Media Player will display the cover art for                            albums as it plays the tracks -- if it found the picture                            on the Internet when you copied the tracks from the                            CD. If it didn't, or if you have lots of pre-WMP music                            files, you can put your own copy of the cover art in                            the same directory as the tracks. Just call it folder.jpg                            and Windows Media Player will pick it up and display                            it. &lt;/span&gt;&lt;/p&gt;                         &lt;p align="center"&gt;&lt;span style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:-2;"&gt;19.                            Windows key + Break brings up the System Properties                            dialogue box; Windows key + D brings up the desktop;                            Windows key + Tab moves through the taskbar buttons.                            &lt;/span&gt;&lt;/p&gt;                         &lt;p align="center"&gt;&lt;span style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:-2;"&gt;20.                            The next release of Windows XP, codenamed Longhorn,                            is due out late next year or early 2003 and won't be                            much to write home about. The next big release is codenamed                            Blackcomb and will be out in 2003/2004. &lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6460728622355680860-6628515500428848226?l=ndlogok.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ndlogok.blogspot.com/feeds/6628515500428848226/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6460728622355680860&amp;postID=6628515500428848226' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6460728622355680860/posts/default/6628515500428848226'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6460728622355680860/posts/default/6628515500428848226'/><link rel='alternate' type='text/html' href='http://ndlogok.blogspot.com/2008/09/20-things-you-didnt-know-about-windows.html' title='20 things you didn&apos;t know about Windows XP'/><author><name>r</name><uri>http://www.blogger.com/profile/09427198883747596065</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6460728622355680860.post-9188832522618272576</id><published>2008-09-13T05:03:00.001-07:00</published><updated>2008-09-13T05:03:22.636-07:00</updated><title type='text'>How to Convert a FAT Partition to NTFS</title><content type='html'>&lt;span style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:-2;"&gt; To convert a FAT partition to NTFS, perform the following steps.&lt;/span&gt; &lt;p align="center"&gt;&lt;span style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:-2;"&gt; Click Start, click Programs, and then click Command Prompt.&lt;/span&gt;&lt;/p&gt; &lt;p align="center"&gt;&lt;span style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:-2;"&gt; In Windows XP, click Start, and then click Run.&lt;/span&gt;&lt;/p&gt; &lt;p align="center"&gt;&lt;span style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:-2;"&gt;&lt;br /&gt;At the command prompt, type CONVERT [driveletter]: /FS:NTFS.&lt;br /&gt;&lt;br /&gt;Convert.exe will attempt to convert the partition to NTFS.&lt;/span&gt;&lt;/p&gt; &lt;p align="center"&gt;&lt;span style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:-2;"&gt;&lt;br /&gt;NOTE: Although the chance of corruption or data loss during the conversion from  FAT to NTFS is minimal, it is best to perform a full backup of the data on the  drive that it is to be converted prior to executing the convert command. It is  also recommended to verify the integrity of the backup before proceeding, as  well as to run RDISK and update the emergency repair disk (ERD).&lt;/span&gt;&lt;/p&gt; &lt;p align="center"&gt;&lt;span style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:-2;"&gt;&lt;br /&gt;Convert.exe will attempt to convert the partition to NTFS.&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6460728622355680860-9188832522618272576?l=ndlogok.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ndlogok.blogspot.com/feeds/9188832522618272576/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6460728622355680860&amp;postID=9188832522618272576' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6460728622355680860/posts/default/9188832522618272576'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6460728622355680860/posts/default/9188832522618272576'/><link rel='alternate' type='text/html' href='http://ndlogok.blogspot.com/2008/09/how-to-convert-fat-partition-to-ntfs.html' title='How to Convert a FAT Partition to NTFS'/><author><name>r</name><uri>http://www.blogger.com/profile/09427198883747596065</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6460728622355680860.post-412634196793534482</id><published>2008-09-13T05:01:00.000-07:00</published><updated>2008-09-13T05:02:22.409-07:00</updated><title type='text'>NTFS vs. FAT</title><content type='html'>&lt;blockquote&gt;                           &lt;p&gt;&lt;span style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:-2;"&gt;To                              NTFS or not to NTFS—that is the question. But unlike                              the deeper questions of life, this one isn't really                              all that hard to answer. For most users running Windows                              XP, NTFS is the obvious choice. It's more powerful                              and offers security advantages not found in the other                              file systems. But let's go over the differences among                              the files systems so we're all clear about the choice.                              There are essentially three different file systems                              available in Windows XP: FAT16, short for File Allocation                              Table, FAT32, and NTFS, short for NT File System.                              &lt;/span&gt;&lt;/p&gt;                           &lt;p&gt;&lt;span style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:-2;"&gt;&lt;br /&gt;                            &lt;b&gt;FAT16&lt;/b&gt;&lt;br /&gt;                            The FAT16 file system was introduced way back with                              MS–DOS in 1981, and it's showing its age. It was designed                              originally to handle files on a floppy drive, and                              has had minor modifications over the years so it can                              handle hard disks, and even file names longer than                              the original limitation of 8.3 characters, but it's                              still the lowest common denominator. The biggest advantage                              of FAT16 is that it is compatible across a wide variety                              of operating systems, including Windows 95/98/Me,                              OS/2, Linux, and some versions of UNIX. The biggest                              problem of FAT16 is that it has a fixed maximum number                              of clusters per partition, so as hard disks get bigger                              and bigger, the size of each cluster has to get larger.                              In a 2–GB partition, each cluster is 32 kilobytes,                              meaning that even the smallest file on the partition                              will take up 32 KB of space. FAT16 also doesn't support                              compression, encryption, or advanced security using                              access control lists.&lt;/span&gt;&lt;/p&gt;                           &lt;p&gt;&lt;span style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:-2;"&gt;&lt;b&gt;FAT32&lt;/b&gt;&lt;br /&gt;                            The FAT32 file system, originally introduced in Windows                              95 Service Pack 2, is really just an extension of                              the original FAT16 file system that provides for a                              much larger number of clusters per partition. As such,                              it greatly improves the overall disk utilization when                              compared to a FAT16 file system. However, FAT32 shares                              all of the other limitations of FAT16, and adds an                              important additional limitation—many operating systems                              that can recognize FAT16 will not work with FAT32—most                              notably Windows NT, but also Linux and UNIX as well.                              Now this isn't a problem if you're running FAT32 on                              a Windows XP computer and sharing your drive out to                              other computers on your network—they don't need to                              know (and generally don't really care) what your underlying                              file system is. &lt;/span&gt;&lt;/p&gt;                           &lt;p&gt;&lt;span style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:-2;"&gt;&lt;b&gt;The                              Advantages of NTFS&lt;/b&gt;&lt;br /&gt;                            The NTFS file system, introduced with first version                              of Windows NT, is a completely different file system                              from FAT. It provides for greatly increased security,                              file–by–file compression, quotas, and even encryption.                              It is the default file system for new installations                              of Windows XP, and if you're doing an upgrade from                              a previous version of Windows, you'll be asked if                              you want to convert your existing file systems to                              NTFS. Don't worry. If you've already upgraded to Windows                              XP and didn't do the conversion then, it's not a problem.                              You can convert FAT16 or FAT32 volumes to NTFS at                              any point. Just remember that you can't easily go                              back to FAT or FAT32 (without reformatting the drive                              or partition), not that I think you'll want to.&lt;/span&gt;&lt;/p&gt;                           &lt;p&gt;&lt;span style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:-2;"&gt;The                              NTFS file system is generally not compatible with                              other operating systems installed on the same computer,                              nor is it available when you've booted a computer                              from a floppy disk. For this reason, many system administrators,                              myself included, used to recommend that users format                              at least a small partition at the beginning of their                              main hard disk as FAT. This partition provided a place                              to store emergency recovery tools or special drivers                              needed for reinstallation, and was a mechanism for                              digging yourself out of the hole you'd just dug into.                              But with the enhanced recovery abilities built into                              Windows XP (more on that in a future column), I don't                              think it's necessary or desirable to create that initial                              FAT partition.&lt;/span&gt;&lt;/p&gt;                           &lt;p&gt;&lt;span style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:-2;"&gt;&lt;b&gt;When                              to Use FAT or FAT32&lt;/b&gt;&lt;br /&gt;                            If you're running more than one operating system on                              a single computer (&lt;a href="http://www.freepctech.com/pc/xp/http/freepctech.com/guides.shtml"&gt;see Dual booting in Guides&lt;/a&gt;), you                              will definitely need to format some of your volumes                              as FAT. Any programs or data that need to be accessed                              by more than one operating system on that computer                              should be stored on a FAT16 or possibly FAT32 volume.                              But keep in mind that you have no security for data                              on a FAT16 or FAT32 volume—any one with access to                              the computer can read, change, or even delete any                              file that is stored on a FAT16 or FAT32 partition.                              In many cases, this is even possible over a network.                              So do not store sensitive files on drives or partitions                              formatted with FAT file systems.&lt;/span&gt;&lt;/p&gt;                           &lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6460728622355680860-412634196793534482?l=ndlogok.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ndlogok.blogspot.com/feeds/412634196793534482/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6460728622355680860&amp;postID=412634196793534482' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6460728622355680860/posts/default/412634196793534482'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6460728622355680860/posts/default/412634196793534482'/><link rel='alternate' type='text/html' href='http://ndlogok.blogspot.com/2008/09/ntfs-vs-fat.html' title='NTFS vs. FAT'/><author><name>r</name><uri>http://www.blogger.com/profile/09427198883747596065</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6460728622355680860.post-6807551870379876584</id><published>2008-09-13T05:00:00.000-07:00</published><updated>2008-09-13T05:01:33.837-07:00</updated><title type='text'>Remove the Recycle Bin from the Desktop</title><content type='html'>&lt;p align="center"&gt;&lt;span style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:-2;"&gt;If                              you don't use the Recycle Bin to store deleted files                              , you can get rid of its desktop icon all together.                              &lt;/span&gt;&lt;/p&gt;                           &lt;p align="center"&gt;&lt;span style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:-2;"&gt;Run                              Regedit and go to:&lt;/span&gt;&lt;/p&gt;                                                      &lt;p align="center"&gt;&lt;span style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:-2;"&gt;HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/CurrentVersion/explorer/Desktop/NameSpace                              &lt;/span&gt;&lt;/p&gt;                           &lt;p align="center"&gt;&lt;span style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:-2;"&gt;&lt;br /&gt;                            Click on the "Recycle Bin" string in the                              right hand pane. Hit Del, click OK.&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6460728622355680860-6807551870379876584?l=ndlogok.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ndlogok.blogspot.com/feeds/6807551870379876584/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6460728622355680860&amp;postID=6807551870379876584' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6460728622355680860/posts/default/6807551870379876584'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6460728622355680860/posts/default/6807551870379876584'/><link rel='alternate' type='text/html' href='http://ndlogok.blogspot.com/2008/09/remove-recycle-bin-from-desktop.html' title='Remove the Recycle Bin from the Desktop'/><author><name>r</name><uri>http://www.blogger.com/profile/09427198883747596065</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6460728622355680860.post-4392368181223809731</id><published>2008-09-13T04:59:00.000-07:00</published><updated>2008-09-13T05:00:50.778-07:00</updated><title type='text'>Set up and Use Internet Connection Sharing</title><content type='html'>&lt;p&gt;&lt;span style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:-2;"&gt;With Internet Connection Sharing (ICS) in Windows                              XP, you can connect one computer to the Internet,                              then share the Internet service with several computers                              on your home or small office network. The Network                              Setup Wizard in Windows XP Professional will automatically                              provide all of the network settings you need to share                              one Internet connection with all the computers in                              your network. Each computer can use programs such                              as Internet Explorer and Outlook Express as if they                              were directly connected to the Internet.&lt;br /&gt;                            You should not use this feature in an existing network                              with Windows 2000 Server domain controllers, DNS servers,                              gateways, DHCP servers, or systems configured for                              static IP addresses.&lt;/span&gt;&lt;/p&gt;                           &lt;p&gt; &lt;span style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:-2;"&gt;&lt;br /&gt;                            &lt;b&gt;Enabling ICS&lt;/b&gt;&lt;br /&gt;                           &lt;br /&gt;                            The ICS host computer needs two network connections.                              The local area network connection, automatically created                              by installing a network adapter, connects to the computers                              on your home or small office network. The other connection,                              using a 56k modem, ISDN, DSL, or cable modem, connects                              the home or small office network to the Internet.                              You need to ensure that ICS is enabled on the connection                              that has the Internet connection. By doing this, the                              shared connection can connect your home or small office                              network to the Internet, and users outside your network                              are not at risk of receiving inappropriate addresses                              from your network.&lt;br /&gt;                            When you enable ICS, the local area network connection                              to the home or small office network is given a new                              static IP address and configuration. Consequently,                              TCP/IP connections established between any home or                              small office computer and the ICS host computer at                              the time of enabling ICS are lost and need to be reestablished.                              For example, if Internet Explorer is connecting to                              a Web site when Internet Connection Sharing is enabled,                              refresh the browser to reestablish the connection.                              You must configure client machines on your home or                              small office network so TCP/IP on the local area connection                              obtains an IP address automatically. Home or small                              office network users must also configure Internet                              options for Internet Connection Sharing. To enable                              Internet Connection Sharing (ICS) Discovery and Control                              on Windows 98, Windows 98 Second Edition, and Windows                              Millennium Edition computers, run the Network Setup                              Wizard from the CD or floppy disk on these computers.                              For ICS Discovery and Control to work on Windows 98,                              Windows 98 Second Edition, and Windows Millennium                              Edition computers, Internet Explorer version 5.0 or                              later must be installed.&lt;/span&gt;&lt;br /&gt;                            &lt;span style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:-2;"&gt;&lt;br /&gt;                            &lt;b&gt;To enable Internet Connection Sharing on a network                              connection &lt;/b&gt;&lt;br /&gt;                           &lt;br /&gt;                            You must be logged on to your computer with an owner                              account in order to complete this procedure.&lt;br /&gt;                            Open Network Connections. (Click Start, click Control                              Panel, and then double–click Network Connections.)                              &lt;/span&gt;&lt;/p&gt;                           &lt;p&gt;&lt;span style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:-2;"&gt;Click                              the dial–up, local area network, PPPoE, or VPN connection                              you want to share, and then, under Network Tasks,                              click Change settings of this connection. &lt;/span&gt;&lt;/p&gt;                           &lt;p&gt;&lt;span style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:-2;"&gt;On                              the Advanced tab, select the Allow other network users                              to connect through this computer's Internet connection                              check box.&lt;br /&gt;                            If you want this connection to dial automatically                              when another computer on your home or small office                              network attempts to access external resources, select                              the Establish a dial–up connection whenever a computer                              on my network attempts to access the Internet check                              box. &lt;/span&gt;&lt;/p&gt;                           &lt;p&gt;&lt;span style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:-2;"&gt;If                              you want other network users to enable or disable                              the shared Internet connection, select the Allow other                              network users to control or disable the shared Internet                              connection check box. &lt;/span&gt;&lt;/p&gt;                           &lt;p&gt;&lt;span style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:-2;"&gt;Under                              Internet Connection Sharing, in Home networking connection,                              select any adapter that connects the computer sharing                              its Internet connection to the other computers on                              your network. The Home networking connection is only                              present when two or more network adapters are installed                              on the computer. &lt;/span&gt;&lt;/p&gt;                           &lt;p&gt; &lt;span style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:-2;"&gt;&lt;br /&gt;                            To configure Internet options on your client computers                              for Internet Connection Sharing&lt;br /&gt;                           &lt;br /&gt;                            Open Internet Explorer. Click Start, point to All                              Programs, and then click Internet Explorer.) &lt;/span&gt;&lt;/p&gt;                           &lt;p&gt;&lt;span style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:-2;"&gt;On                              the Tools menu, click Internet Options. &lt;/span&gt;&lt;/p&gt;                           &lt;p&gt;&lt;span style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:-2;"&gt;On                              the Connections tab, click Never dial a connection,                              and then click LAN Settings.&lt;br /&gt;                           &lt;br /&gt;                            In Automatic configuration, clear the Automatically                              detect settings and Use automatic configuration script                              check boxes. &lt;/span&gt;&lt;/p&gt;                           &lt;span style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:-2;"&gt;In                              Proxy Server, clear the Use a proxy server check box.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6460728622355680860-4392368181223809731?l=ndlogok.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ndlogok.blogspot.com/feeds/4392368181223809731/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6460728622355680860&amp;postID=4392368181223809731' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6460728622355680860/posts/default/4392368181223809731'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6460728622355680860/posts/default/4392368181223809731'/><link rel='alternate' type='text/html' href='http://ndlogok.blogspot.com/2008/09/set-up-and-use-internet-connection.html' title='Set up and Use Internet Connection Sharing'/><author><name>r</name><uri>http://www.blogger.com/profile/09427198883747596065</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6460728622355680860.post-5882581487601407069</id><published>2008-09-13T04:58:00.000-07:00</published><updated>2008-09-13T04:59:33.667-07:00</updated><title type='text'>Speed up your browsing of Windows 2000 &amp; XP machines</title><content type='html'>&lt;blockquote&gt;                           &lt;p&gt;&lt;span style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:-2;"&gt;Here's                              a great tip to speed up your browsing of Windows XP                              machines. Its actually a fix to a bug installed as                              default in Windows 2000 that scans shared files for                              Scheduled Tasks. And it turns out that you can experience                              a delay as long as 30 seconds when you try to view                              shared files across a network because Windows 2000                              is using the extra time to search the remote computer                              for any Scheduled Tasks. Note that though the fix                              is originally intended for only those affected, Windows                              2000 users will experience that the actual browsing                              speed of both the Internet &amp;amp; Windows Explorers                              improve significantly after applying it since it doesn't                              search for Scheduled Tasks anymore. Here's how :&lt;br /&gt;                           &lt;br /&gt;                            Open up the Registry and go to :                             &lt;/span&gt;&lt;/p&gt;                           &lt;p&gt;&lt;span style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:-2;"&gt;HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/Current                              Version/Explorer/RemoteComputer/NameSpace &lt;/span&gt;&lt;/p&gt;                           &lt;p&gt;&lt;span style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:-2;"&gt;Under                              that branch, select the key : &lt;/span&gt;&lt;/p&gt;                           &lt;p&gt;&lt;span style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:-2;"&gt;{D6277990-4C6A-11CF-8D87-00AA0060F5BF}                              &lt;/span&gt;&lt;/p&gt;                           &lt;p&gt;&lt;span style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:-2;"&gt;and                              delete it. &lt;/span&gt;&lt;/p&gt;                           &lt;p&gt;&lt;span style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:-2;"&gt;This                              is key that instructs Windows to search for Scheduled                              Tasks. If you like you may want to export the exact                              branch so that you can restore the key if necessary.                              &lt;/span&gt;&lt;/p&gt;                           &lt;p&gt;&lt;span style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:-2;"&gt;This                              fix is so effective that it doesn't require a reboot                              and you can almost immediately determine yourself                              how much it speeds up your browsing processes. &lt;/span&gt;                            &lt;/p&gt;                         &lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6460728622355680860-5882581487601407069?l=ndlogok.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ndlogok.blogspot.com/feeds/5882581487601407069/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6460728622355680860&amp;postID=5882581487601407069' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6460728622355680860/posts/default/5882581487601407069'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6460728622355680860/posts/default/5882581487601407069'/><link rel='alternate' type='text/html' href='http://ndlogok.blogspot.com/2008/09/speed-up-your-browsing-of-windows-2000.html' title='Speed up your browsing of Windows 2000 &amp; XP machines'/><author><name>r</name><uri>http://www.blogger.com/profile/09427198883747596065</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
