Jump to content

Linkin

Members
  • Posts

    155
  • Joined

  • Last visited

  • Days Won

    36

Reputation Activity

  1. Like
    Linkin got a reaction from napedKab in Ultimate Windows XP and Vista Tips: Are they true or false? Part II   
    Turning Off System Restore Improves Performance: FALSE
    System Restore is a real aid when it comes to rolling back bad Windows patches and driver updates, but by its very nature, it is said to impact performance because it’s always creating restore points, thus robbing you of a little power. The truth: System Restore lurks idle most of the time and rarely does anything at all, creating checkpoints only during app installs plus once every 24 hours by default. Even then it spends only a few seconds doing so and only during idle time. It’s virtually unthinkable that you’d try to run a program at the exact same time that System Restore began creating a restore point, and even if you did, you probably wouldn’t notice. The proof is in the benchmarks: We got nearly identical results on PCMark whether System Restore was on or off. (Note, however, that System Restore can consume a fair amount of disk space—this is configurable—so if gigabytes are precious to you, consider throttling it back.)
     
    Defragmenting SSD Drives Is Useful: FALSE
    Regardless of the actual value of defragmenting a physical hard disk (see the tip below), there’s really no value at all in defragging an SSD. The reason has to do with the way flash memory is constructed. The theory behind defragmenting a hard drive is to order data into contiguous, uninterrupted segments of the disk. But flash memory isn’t built that way: Blocks of data are placed throughout the drive space and are all accessible with the exact same speed, and since there are no moving parts in an SSD, there’s no advantage to rearranging them. Some even caution that, since flash memory is limited to a finite number of writes before it fails, defragmenting can actually do more harm than good.
     
    Defragmenting Your Hard Drive Improves Performance: TRUE
    One of the most venerable suggestions for improving disk performance is to defragment your hard drive regularly. The science of defragging is sound: By putting all the bits of a file or application in sequential order on your drive, the drive should have to do less work (and spend less time) to access those files. Thus: faster performance. Well, in practice it’s not really true. Today’s hard drives are fast enough to make fragmentation largely irrelevant, and our benchmark tests have repeatedly borne this out: On moderately fragmented drives, defragmentation will offer negligible to no performance increase. For seriously fragmented drives (think 40 percent or more), especially those running XP or older OSes, defragmentation can help, but don’t expect the world. As for third-party defrag tools, there’s no real evidence that they’re any more effective than Windows’ built-in defragger.
    Click Disk Defragmenter under Accessories / System Tools.
     
    Eliminate the Recent Documents/Recent Items Folder With a Registry Hack: TRUE
    For privacy reasons, many users on shared computers like to clear the Recent Documents folder or delete it altogether. Totally understandable, but there’s no need to turn to the registry to do the job. It’s all in the invaluable TweakUI (and in Vista, it’s built into the OS).
    In XP: Install TweakUI and browse to the Explorer section; then uncheck “Allow Recent Documents on Start menu.”
    In Vista, right-click the taskbar, click the Start Menu tab, and uncheck “Store and display a list of recently opened files.”
     
    Turning Off The Windows Splash Screen Will Shave Time Off Your Boot: TRUE
    No one seriously needs to be reminded they’re running Windows while the computer is loading the OS, right? Turning off the Windows splash screen ought to cut a little bit off of system boot time. For most systems, this generally works, but we never saw an average improvement of more than two seconds—and even less on Vista systems (probably because in lieu of the animated progress bar, you get a colorful Aurora). Still, a second is a second....
    XP: At the Run prompt, type msconfig. Click the BOOT.INI tab, and select the 
    /NOGUIBOOT option.
    Very similar for Vista: Run msconfig, click the Boot tab, and select the No GUI Boot option.
     
    Turning Off Support For 8.3 Filenames Will Improve Performance: TRUE
    To maintain backward compatibility, Windows keeps an alias of every file and folder name in the old 8.3 format, even on NTFS partitions that support long filenames. The odds that you will ever need to use this format to access a file are incredibly small, so you can turn it off via a registry hack. The tip does nothing for general performance, but it can shorten the time it takes to open and display folders, though you’ll notice a difference only with extremely full folders (1,000 items or more) and usually only the first time they are opened.
    Run regedit and browse to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem. Select NtfsDisable8dot3NameCreation and change the value to 1.
     
    A Registry Hack Lets You Keep Windows From Rebooting Automatically After Installing Updates: TRUE
    Another huge nuisance in Windows. There’s just nothing quite like leaving a file open overnight, then returning to your PC in the morning to find that Microsoft has helpfully restarted your machine for you, shoving all your work into digital limbo and leaving an evil calling card: “This update required an automatic restart.” It’s possible to stop auto-reboots, but it’ll take a registry hack.
    Run regedit and browse to HKEY_LOCAL_MACHINE\SOFTWARE\Polices\Microsoft\Windows. Create a new key under Windows and call it WindowsUpdate. Now create another new key under WindowsUpdate called AU. With AU selected, in the right-hand pane right-click and create a New DWORD. Call it NoAutoRebootWithLoggedOnUsers. Double-click the DWORD and give it a value of 1. Reboot, and Windows’s death grip over your system will be ended.
     
    A Registry Hack Lets You Alphabetize The All Programs List Automatically: TRUE
    One of Windows’s little eccentricities is that when you install a new application it places it in the All Programs list at the bottom, not in alphabetic order where it belongs. You can manually reorder the list by right-clicking on one of its entries and clicking Sort by Name, but you’ll need a complicated registry hack to automate things every time you install an app.
    Run regedit and browse to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer. Right-click the MenuOrder key (in the left-hand pane) and select Permissions. Click Advanced. Deselect “Include inheritable permissions...” (Vista) or “Include from parent the permission...” (XP). Click Copy at the Security pop-up. Click OK. Now, back in the Permissions view, select your user name and deselect “Allow” next to Full Control in the Permissions pane at the bottom of the window. Repeat this step for any groups you are part of (Administrators, etc.). Reboot. Now when you install apps, they’ll be alphabetized automatically. Whew!
     
    Vista Tips
    Turning On Multiple Cores In Vista Improves Boot Time: FALSE
    You’ll find an option within Vista’s msconfig utility that cryptically lets you set the “Number of processors” used during boot. By default it is turned off (with the drop-down set to 1). We tried upping the setting to 2 on a dual-core system and, guess what, no change in boot time whatsoever. Turns out this is just a debug setting for coders who want to test how programs load on single-core machines without having to physically go to a less-sophisticated PC. It can be completely ignored. By default Windows uses all your cores.
     
    Superfetch Boosts Performance: TRUE
    Superfetch is an update of the XP Prefetcher, designed to more intelligently load applications into RAM based on frequency of use. With Superfetch on, your PC should theoretically get faster over time, particularly when loading frequently used apps. You won’t see improvement in general performance, like rendering Photoshop files, but Superfetch does tend to make apps load 10 to 20 percent more quickly, depending on their size.
    Superfetch is on by default. To ensure that it’s active, go to the Control Panel, open Administrative Tools, and select Services. Scroll down to Superfetch and ensure that it is set to “Started” and “Automatic.”
     
    Write Caching Will Improve Performance On SATA Drives: TRUE
    This feature is disabled by default in Vista because if your computer loses power before a write is completed, you can lose data. If you’re confident in your UPS’s capabilities, crank it up and you’ll see at least a 10 percent improvement in performance. Remember, write caching is supported only on SATA drives. The options are grayed out for older ATA disks.
    In Explorer, right-click the drive you want to speed up and select Properties. Click the Hardware tab, select Properties again. Click the Policies tab. Check both of the boxes beneath “Optimize for performance.”
     
    ReadyBoost Will Improve System Performance: TRUE
    Yes and no. If you have a reasonably modern system, with even 1GB of RAM or more, you won’t see any performance increase from ReadyBoost, which lets you use removable flash memory to cache disk operations. In fact, with lots of RAM, we saw a slight dip in performance when using ReadyBoost. The picture is different if you’re pathetically RAM-poor: With just 512MB of RAM, app load times and general performance can be modestly improved with ReadyBoost... but why not spring for some real DIMMs instead of this half-baked setup? You shouldn’t be running Vista at all with so little RAM, nor should you be reading this magazine. 2GB of name-brand RAM will cost you less than 50 bucks; pricier than a 2GB thumb drive but oh so worth it.
    If you really want to run ReadyBoost, the easiest way to turn it on is to insert your thumb drive and allow AutoPlay to run. Select “Speed up my system” from the menu. If you have AutoPlay disabled, right- click the thumb drive in the Computer view, select Properties, and choose the ReadyBoost tab. Dial ReadyBoost up to the maximum supported level of 4GB.
     
     
     
     
  2. Like
    Linkin reacted to abcdefgh in How To Add Disk Cleanup Tool To Context Menu In Windows 8&8.1?   
    Oh YEAH.... working on it
     
     
    Thank You Linkin
  3. Like
    Linkin got a reaction from MFDArrism in How To Fix USB Drive Letter Issue In Windows?   
    It may happen that Windows can not properly assign a letter to your USB Drive. In that case your USB Drive will not appear inside Windows Explorer and you won’t be able to open it on Windows. In this tutorial I will show you how to fix this problem and also assuring your that this operation is safe for data located on the USB drive.
     
    To get started follow steps below:
    Step 1: From your desktop or Start menu right mouse click on Computer icon and from context menu that appears choose Manage.

     
    Step 2: Inside left pane under the heading Storage, left mouse click Disk Management.

     
    Step 3: Now inside right pane click on the line corresponding to your USB drive with the right mouse button and click Explore.
     
    Step 4: The key is opened in the browser.
     
    Step 5: If no letter is assigned to your USB key, click with the right mouse button on the USB drive and click Change Drive Letter and Paths.

     
    Step 6: Click the Add button.
     
     
    Step 7: Select the letter assigned to your USB drive and click OK.
     
    Now when you close all windows and return to Windows Explorer your USB drive should appear with its own letter.
     
  4. Like
    Linkin got a reaction from EdwinBaw in How To Remove USB Drives Fast without Safe Removal?   
    How to Recover Deleted Files in Windows For Free? Check this video

     
    Most computer users know that we should click the safe removal icon before we actually unplug the USB flash drive or external drive. Or else it will lead to data loss, corrupt USB drive, blah blah blah. But it is real convenient if we can just unplug it when we are done using it. In this tutorial, I will show you how to safely remove your USB drive just by unplugging it.
     

    Note: For some computer this option may be enabled by default, so you can follow this tutorial to find out if it is enabled or not. 
     
     
    Here is how:
     
    Step 1: Plugin your USB flash drive or external drive into your desktop or laptop computer, then search for device manager
     
     
    Step 2: Press Enter on your keyboard and Device Manager window will open
     
     
    Step 3: Expand Disk Drive tree and locate your external removable drive. On my computer for example its called Multiple Card Reader USB Device.
     
     
    Step 4: Right mouse click on that removable drive and from context menu choose Properties
     
     
    Step 5: Now choose Policies tab
     
     
    Step 6: In this new window you should have two options
     
    1. Quick Removal (Default)
     
    2. Better Performance
     
     
     
    Step 7: If first option Quick Removal is selected you don’t have to make any additional changes and simply close the window. Otherwise if it’t now selected, do so and then click OK to save changes.
     
    Next time simply unplug your external USB drive ir hard drive without any worries that you may damage him or its data.
     
     
    Reminder: If you do prefer a better transfer speed, you should choose Better Performance, and defrag the hard drive of your computer and external hard drive more often with Wise Care 365. But don’t defrag your USB flash stick because it will decrease its lifespan. Of course, with Better Performance selected, you should click safe removal icon and then unplug the USB drive.
     
     
  5. Like
    Linkin reacted to abcdefgh in What Windows Services You Can Choose to Disable Safely?   
    Before your Reply, i did some testing on my own   I put all on MANUAL... oh boy...
     
     
    What did i learn? NEVER PUT ALL on manual!  
  6. Like
    Linkin got a reaction from abcdefgh in What Windows Services You Can Choose to Disable Safely?   
    Hi there, sorry about the late reply. I only mean the services I mentioned in this article. Not all of them. Because if you put all services to manual, it has the following potential issues.
     
    1. Dependency detection isn't perfect; some programs/software may expect services to be active that aren't, and simply fail to function rather than attempting to start them.
    2. In some cases, an event may require the sudden starting of a large number of services, leading to inopportune system slowdown.
    3. Some services, while not technically dependent, may still prefer to be started in a certain order. I saw this recently on a client machine when one service would not successfully start unless made manually dependent on a late-starting service, even though they were not technically dependent.
  7. Like
    Linkin got a reaction from AppeptGause in How to Improve the Performance of Your Windows Computer Fundamentally? (Part Two)   
    How to Recover Deleted Files in Windows For Free? Check this video

     
    Speed up a computer: Optimization software
    Another  reason your PC has slowed up is likely to be related to wear and tear. If you've used your PC for a long time it's likely that the storage is pretty full with files, photos and videos. You may also have installed a lot of programs that all run at the same time causing your processor to struggle.
     
    As a basic piece of housekeeping it makes sense to delete anything you don't want to keep. And by going to add/remove programs in your Control Panel you should remove and programs you no longer use - software is a resource hog that can really slow down your PC or laptop.One other way of squeezing out speed from your PC is to defragment the hard drives. If you have a spinning hard disk rather than an SSD, even after you have deleted files the remaining data will be stored all over the disk. the theory is that your PC will have to work harder to access such scattered files, so defragmenting them (or defragging) will lead to a speed bump. I have to say in my experience I have never noticed much improvement from defragging, but if you have just removed a load of programs it is a good thing to do.
     
    If all of this is sounding a bit too technical, fear not. There are plenty of easy to use free tools that will help with these PC housekeeping tasks. One of the best is Wise Care 365, all the work above can be done by several clicks.
     
    Ultimately, if your problem is software related and you have used your PC for a long while, the only option may be to reinstall Windows. That is, however, a very serious move to make and should be only a last resort.
     
    Speed up a computer: hardware upgrades
    After software the most important factors in the speed of a PC are memory, the processor and then storage. 
    Number one: do you have enough RAM? You can really never have too much memory, although older 32-bit PCs and laptops can usefully use only 3.2GB RAM. Installing a new processor is difficult, but not impossible. It's also likely to be expensive (and you reach the point where a new PC or laptop may be a better idea). But it is possible.
     
    A more simple upgrade is to install an SSD into your PC or laptop - if you don't have one already. Solid-state storage is much quicker than a traditional spinning HDD or hard drive. And if your Windows operating system is installed on an SSD you'll find that your whole PC works faster.
     
    Finally, another hardware upgrade is to improve your graphics card. This can be expensive, but is effective if you want to enjoy faster gaming or better quality HD video.
  8. Like
    Linkin got a reaction from Curtisbync in What Windows Services You Can Choose to Disable Safely?   
    It is true that disabling unneeded and unused Windows Services would speed up your computer. So we are wondering what Windows services might not be absolutely necessary, and which of them you can disable without ruining your computing experience. 
     
    Notice: 
    1. Please read the description of each service first and then decide what services you can disable accordingly. 
    2. Manual services start only if they are used by your system and you won’t encounter problems. It is the best status for a service if you are not very sure whether to disable it.

    To turn off services in windows you go to Start ---> Run ---> Type: ’services.msc’--- > Double Click on the service you want to alter and change the startup type to disabled or manual as directed in the list of unnecessary services below.


    Tablet PC Input Service (in Windows 7) / Touch Keyboard and Handwriting Panel Service (Windows 8): you can safely disable this service, unless you use Tablet PC. Some "Tablet PC Components" like the Snipping tool or Windows Journal will continue to function, while the Tablet PC Input Panel will not. The default startup type is Manual. You can set it even to Disabled without negatively impacting your computing experience;
     
    Windows Time: if your computer doesn’t have access to the Internet then you don’t need to update the system time from online servers. You can safely disable this service. But if you do, then this service will keep your system time accurate. Safe setting: Manual;
     
    Secondary logon: if you are the only user of your computer, it can be disabled. But only if you don’t plan to use more than one user account. Safe setting: Manual;
     
    Fax: unless you use your computer to send or receive faxes using fax resources available on your system (for ex. by using a fax-modem), you can disable it. Safe setting: Manual;
     
    Print Spooler: if you don’t have a printer attached to your computer and you don’t use virtual printers (e.g.: PDF creator, Microsoft XPS Document Writer, Snagit, etc) you can disable it. Safe setting: Manual;
     
    Offline Files: unless you use the offline file functionality from Windows, you can disable it. Safe setting: Manual;
    NOTE: This service is available only in Windows 7 Professional, Ultimate and Enterprise. In Windows 8 it is available only in the Pro and Enterprise editions.
     
    Routing and Remote Access Service: This service offers routing services to businesses in local area and wide area networks. It allows computers to dial in to the local computer in order for it to get access to the local network. On a home computer you won’t need such features. Safe setting: Manual;
     
    Bluetooth Support Service: unless you use Bluetooth devices such as keyboards, mice, printers or phones, you can disable this service. Keep in mind that, if you choose to disable this service, then no Bluetooth devices will be recognized. Also, the already connected Bluetooth devices may fail to work properly. Safe setting: Manual;
     
    BitLocker Drive Encryption Service: unless you use Microsoft’s Encryption Software (included in Windows 7 Ultimate and Enterprise Edition, and in Windows 8 Pro and Enterprise), you can disable this service. BitLocker Drive Encryption is a feature that allows users to protect data by providing encryption for entire volumes. Safe setting: Manual;
     
    Encrypting File System:EFS provides file encryption technology for storing encrypted files on NTFS file systems. If you don’t need to encrypt data on your hard drives, it is OK to disable it. Safe setting: Manual;
    Certificate Propagation: if you don’t use SmartCards (sometimes used in large organizations), it is safe to disable this service. Safe setting: Manual;
     
    Microsoft iSCSI Initiator Service: iSCSI is an abbreviation for Internet Small Computer System Interface - an IP-based storage networking standard for linking data storage facilities. It allows client computers to access data over long distances on remote data centers, by using existing infrastructure (ex. over LAN, Internet). iSCSI devices are disks, tapes, CDs, and other storage devices on another networked computer that you can connect to. Sometimes these storage devices are part of a network called a storage area network (SAN). Unless you need to connect to iSCSI devices, it is safe to disable this service. Safe setting: Manual;
     
    Netlogon: this service is not needed in a home computer. It maintains a secure channel between the local computer and the domain controller for authenticating users. Unless you are connecting to a network domain, this service will never be used. Safe setting: Manual;
    Parental Controls (in Windows 7) / Family Safety (in Windows 8): unless you have children using your computer and you want to monitor and control their activities, this service is not required. Safe setting: Manual;
     
    Remote Desktop Configuration: Remote Desktop Protocol is a protocol developed by Microsoft which provides Windows users with a graphical interface to another computer. The client used by Microsoft is called Remote Desktop Connection If you don’t need to connect remotely to another computer or allow incoming remote connections to yours, then it is safe to disable this service. Safe setting: Manual;
     
    Remote Desktop Services: same as above. Safe setting: Manual;
     
    Remote Desktop Services UserMode Port Redirector: same as above. Safe setting: Manual;
    Smart Card: Smart Cards are generally used for safety reasons in large organizations or corporations. The typical home user won’t probably need this service to be running. Safe setting: Manual;
     
    Smart Card Removal Policy: same as above. Safe setting: Manual;
     
    Windows Connect Now: this service is used by laptops and other mobile computers to connect to Wireless Networks. If you are on a desktop computer, you can disable this service. Safe setting: Manual;
     
    Windows Firewall: This service should be disabled only if you are using a third-party security solution that provides firewall protection. Safe setting: Manual;
     
    Windows Error Reporting Service: this service is used to report system errors to Microsoft. Although disabling this service won’t affect your Windows computer, letting it run when needed may help you solve problems and issues that occur on your system, by searching solutions available from Microsoft. Safe setting: Manual;
     
    Remote Registry: this service enables remote users to modify the Windows Registry. Some say that having this service turned on can pose security issues, and therefore, choose to disable it. In Windows Vista and Windows 7, this service is set to a manual start by default, while in Windows 8 it is disabled. After disabling it, I encountered some problems while updating my system, so I really think that it is safe to leave it set to Manual, at least in Windows 7. Safe setting: Manual;
     
    Windows Defender: if you use a third-party security solution (antivirus and antispyware), then disabling this service is a safe choice. Safe setting: Manual.
  9. Like
    Linkin got a reaction from abcdefgh in How To Add Disk Cleanup Tool To Context Menu In Windows 8&8.1?   
    If you want to reduce the number of unnecessary files on your hard disk to free up disk space and help your computer run faster, use Disk Cleanup. It removes temporary files, empties the Recycle Bin, and removes a variety of system files and other items that you no longer need
     
    If you cleaning up your hard drive on regular basis, this tutorial will help you to make your cleaning process a bit faster and more accessible by adding Disk Cleanup tool inside context menu when you do a right mouse click on Disk Drive.

    To get started follow steps below:
    Step 1: On your keyboard press Win+Q buttons in order to access Windows App search option.
     
    Step 2: Inside search field type regedit and then press Enter.

     
    Step 3: If you got prompted by UAC warning press Yes to continue.
     
    Step 4: Inside registry window follow this path HKEY_CLASSES_ROOT\Drive\shell inside left pane.

     
    Step 5: With shell selected, right mouse click inside right panel empty space and then choose New -> Key.

     
    Step 6: For this new key add following name diskcleanup and confirm the change.

    Step 7: You should see a new key diskcleanup located under shell tree.
     
    Step 8: Select this newly created key and again inside its right pane, right mouse click on (Default) and from context menu choose Modify option.


    Step 9: Inside new small window that opens up, for Value data type Disk Cleanup and click OK to save your changes.
     
    Step 10: Now right mouse click on empty space under diskcleanup right pane and choose New -> Key.


     
    Step 11: Name this new key command.

    Step 12: Under diskcleanup tree you should see new key called command. Select it and right mouse on (Default) value located inside its right pane. From context menu choose Modify.

    Step 13: Inside Edit String window type this cleanmgr /d %1 and click OK to save your changes.

    Step 14: Now when you right mouse click on any disk drive, you should see Disk Cleanup option available inside context menu.
  10. Like
    Linkin got a reaction from abcdefgh in How To Add Disk Cleanup Tool To Context Menu In Windows 8&8.1?   
    Hi,
     
    Yes, this also applies to Windows 7.
     
    Any more questions, feel free to ask me.
  11. Like
    Linkin reacted to abcdefgh in How To Add Disk Cleanup Tool To Context Menu In Windows 8&8.1?   
    Hi, is there a way to do that in Win 7?
     
     
    PLZ say Yes... PLZ say Yes...   
  12. Like
    Linkin got a reaction from HerculEn in How to Disable Indexing Thoroughly to Improve Windows Performance?   
    Notice: Turning off indexing of your Windows computer will not do any harm, and if you are using an SSD( solid state drive), there is no point disabling this feature. 
     
    In this tutorial, I’ll show you how to turn off the indexing service once for all.
     
    First open the Control Panel and click on Administrative Tools. Then click on Services in the list. You can also open Services directly by typing services.msc in the Run dialog or Start Menu search box.


     
    Now scroll down till you find either Indexing Service or Windows Search in the list of services. You’ll see it’s probably in the Started state and is set to Automatic.

     
    Double-click on Windows Search and click the Stop button to stop the service. Then change the Startup Type to Disabled.

     
    After this, you’re going to want to restart your computer. When you turn indexing off, you can still perform a search in Windows. I did several tests, it is a little slower than before. But if you do care about this, I suggest you download Wise Jet Search( for direct download: http://www.wisecleaner.com/wisejetsearchfree.html, it is 3 to 5 times faster than the Windows search.

  13. Like
    Linkin got a reaction from HerculEn in Windows Password Recovery Without Old Password   
    1. Go to Computer. Right Click Computer and click on Manage

     
    2. System Tool > Local User and Group
     
    3. Double Click on User(exp. your  PC Name )
     
    4. Choose User 

     
    5. Right Click on It > Set Password
     
    6. Click on Proceed button

     
    7. Then Set your New Password

  14. Like
    Linkin got a reaction from AnthonyPoelf in Should You Defrag an SSD?   
    Nowadays, more and more computers are using SSD, some computer users upgrade their HDD to SSD, which brings the question should we defrag an SSD?

    Traditional spinning hard drives have a metric known as Access Time (or Seek Time, which is a slightly different measurement) that refers to the average amount of time it takes for the drive armature to physically reposition the heads so that they can begin reading data from a given sector of the disk (it may be more or less depending on how far the heads have to travel). It should be noted that this latency is measured in milliseconds (thosandths of a second) and is incurred every single time the heads have to be repositioned.
     
    The whole purpose of defragmentation is to arrange the files in such a way as to make them more or less sequential, so that the heads do not have to be repositioned as much in order to read a file.
     
    SSD's do not have heads that need to be moved, nor do they have spinning latency. As a result, the access time for every cell in the matrix is equal, and is measured in nanoseconds (billionths of a second). Even if a file is very heavily fragmented, the increased latency to read it is imperceptibly small. Defragging will not improve performance to a noticeable degree.
     
    Also unlike traditional spinning hard drives, the individual cells in an SSD have a limited number of write cycles before they "wear out". SSDs employ a wear-leveling algorithm to spread out writes to extend the life of the drive. Relocating the same data to a different area of the flash cells waste those write cycles. In this case, defragging can actually reduce the lifespan of the drive.
     
    So now our concern is what shall we do to increase the lifespan of SSD. 
     
    Below are the 5 most basic and effective ways to improve SSD’s lifespan.
    1. Disable prefetch parameters to increase SSD working life.
    2. Disable Superfetch parameters to increase working life of SSD.
    3. Disable defrag system drive on boot to increase working life of SSD. 
    4. Disable auto defrag when idle to increase working life of SSD.
    5. Enable TRIM function to improve working performance of SSD.
     
    These tweaks may sound a little bit hard for normal users. No biggie, you can make all these setting modifications with one single click. I am not bluffing. Just download Wise Care 365, you can see System Optimizer feature in System Tuneup section. If there is an SSD in your computer, there will be an item called SSD Optimization right below Network Speedup( Unfortunately my computer does not have one, so this item is not shown here). Single click ‘Optimize’, Wise Care 365 will make all the 5 changes I mentioned above along with other optimizing tweaks.

     
     
  15. Like
    Linkin got a reaction from Willdres in How to Improve Intel HD Graphics Performance?   
    How to Recover Deleted Files in Windows For Free? Check this video

     
     
    Today an integrated graphics card can meet most of our multimedia and gaming needs (except those of the hardcore gamers, of course). So if you are not a hardcore gamer or a professional video editor, chances are that you have a desktop computer or a laptop with an integrated video card. In this article I'm going to show you how to get the max out of the integrated graphics card in Intel processors - Intel HD Graphics. The performance improvement tips in this article will also work for other integrated graphics cards, for example the AMD integrated graphics.


     
    1. Update the graphics card driver

    The driver is the piece of software all the programs and games use to communicate with your graphics card. Being with the latest driver means that your graphics card will work faster and you will experience less problems and freezes in graphic intensive applications and games. New driver versions also introduce improvements and optimizations for many games.
     
    If you are on a laptop, it is best to visit the website of you laptop's manufacturer and find the web page related to your laptop. Usually there's a search box where you can enter you laptop's exact model number. When you find your notebook's support page, download the Intel HD Graphics driver for your operating system and install it.
     
    If you are on a desktop, simply go to Intel's website and search for the exact model of your CPU's graphics card, for example Intel HD Graphics for Celeron, Intel HD Graphics 3000, Intel HD Graphics 4000, etc. Then download the driver for your operating system and install it.
     
    2. Increase the amount of RAM and make it work in dual channel mode

    Integrated graphics cards usually do not have their own memory (or only have a small amount of one). They take memory from the RAM of the computer. When your computer has more RAM the Intel HD Graphics will be able to utilize more memory. But what will really speed it up will be using two memory sticks of the same capacity and speed. In this case you computer's RAM will begin to work in dual channel mode which means that it will become at least 15% faster. As the integrated graphics use computer's RAM extensively you can expect an even greater performance improvement for your Intel HD Graphics - it will become 20 - 25% faster in most applications and games.
     
    3. Make sure the graphics card is not in power saving mode

     
    If you are after maximum performance of you Intel HD Graphics, make sure you have turned off all of its power saving features. This tip is valid for all video cards, power saving features kill performance and vice versa. That is why in order to achieve maximum performance you have to make sure that your Windows power plan is not on Power Saver, you can use the Balanced or the High Performance power plan. You can also click the Intel HD Graphics driver tray icon (it should be near the clock in the task bar), select Graphics Properties, then click the Power tab and selectMaximum Performance. The image on the right shows how this dialog looks for Intel HD Graphics 3000 on Windows 7. Please, note that although this tip will certainly improve your Intel HD Graphics' performance it will also increase the power it draws, as well as the heat it generates under heavy load (which is the case for games). Caution is advised, especially if you are on a laptop that experiences temperature problems.
     
    4. Set the 3D preference of Intel HD Graphics to "Performance"

     
    This trick will help you improve the frame rate in games. To apply it click the Intel HD Graphics driver tray icon, select Graphics Properties, then click the 3D tab and move the slider to Performance. In this way you sacrifice a bit of image quality for improved 3D performance, which should lead to a few more frames per second (FPS) in games. The image on the right shows the way this dialog looks for Intel HD Graphics 3000 on Windows 7. Do not expect miracles though, this will not turn your Intel HD Graphics into a high performance gaming video card, but you will get a slight bump in frame rates depending on the game.
     
    5. Shut down all the processes and services you don’t need.
    Close any unnecessary background programs while using graphics-intense programs. Background programs may be robbing your CPU of cycles it could be using to boost graphical performance. Instead of closing the processes
    one by one and stopping the services in Windows Task Manager, you can achieve all that with Wise Game Booster. You can shut down all the all the suggested programs and services with one single click of ‘Optimize all’. Of course, if you are not satisfied with the suggested options, you can go to each column to close the programs or services according to your own needs.



     
    These 5 tips will greatly improve your Intel HD Graphics performance thus letting you enjoy smooth game play even in games you thought you wouldn't be able to play with an integrated graphics card. Most of them can be applied to other integrated graphics cards, too. Other ways to improve the performance of Intel HD Graphics also exist, but I found these ones most effective. Let me know if they work well for you, too, or if you have any other Intel HD Graphics performance improvement methods.
  16. Like
    Linkin reacted to Jayzx in How to download YouTube Video For Free?   
    you can also download youtube videos by this:
     
    @ the url of the video, no changes only add "ss" after "www. " (without quotations) so it will look like this: ( www.ss )
    (limited video format)
     
    can download video there via browser or idm.
  17. Like
    Linkin got a reaction from Jayzx in How to Get Hibernation Option Back to Windows 8&8.1 Power Menu?   
    What I hate about Windows 8&8.1 is the unavailability of hibernate option inside Power menu. If you need to have Hibernate option inside your Windows 8 Power menu, read this article.
     
    Step 1: On your keyboard press Win+R to lunch the Run dialog window.
     
    Step 2: Inside Run window type powercfg.cpl and press Enter on your keyboard.

     
    Step 3: When Power Options window opens up, inside left pane you need to click on Choose what the power buttons do link.

     
    Step 4: Now click on Change settings that are currently unavailable, located at the top.

     
    Step 5: Now scroll down the options and at the bottom of existing window you should notice the Hibernate option. Select the checkbox in front of Hibernate and click on Save changes.

     
    Step 6: Next time when you launch Windows 8 power menu, you will see Hibernate option available.

  18. Like
    Linkin got a reaction from Jayzx in How To Hide Your Desktop Screen Fast?   
    If you are doing something very confidential on your computer or watching something on your computer that you do not want other people seeing and then someone suddenly walks in and you really need to prevent the person from seeing what it is you are doing on the computer. It is not uncommon that we found ourselves in this position several times and have wished that there was a quick button that we could suddenly press and change what is on our computer screen to something else.
     
    This article will help you to quickly hide your desktop screen and keep your confidential information or activity from being seen by prying eyes.
     
    1. CTRL + ALT + DEL + ENTER will instantly hide your desktop screen
    When you press all these four buttons simultaneously you automatically lock your computer and prevent any prying eyes from seeing the activity that you were doing on your computer.
     
    NOTE: This method does not shut down your computer or make you lose what you were working on. It just locks your computer and prevents anyone from seeing your confidential material.
     
    Alternatively, you can also press the Windows key + L to achieve the same result. The Windows key is the button on your keyboard that has the Windows logo on it. Windows key + L achieves the same result as CTRL + ALT + DEL + ENTER.
     
    If your computer has a password and you use this method, then in order to resume what you were doing, you’ll have to reenter your password.
     
    2. WINDOWS KEY + D will instantly hide your desktop screen
    The Windows Key + D keyboard shortcut is the second method that I’d like to share with my readers. This method is very simple and easy to remember. All you need to do is to press the Windows button and D. After you have done this, the program, page or window that you are currently viewing will instantly minimize. It also minimizes all open programs, windows, or pages.
     
    The advantage with this keyboard shortcut is that you do not need to reenter your password when you want to resume the work or activity that you were doing. All you need to do is move down to the taskbar and click on the program, page or window that you want to resume working on. 
     
     
  19. Like
    Linkin got a reaction from swinnhere in How to Securely Wipe Sensitive Files or Your Entire Hard Drive?   
    When you delete a file, it doesn't actually go away--even after you've emptied the Recycle Bin. The actual bits remain written on the drive until some other disk activity writes over them. Even when you format a drive, the files are still there for those who want and know how to read them.
     
    If you want to truly and securely delete a file, or the contents of an entire drive, you need software that will overwrite the space where the file(s) once sat. Fortunately, several free programs can do this.
     
     
    1. I recommend the File Shredder feature built in Wise Care 365, choose any file or folder you want to delete forever and click Shred in the lower right corner."File Shredder" shreds files compulsorily and thoroughly on your disk by overwriting the original file locations to prevent shredded files from being restored. So rest assured, the deleted files will not be recovered by any data recovery tool. 

     
     
    2. Delete the files the conventional way, empty the recycle bin, then use Disk Eraser feature in Wise Care 365 to overwrite your drive's free space. This extremely useful tool can do all sorts of Windows scrubbing chores. 

     
    Both of these programs offer various wiping techniques that overwrite the drive space. The implication, of course, is that overwriting a file 35 times is more secure than overwriting it only once.
     
     
    3. If you have sensitive files that you'll eventually want to stay away from the prying eyes, you can encrypt them. I recommend the free Wise Folder Hider, better yet, you can set a second password for each file or folder to make them double secure.

     

     
     
     
     
     
  20. Like
    Linkin got a reaction from BrianDob in How To Create a System Restore Point Manually In Windows7& 8.1?   
    System Restore uses restore points to return your system files and settings to an earlier point in time without affecting personal files. Restore points are created automatically every week, and just before significant system events, such as the installation of a program or device driver. You can also create a restore point manually.
     
    In this article, I am gonna show you how to create a system restore point manually in Windows 7&8.1. Just follow the steps below:
     
    Step 1: Open Control Panel
     
    Step 2: Click System and Security--->System


    Step 3: Now on the left side of the window you need to click on option System protection

    Step 4: In small window that show up click Create

    Step 5: Type a description for your System Restore Point and click Create button

    Step 6: Wait for couple minutes until System Restore Point is created and you are done. Close all existing windows.


    It is easier if you use the ‘Backup’ feature of Wise Care 365, it just takes 2 steps:

    1. Click ‘Backup’
     
    1. Click ‘Create a System Restore Point’



    You are done! Whenever you want to restore your computer to a previous point, you just need to click ‘Restore’. You will find all the restore points that are created automatically and manually are there. Choose any restore point and then click ‘Restore’, you system will go back to the previous state specified.


     
     
     
  21. Like
    Linkin got a reaction from dywtnuec in The Facts You Need to Know About Defragmenting Your Computer Drives   
    Defragmenting your computer’s hard drive from time to time is necessary to help increase performance. Hard drives function by using spinning platters that store data in various areas. The data is written in blocks that are arranged in a sequenced order.
     
    When these files become split between different blocks, the information you are trying to access may be contained in various blocks that are located far away from each other on the platters. Due to the computer having to access information for a specific file in various locations on the hard drive, this slows down your computer’s performance time.
     
    When the drive is defragmented, this once again puts the blocks of data back in order so that the file can easily be accessed in less time. There are certain guidelines you can use to tell whether or not it’s time to defragment the hard drive, and in some cases, you may not have to at all.
     
    Solid State Drives (SSD) Require No Defragmentation
    The good news for users who own a computer with a solid state drive is that these drives do not operate like regular hard drives and use no spinning platter for the storage of data. This means there is no decrease in the speed at which your computer reads and retrieves data. If your computer has other non- solid state drives, it will still be necessary to defragment them. But there are some settings you can modify to make SSD’s lifespan last longer( see ‘Four Steps to Optimize Your SSD  http://forum.wisecleaner.com/index.php?/topic/5001-four-steps-to-optimize-your-ssd/). Of course there is always a more simple way, with the System Optimizer feature of Wise Care 365, you can accomplish all the modifications mentioned in the essay above in one click if an SSD is detected in your computer.
     
    Windows 7 And Windows 8 Users
    Both Windows 7 and Windows 8 have built in features that work automatically at maintaining your hard disk. The hard drive is scheduled at regular intervals to automatically defragment the hard drive, keeping your machine running smoothly. By simply opening the Start menu and typing “defrag”, you can access the Windows Disk Defragmenter and check on its progress. It will tell you if any of your disks are fragmented, and if so, what percentage. It will also inform you of the last time the defragmentation took place. You can also use this feature to schedule or change the schedule of when and how often your automatic defragmenter runs. On a side note, if you are using Windows 8, you may find an SSD drive that is checked to be defragmented, however, this is not the case, the function is simply performing other scheduled maintenance for the SSD.
     
    Windows XP Requires Manual Defragmentation
    If you are using Windows XP, your hard disk could be failing to perform at optimal speed if you are not taking the time to manually defragment it. Unlike Windows 7 and Windows 8, when using Windows XP, users will need to access the Start menu and enter “Dfrg.msc”, the press the enter key. Proceed to open the Disk Defragmenter and then perform the task on each of the drives. It is recommended that you perform the defragmentation about once a week. You also have the option to set up Windows Task Scheduler to perform this task on a regular basis. 
     
    Do I Need A Third Party Defragmentation Tool like Wise Disk Cleaner?
    The advantages of a 3rd party program are usually more practical features like cleaning junk files, traces and temporary files, and that they run faster. If you need to know exactly which files are fragmented, or if you wish to actually make the drive smaller so it takes up less space on the disk by defragmenting certain file systems. 
     
    Having a fragmented disk can result in slower computer performance because the computer has to search in several locations for all of the content of a file. To ensure your computer is running its best, make sure that the defragmentation tools are used, or that you defragment your disks manually, if needed.
  22. Like
    Linkin got a reaction from janettefb3 in The Facts You Need to Know About Defragmenting Your Computer Drives   
    Defragmenting your computer’s hard drive from time to time is necessary to help increase performance. Hard drives function by using spinning platters that store data in various areas. The data is written in blocks that are arranged in a sequenced order.
     
    When these files become split between different blocks, the information you are trying to access may be contained in various blocks that are located far away from each other on the platters. Due to the computer having to access information for a specific file in various locations on the hard drive, this slows down your computer’s performance time.
     
    When the drive is defragmented, this once again puts the blocks of data back in order so that the file can easily be accessed in less time. There are certain guidelines you can use to tell whether or not it’s time to defragment the hard drive, and in some cases, you may not have to at all.
     
    Solid State Drives (SSD) Require No Defragmentation
    The good news for users who own a computer with a solid state drive is that these drives do not operate like regular hard drives and use no spinning platter for the storage of data. This means there is no decrease in the speed at which your computer reads and retrieves data. If your computer has other non- solid state drives, it will still be necessary to defragment them. But there are some settings you can modify to make SSD’s lifespan last longer( see ‘Four Steps to Optimize Your SSD  http://forum.wisecleaner.com/index.php?/topic/5001-four-steps-to-optimize-your-ssd/). Of course there is always a more simple way, with the System Optimizer feature of Wise Care 365, you can accomplish all the modifications mentioned in the essay above in one click if an SSD is detected in your computer.
     
    Windows 7 And Windows 8 Users
    Both Windows 7 and Windows 8 have built in features that work automatically at maintaining your hard disk. The hard drive is scheduled at regular intervals to automatically defragment the hard drive, keeping your machine running smoothly. By simply opening the Start menu and typing “defrag”, you can access the Windows Disk Defragmenter and check on its progress. It will tell you if any of your disks are fragmented, and if so, what percentage. It will also inform you of the last time the defragmentation took place. You can also use this feature to schedule or change the schedule of when and how often your automatic defragmenter runs. On a side note, if you are using Windows 8, you may find an SSD drive that is checked to be defragmented, however, this is not the case, the function is simply performing other scheduled maintenance for the SSD.
     
    Windows XP Requires Manual Defragmentation
    If you are using Windows XP, your hard disk could be failing to perform at optimal speed if you are not taking the time to manually defragment it. Unlike Windows 7 and Windows 8, when using Windows XP, users will need to access the Start menu and enter “Dfrg.msc”, the press the enter key. Proceed to open the Disk Defragmenter and then perform the task on each of the drives. It is recommended that you perform the defragmentation about once a week. You also have the option to set up Windows Task Scheduler to perform this task on a regular basis. 
     
    Do I Need A Third Party Defragmentation Tool like Wise Disk Cleaner?
    The advantages of a 3rd party program are usually more practical features like cleaning junk files, traces and temporary files, and that they run faster. If you need to know exactly which files are fragmented, or if you wish to actually make the drive smaller so it takes up less space on the disk by defragmenting certain file systems. 
     
    Having a fragmented disk can result in slower computer performance because the computer has to search in several locations for all of the content of a file. To ensure your computer is running its best, make sure that the defragmentation tools are used, or that you defragment your disks manually, if needed.
  23. Like
    Linkin got a reaction from dywtnuec in An Intro To Your Windows Registry   
    Your PC’s Windows registry can cause a number of problems for your computer, from a slow running computer to an actual computer crash but it’s easy to fix. Unfortunately, the registry is also a vital part of your Windows operating system. So you can’t solve these types of problems just by eliminating it entirely.
     
     
    What Is the Windows Registry and Why is It Important?
    The Windows registry is the central nervous system of your computer. It acts as the central switchboard that tells each program when it should activate, and whether or not a given user has the power to activate it. This is true for the programs you activate yourself (such as MS Word or a browser). It is also true for every computer process that works in the background.
     
     
    Sound complicated? It’s actually an improvement over the way PCs once worked. Improved operating speed and stability when it was first released with Windows 3.1. Without it, your computer would take much longer to perform run the chain of commands required to perform even a simple operation.
     
     
    Your registry also determines when and in which order each executable function should run. It controls which one of your programs begin immediately on starting you Windows PC. This means that if you modify your registry, you can actually make your computer start up faster.
     
     
    The registry also controls who can operate which programs on your computer. Most guest accounts don’t have the same privileges as computer owner accounts, for example. Many people may wish to modify which programs or files that guest accounts or children’s’ accounts may be able to use.
     
     
    All of the above information is written and stored in your computer’s registry—without your ever having to access the registry itself.
     
     
    A Closer Look: How You Change Your Registry Without Knowing It
    You can spend your whole life without ever interacting directly with your registry. This is recommended for most non-technical users. As you will learn later, even technically-oriented users are often intimidated by this database!
     
     
    All the same, you do make changes to your registry on an almost daily basis. Most of us don’t notice it. But changes are made in this particular section of Windows every time you:
     
    Install new software (An “Installation Wizard” is just a fancy way of making these changes)
     
    Change settings on your software
     
    Update software
     
    Update or change settings on Windows
     
    Create or modify a user account
     
    Update or change settings to your Windows operating system
     
    All of these changes are necessary to keep your computer running in the most secure, vital, and up-to-date fashion. Unfortunately, after enough of these changes, most Windows computers begin to slow down.
     
     
    Registry Errors and Slow Running PCs
    As you can see, your registry is constantly being modified. Many of these modifications are made without your notice, such as when a program updates, or when a third party application runs from your browser.
     
     
    Over time, entries to the registry build and start to “clog” the system. Your computer may slow down or even crash because of:
     
    1. Multiple copies of each entry (often updated over time)
     
    2. Out of date entries
     
    3. Lingering entries from software that has been removed from the computer
     
    4. Incorrect or invalid entries that were mistakenly installed
     
    5. Entries from viruses or other malicious programs (antivirus programs do not always remove every bad registry entry)
     
    6. Registry files that have become corrupt over time with disk fragmentation
     
    At best, these registry errors will slow your computer startup time and give you a slow running computer overall. At worst these entries can cause things like screen freeze and computer crash. Aside from being inconvenient, a computer crash can result in lost personal files—family photos, financial information, and anything else you might keep on your computer.
     
    How Can I Fix the Windows Registry and Speed Up My PC?
    It is possible to go through your Windows registry by hand and check each entry against the entries that match up with each program on your computer.
    For those who don’t want to fix the “Windows Central Nervous System,” by hand, there are two choices: A trusted PC technician or a trusted registry cleaning software ( Here I recommend Wise Registry Cleaner, it is fast and stable. With the automatic Registry Backup feature, you can always restore to the previous point when your PC malfunctions after the registry cleaning). The choice of which is entirely up to you. The important thing is to have your registry fixed before problems get worse!
     
     
     
  24. Like
    Linkin reacted to Linkin in An Intro To Your Windows Registry   
    Your PC’s Windows registry can cause a number of problems for your computer, from a slow running computer to an actual computer crash but it’s easy to fix. Unfortunately, the registry is also a vital part of your Windows operating system. So you can’t solve these types of problems just by eliminating it entirely.
     
     
    What Is the Windows Registry and Why is It Important?
    The Windows registry is the central nervous system of your computer. It acts as the central switchboard that tells each program when it should activate, and whether or not a given user has the power to activate it. This is true for the programs you activate yourself (such as MS Word or a browser). It is also true for every computer process that works in the background.
     
     
    Sound complicated? It’s actually an improvement over the way PCs once worked. Improved operating speed and stability when it was first released with Windows 3.1. Without it, your computer would take much longer to perform run the chain of commands required to perform even a simple operation.
     
     
    Your registry also determines when and in which order each executable function should run. It controls which one of your programs begin immediately on starting you Windows PC. This means that if you modify your registry, you can actually make your computer start up faster.
     
     
    The registry also controls who can operate which programs on your computer. Most guest accounts don’t have the same privileges as computer owner accounts, for example. Many people may wish to modify which programs or files that guest accounts or children’s’ accounts may be able to use.
     
     
    All of the above information is written and stored in your computer’s registry—without your ever having to access the registry itself.
     
     
    A Closer Look: How You Change Your Registry Without Knowing It
    You can spend your whole life without ever interacting directly with your registry. This is recommended for most non-technical users. As you will learn later, even technically-oriented users are often intimidated by this database!
     
     
    All the same, you do make changes to your registry on an almost daily basis. Most of us don’t notice it. But changes are made in this particular section of Windows every time you:
     
    Install new software (An “Installation Wizard” is just a fancy way of making these changes)
     
    Change settings on your software
     
    Update software
     
    Update or change settings on Windows
     
    Create or modify a user account
     
    Update or change settings to your Windows operating system
     
    All of these changes are necessary to keep your computer running in the most secure, vital, and up-to-date fashion. Unfortunately, after enough of these changes, most Windows computers begin to slow down.
     
     
    Registry Errors and Slow Running PCs
    As you can see, your registry is constantly being modified. Many of these modifications are made without your notice, such as when a program updates, or when a third party application runs from your browser.
     
     
    Over time, entries to the registry build and start to “clog” the system. Your computer may slow down or even crash because of:
     
    1. Multiple copies of each entry (often updated over time)
     
    2. Out of date entries
     
    3. Lingering entries from software that has been removed from the computer
     
    4. Incorrect or invalid entries that were mistakenly installed
     
    5. Entries from viruses or other malicious programs (antivirus programs do not always remove every bad registry entry)
     
    6. Registry files that have become corrupt over time with disk fragmentation
     
    At best, these registry errors will slow your computer startup time and give you a slow running computer overall. At worst these entries can cause things like screen freeze and computer crash. Aside from being inconvenient, a computer crash can result in lost personal files—family photos, financial information, and anything else you might keep on your computer.
     
    How Can I Fix the Windows Registry and Speed Up My PC?
    It is possible to go through your Windows registry by hand and check each entry against the entries that match up with each program on your computer.
    For those who don’t want to fix the “Windows Central Nervous System,” by hand, there are two choices: A trusted PC technician or a trusted registry cleaning software ( Here I recommend Wise Registry Cleaner, it is fast and stable. With the automatic Registry Backup feature, you can always restore to the previous point when your PC malfunctions after the registry cleaning). The choice of which is entirely up to you. The important thing is to have your registry fixed before problems get worse!
     
     
     
  25. Like
    Linkin got a reaction from Curtisbync in How to Deal with an Used & Old Computer?   
    How to Recover Deleted Files in Windows For Free? Check this video

     
     
    Everyone wants the latest and the fastest, so at the end of it you get stuck with something old, used and slow by today's standards. No, we weren't talking about your wife/husband, we were talking about your computer.

    So, what do you do with an old computer that you think is slow? Dump it into a garbage can or stow it off on eBay? Nah, here are some creative uses for an old computer.
     
    1. Store your Photos & Music on it
    Use it like a Photo and Music server. As long as you have plenty of hard disk space you won't hit a problem. Dump all your music CDs on it if you want. Connect it a flat screen and play a slide show of your photos.
     
    2.  Convert it into a Browsing Station
    Plug in your Internet connection, or a network cable via your broadband and you can make that old slow computer into a Internet browsing station for yourself and your friends when they come home. As an added benefit you can restrict the Internet access of the old computer as much as you want with some Firewall/Internet Security software and give it your kids to browse from.
     
    3. Make it a file/storage server
    Put in Linux and convert the old PC into a full functional file/storage server that you can dump in the attic or garage. If you are short of disk space just get a bigger hard-disk.
     
    4. Use it like a computer lab
    Need to try out Linux or some obscure software, why not use your old computer for it? You can use it learn hard disk recovery skills or open it up and do some good old hardware surgery. 
     
    5. Put it your car, RV or boat
    Now, that's a good idea. All you need is a power inverter, a device that converts 12V to 120V power. So, you can listen to music from the hard-disk or play VCD/DVDs while you are riding in a car, RV or a boat. Of course, if you are going to watch stuff instead of listening you will need a small LCD display as well.
     
    6. Convert your old PC into a router or firewall
    Load up Linux with Shorewall/IPtables or just install IPCOP to convert that old piece of hardware into a very powerful router or firewall. This by far is one of the best recommendations I always give to friends who run small offices. No old computer is slow enough for Linux or to work like a router/firewall.
     
    7. Broadcast Music/Videos or monitor your house with it
    Why not setup a Shoutcast server and stream all your MP3 files to the world? or stream videos or a webcam feed, which you can watch from anywhere.
    You can also connect a inexpensive webcam and place it near any place you want to monitor, throw in a internet connection at the back and you have your own personal security monitoring station. Keep a watch from anywhere.
     
    8. Watch TV or make it into a Tivo/VCR
    Drop in a TV tuner card and you can watch TV with your computer and do neat stuff like Time Shifting. Or if install MythTV or FreeVo to make it into a fully functional Tivo/VCR and record TV programs.
     
    9. Make it into a Gaming Machine
    Okay, it may not run all the very latest stuff but it will still be powerful enough to play some of the best games. You can load all your favorite games you have played on it or load some arcade games like Pacman and make it into a gaming station for yourself or for guests. Get a  pair of joysticks or gamepads as well to complete the experience.
     
    10. Upgrade it
    Instead of trashing it, why not upgrade it? Of course, that idea may not apply to some of the very classic stuff like the 386 machines, but you can upgrade most of them in some or the other way to make them more powerful - some new memory, hard disk or even a new video card could make quite a lot of difference.
     
    11. Use it for Salvage
    Sometimes you can use stuff from your old computer to replace things in your new computer or some other computer of an emergency aid, stuff like additional memories or a power supply.
     
    12. Use it to vent your anger
    This is a dangerous thing but what the heck if you want to vent your anger for all those crashed Windows sessions, you old PC could be the perfect guinea pig. 
     
    13. Automate your home with it or make it your answering machine
    Connect it with X10 to automate your home and your old PC is capable enough to switch on heaters and lights or keep a watch on intruders.
    Or just load up and answering machine software and let it handle voice mail for you. Why do you need to pay for a voice mail service when your PC can do it for free?
     
    14. Exchange it
    If you don't want to do anything with your old computer, you can still get a good deal by exchanging it instead of trashing it or selling it on eBay. Companies like HP and IBM have such computer exchange programs, often referred to as trade-in programs.
     
    15. Donate it
    Lastly, you can always get some goodwill by donating it away to someone in need. It can be anyone you know - your relatives, kids or  someone else like a school.
×
×
  • Create New...