Fast Windows Fixes For Windows Xp And Vista

free web hosting
Open Discussion > CONTRIBUTE > Computers > Operating Systems

Fast Windows Fixes For Windows Xp And Vista

Saint_Michael
Well if thought hte software portion of getting a faster computer wasn't challanging enough how about getting your hands and keyboard dirty with these fixes that actually get to the root of the operating system.

WARNING:

Make sure you know what you doing or you might end up reinstalling your operating system if you do something wrong by not following the directions they give for these tweaks.

Situation

Starting windows:
QUOTE

Fast Fix 1: Your computer could be loading device drivers for hardware you no longer use. To save on system resources, uninstall those drivers. Since a careless choice can cause your machine to lose an important function, however, create a restore point in System Restore before proceeding.

By default, Device Manager doesn't show devices that aren't currently connected to your system. To make them visible, press Windows-R to open the Run box, type cmd, and press Enter. At the command prompt, type set devmgr_show_nonpresent_devices=1 and press Enter. Leave the command-prompt window open.

Now press Windows-R again, type devmgmt.msc, and press Enter. In the Device Manager window, choose View, Show Hidden Devices. Click the plus sign (+) next to each of the branches to examine all of the drivers on your system. Devices that are not currently connected appear with a pale version of the icon. If you come across a device that you're sure you no longer use, right-click it and choose Uninstall. Then follow the prompts shown on screen to complete the process. When you're done, close the command-prompt window to rehide your unconnected devices.


Situation
I got the tools I just don't use them
QUOTE

Fast Fix: Scheduling a task to handle this chore automatically at regular intervals takes only a few minutes. First, to check your disk manually, click Start, Run (or press Windows-R) to open the command line, type cmd.exe /c echo y|chkdsk c: /f /x, and press Enter. 'Cmd.exe' is the command processor, which opens a command-prompt window in Windows. The '/c' switch tells the command prompt to run the commands that follow, including the all-important chkdsk utility, which examines your drive for errors. (Change '/c' to /k if you want the command-prompt window to remain open so you can see any screen messages that might appear.) In this example, we are checking the C: drive with the fix (/f) function and telling it to lock out the disk (/x) if necessary while the scan takes place. (Your drive letter and switches may differ; type chkdsk /? at a command prompt to see all your choices.) If you're checking the Windows drive, the command won't work while Windows is running but will schedule a check for the next time you restart your system. That's where the 'echo y|' portion comes in: It sends a "yes" answer to approve this option.

To automate disk checking in XP, choose Start, All Programs, Accessories, System Tools, Scheduled Tasks. Double-click Add Scheduled Task to start the Scheduled Task Wizard, and click Next. In the Application list, select Command Prompt and click Next. If you don't see an entry for Command Prompt in the list, click Browse, find and select the file 'cmd.exe' in Windows' System32 folder, and click Open. Choose a time interval (Monthly is a good choice) and click Next. Specify the time, day, and months, and click Next again. Enter the account name and password that you use for logging in, and click Next once more. Check Open advanced properties for this task when I click Finish, and then click Finish. With the Task tab selected, edit the text in the Run box so that it reads c:\windows\system32\cmd.exe /c echo y|chkdsk c: /f /x (your path and options may differ). Click OK, and enter your account name and password again. Finally, click OK one more time (you may be asked to confirm your log-in ID and password once more).

To automate disk checking in Vista, choose Start, All Programs, Accessories, System Tools, Task Scheduler. Click Continue in the User Account Control prompt. In the Actions pane on the right, click Create Task. Use the appropriate boxes to type a name for the task and, if you want, a description. Check Run with highest privileges and any other settings you wish. Select the Triggers tab and click the New button. Set the interval for checking your drive: For example, choose Monthly, Select all months in the Months drop-down menu, click On, and select First in the first drop-down to the right of the button and Monday in the second drop-down. Specify the time and other settings if you wish, and click OK. Select the Actions tab and click the New button. For 'Program/script', type cmd.exe. For 'Add arguments (optional)', type /c echo y|chkdsk c: /f /x (your options may differ). Click OK. Finally, click the Conditions and Settings tabs to see if either of those dialog boxes has any other circumstances you want to specify. When you've completed these steps, click OK. If you need to edit the settings later, select Task Scheduler Library in the left pane of the Task Scheduler to see your tasks in the top center pane. Either edit the settings in the bottom center pane, or double-click the task name to reopen the dialog box.

Fast Fix 2: Once you have mapped a network drive to a letter on your computer, Windows will automatically restore that connection by default whenever you log on. Since resuming network connections takes time, you can speed your startups by dropping the connections you aren't using.

Press Windows-E to launch Windows Explorer, and type Alt-T, D to open the Disconnect Network Drives dialog box. Pick the drives to disconnect, and click OK.

In the future, if you connect a drive only for the current session, simply enter its UNC path (this appears in the address bar when you select the drive in Explorer, and in the Run box). Or, if you use the Tools, Map Network Drive command in Explorer, make sure Reconnect at logon is unchecked before you click Finish.

Fast Fix 3: You'll free your system's memory and recover processor cycles by clearing out the clutter that starts each time you log in to Windows--and you may even discover some malware in the process. Check out the free Autoruns program from Microsoft-owned Sysinternals.
Click here to view full-size image.

How do you distinguish the useful startup programs from the useless ones? You can consult Autoruns' built-in research tools, or you can visit Paul Collins's Startup Applications List. This searchable and downloadable list of common startup items provides a description and rating for each one, indicating how likely the item is to be required on a typical system.


I would have to save Fix #1 and #3 would be the most effective in this, of course if you plan to use fix number three plan to drink a lot of caffeine related products as that list is HUUUGE!! As there is like 15276 different items on that list.

Situation

Vista is saving my data, but won't let me recover it.

NOTE: Hopefully they mention something about the WinSXS folder.

QUOTE

Fast Fix: Vista's Business, Enterprise, and Ultimate Editions include Shadow Copies (or Previous Versions), which lets you recover a file's older version. Vista Home Basic and Home Premium lack this feature but save the data anyway, wasting CPU cycles and disk space. To stop the waste, put all of your documents and other files on a drive or partition other than your Windows disk. Then click Start, type SystemPropertiesProtection, and press Enter. In the list of disks, uncheck the one that contains personal data. Click Turn System Protection Off when prompted, and click OK to close System Properties. Note that having your data on a separate partition also speeds up backups by allowing you to copy only your own files rather than your programs, which change much less frequently and thus need fewer backups.


I guess not, of course I am not about to drop that kind of cash for Vista Ultimate either.

Situation

My Computer is somewhat new but oh so slow, OH NO!!!

QUOTE

Fast Fix: Use the performance tools built into Windows to maximize memory, disk space, and other resources. See "Shift Any Version of Windows Into High Gear" for a handy guide to these utilities.


Links to that Article:
Page #1
Page #2
Page #3
Page #4
Page #5

Situation
Trojan Horses and Malware Oh My, and being a standard user is EVIL!!

QUOTE

Fast Fix: Even if you log in as an administrator, you can launch your applications with limited privileges. Begin by downloading Microsoft's free PsTools utility collection. Unzip the contents to a folder, and move the folder where you normally store your apps. The PsExec tool was intended for launching apps remotely, but you can use it to launch programs with reduced privileges as well.
Click here to view full-size image.

To create a shortcut that opens Internet Explorer 7 or any other app with restrictions, right-drag its shortcut to a new location. (You might want to use the normal, high-privilege version of the shortcut, so leave that original unchanged.) Choose Copy Here. Right-click the copied shortcut and select Properties. With the Shortcut tab active, click at the beginning of the Target box and type the path to PsExec before the existing command line. Then type a space, followed by -l -d (a hyphen, the letter l, a space, a hyphen, and the letter d). Finally, type another space. The '-l' switch reduces the program privileges, while the '-d' switch causes the command-prompt window to close as soon as the app is launched. When you're done, the text in the Target box should look something like "C:\Program Files\PsTools\ psexec.exe" -l -d "C:\Program Files\Internet Explorer\iexplore.exe" (your paths may differ). Click Change Icon, OK. Specify the path to the original file (iexplore.exe here) and click OK until all dialog boxes close.

To avoid restrictions on such activities as installing plug-ins for your browser, you will have to run the browser in its normal, high-privilege mode.

Repeat these steps for each shortcut you want to run with fewer privileges.



Situation
Oh yeah I got uber speed, but I think I can get more if my router is up to date.

QUOTE

Fast Fix: Microsoft's Internet Connectivity Evaluation Tool can tell you whether your router supports technologies for faster connections. (The tool won't give accurate results if you're behind a corporate firewall.) The test can interrupt running connections, so try it at a time when you aren't actively using the Internet.

If the results show that your system doesn't support many of the technologies listed, you might want to look into the possibility of purchasing a newer router or (if you are an XP user) upgrading to Vista. The Microsoft site just happens to include links to routers that have earned the Windows Vista logo.


Situation
Internet Explorer has become completely unusable for browsing the Web.
(No Comment)

QUOTE

Fast Fix: If you've tried other repair measures and are ready to take a drastic step, reset all of IE's options to their original state. Your list of Favorites, your toolbar configurations, and other customized changes will be unaffected, and your browser add-ons will be only disabled, not deleted. However, IE temp files, cookies, browsing history, stored passwords, sites added to your trusted zones, and more settings will be obliterated or returned to their default values. If you don't mind any of that, open IE and choose Tools, Internet Options. Select the Advanced tab, and click the Reset button. Click Reset again to confirm your decision, and then click Close, and OK twice. Finally, restart your revitalized IE.


Situation
My Right Mouse button does all these stuff, but then it can't do this stuff.

QUOTE

Fast Fix: You can invoke a prompt that asks for the destination folder by adding 'Copy to Folder' and 'Move to Folder' commands to your right-click menu.

First, create a Registry backup by setting a new restore point in System Restore. With your Registry backup in place, launch Notepad, click the Format menu, and make sure 'Word Wrap' is unchecked. Type these three lines:

Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\
ContextMenuHandlers\{C2FBB630-2971-11D1-A18C-00C04FD75D13}]
[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\
ContextMenuHandlers\{C2FBB631-2971-11D1-A18C-00C04FD75D13}]

The file should have only three lines.

Save the file to a convenient location such as the Desktop, and give it a name like CopyToMoveTo.reg (be sure to include the .reg extension) and exit Notepad. Now right-click the file and choose Merge (see the screen shot). Confirm at any prompts you may receive.

The next time you right-click a file, you'll see two new commands: 'Copy to Folder' and 'Move to Folder'. Choose one of these commands to open a dialog box for selecting where your files should go.

Now you can delete the .reg file you created, or save it as a guide to which Registry keys to delete in case you decide later to remove these commands.


Situation
Is my computer really secured?
QUOTE

Fast Fix: Download the free Microsoft Baseline Security Analyzer (MBSA) and let the program perform a security check of your computer. The tool's reports include links to descriptions of the scan, details of the results, and ways to correct any problems it finds. MBSA works with any version of Windows from 2000 SP3 on, though Vista requires the 2.1 beta; MBSA also analyzes the security of Office, Exchange, and other Microsoft products. Download either the current version 2.0.1 or the beta 2.1 release. After installing the program, launch it and follow the prompts to analyze your own system or multiple computers


Situation
I know backing up is a good thing, but I forget to do it.
QUOTE

Fast Fix: The backup tools built into many editions of Windows XP and Vista let you schedule and perform automatic backups. Unfortunately, only XP Pro and Vista Business, Enterprise, and Ultimate include these tools by default. XP Home users, however, will find a backup program on their Windows CD: Navigate in Explorer to the valueadd\msft\ntbackup folder, right-click the Ntbackup file, and choose Install. If you use Vista Home Premium, you'll have to find a backup program elsewhere; go to the "Make Image Backups" section of "Give Home Premium Vista Ultimate Features" for more on backing up Home Premium.

In XP, click Start, All Programs, Accessories, System Tools, Backup. If it's already set to start in Advanced mode, choose Tools, Switch to Wizard Mode. Step through the wizard, specifying what to back up and where. At the 'Completing the Backup or Restore Wizard' screen, click Advanced. Specify the type of backup (such as Incremental, which is good for regular, automated backups) and click Next. Set other options on the subsequent screens, and click Next for each. At 'When to Back up,' check Later, type a name for the backup, and then click Set Schedule. Use the settings listed under the Schedule and Settings tabs in the Schedule Job dialog box to customize when and how often to back up, and click OK. Enter your log-in name and password twice, and then click OK again. Click Next, enter your password two more times, and click OK and Finish. If you need to modify the backup schedule, reopen Scheduled Tasks and double-click the icon for the backup job.
Click here to view full-size image.

In Vista, choose Start, All Programs, Accessories, System Tools, Backup Status and Configuration. Click Set up automatic file backup and confirm at the User Account Control prompt. Follow the prompts to set what, where, and when to back up (see the image here). To make changes later on, return to this utility and click Change backup settings or Turn off to modify or disable your backup bot.


Vista to Ultimate Article

 

 

 


Reply

Saint_Michael
Due to limit of the number of quote tags I have to continue with a new post with in this topic.

Situation
I update my windows patchs but what about the others

QUOTE

Fast Fix: To test the security of your applications, use the free online Secunia Software Inspector. You don't need to install anything; simply click Start and follow the instructions. The scan requires the Sun Java JRE version 1.5.0_12 or later. It works with Windows 2000 SP4 and later.

The analysis identifies applications that are outdated. Click the plus sign next to an entry for more details, and for links to the latest version.

To ensure backward-compatibility, many applications leave old versions on your disk when installing updates, so back up your PC before you begin deleting or uninstalling older versions of any applications.


Situation
My Browser is so slooow
QUOTE

Fast Fix 1: If surfing is less responsive or impossible, your PC may have caught an infection. Use an antivirus utility or a repair tool to check for problems. Or try Microsoft's free Malicious Software Removal Tool; just download the applet and follow the instructions.

Fast Fix 2: Install a new version of your browser, or patch your current one. To obtain the latest version of IE 7, choose Tools, Windows Update. In Mozilla Firefox, click Help, Check for Updates.
Click here to view full-size image.

Fast Fix 3: You may have an issue with browser plug-ins or add-ons. To test this, disable all add-ons. If the problem goes away, enable one add-on and test again. Repeat until you find the culprit.

To disable add-ons in Firefox, choose Tools, Add-ons, and click Disable by each item until all are off. Close the window and restart Firefox. If the problem is solved, reopen the Add-ons window, click Enable for one entry, close, and restart. Rinse and repeat as needed.

In IE 7, choose Start, All Programs, Accessories, System Tools, Internet Explorer (No Add-ons). If that solves the problem, restart IE normally and choose Tools, Manage Add-ons, Enable or Disable Add-ons. Pick an add-on and click Disable. Repeat this for all but one, and click OK twice. Restart IE. If everything is still fine, return to this dialog box, select another disabled add-on, and click Enable. Click OK twice and restart IE. Repeat until you find the misbehaving add-on.


Situation
Defrag or not to Defrag that is the Question
QUOTE

Fast Fix: Make Windows do the disk-defragmenting. In XP, follow the same steps as in "Automate Your Disk Checking" to create a Scheduled Task, but when editing the command line in Advanced Properties, change it to cmd.exe /c defrag c: -f -v > "c:\doc\report.txt" (your switches and the path to your report file may be different).

In Vista, follow the same steps as in "Automate Your Disk Checking," but change the text in the 'Add arguments (optional)' box to /c defrag -c -f -v -w > "c:\doc\report.txt" (your switches and report path may differ).



Situation
Autoplay could it be bad?

QUOTE

Fast Fix: Set your version of Windows to disable the Autoplay feature for all of your system's drives. The quickest way I know of to accomplish this result is to establish a group policy for your computer.

In XP, press Windows-R, type gpedit.msc, and press Enter. In the tree pane on the left, navigate to and select Local Computer Policy\Computer Configuration\Administrative Templates\System. Scroll in the right pane and double-click Turn off Autoplay. In the 'Turn off Autoplay Properties' dialog box, click Enabled and choose All drives from the drop-down list underneath. Click OK.

In Vista, press Windows-R, type gpedit.msc, and press Enter. Click Continue when prompted by User Account Control. In the tree pane on the left, navigate to and select Local Computer Policy\Computer Configuration\Administrative Templates\Windows Components\AutoPlay Policies. Double-click Turn off Autoplay. Click Enabled and OK. Next, double-click Default behavior for AutoRun. Click Enabled, and choose Do not execute any autorun commands in the resulting drop-down list. Finish by clicking OK. Unfortunately, this approach can cause problems on some systems, such as making it impossible to access photos on a camera plugged into your PC. If that happens, return to the above settings, choose the Disabled option, and then use Microsoft's free Tweak UI (scroll down to Step 6).


Situation
Keyboard is ok but I want my Quick Launch toolbar to do it faster
QUOTE

Fast Fix: In XP, you can assign keyboard shortcuts either to items on your Desktop or to entries on your Start menu. The latter is a cleaner solution, so right-click the Start button and choose either Open or Explore. Double-click the Programs folder. To keep things organized, right-click in that window and choose New, Folder. Name the folder something like Keyboard shortcuts, and press Enter. Now double-click that folder, right-click and drag items from the Quick Launch bar into this folder one at a time, and choose Copy Here. Right-click each newly copied shortcut and select Properties. With the Shortcut tab highlighted, click in the 'Shortcut key' box and press the keys that you'll use to launch the program; they must begin with Ctrl-Alt, Ctrl-Shift, Shift-Alt, Ctrl-Shift-Alt, or a function key (F1 through F12 on most keyboards). Click OK. If you change your mind later and delete the shortcut, you'll have to log off and log back on again to remove the key assignment.

In Vista, the system automatically assigns Windows-key shortcuts to Quick Launch items based on their order in the toolbar. Launch the first item by pressing Windows-1, the second by pressing Windows-2, and so on. To change the keyboard shortcut for an item, drag it within the toolbar to change the order in which it appears.
Situation
The shutdown process is slow and lame I want it cool and fast.
QUOTE

Fast Fix 1: With a few quick keystrokes, you can close shop much faster. Here are the fastest ways to exit, restart, and log off from Windows.

In XP, press Windows, U, U to shut down; Windows, U, R to restart; and Windows, L, L to log off.

In Vista, press Windows, Right Arrow three times, and finally the letter for the command you want: U to shut down, R to restart, or L to log off.

Fast Fix 2: An even speedier way to shut down your computer is simply to press its power button (hey, it works on your TV, right?). Of course, yanking the power away from Windows all of a sudden could cause you to lose data. The solution is to reprogram your system's power button to exit Windows, without any prompts (except to save unsaved work, as needed). In XP, open Control Panel. In the 'Performance and Maintenance' category, launch Power Options. Click the Advanced tab. Under 'When I press the power button on my computer', select Shut down. Then click OK.
Click here to view full-size image.

In Vista, click the Start button, type power options, and press Enter. In the upper left, click Choose what the power button does. Next to 'When I press the power button', select Shut down. You could also leave the setting at the default Sleep option, which can save you time when you power the PC on; see "Reduce Your PC's Power and Operating Costs" for more on Windows' power options. Finally, click Save Changes.


Situation
Its a Dual world after all.
QUOTE

Not everyone uses just XP or just Vista. Between work and home, lots of people must use both operating systems, experiencing no end of confusion as they cope with the two OSs' differences. These tips will help you switch from one to the other with ease.

Enhance Find: Perhaps the most obvious difference between XP and Vista is the Find box that appears on the Start menu. If you like the new Vista feature that lets you launch programs as well as search for files on your PC or the Web, you can add this to XP by downloading and installing Microsoft's Windows Desktop Search for XP. The tool puts a search box in the taskbar, or you can open the program's main window by pressing Windows-F.

Make matching Start menus: If using two different Start-menu flavors is driving you bonkers, you can revert to the Windows 9x-style Start menu in both XP and Vista: In each OS, right-click the Start button and choose Properties. Select Classic Start menu and click OK. Organize icons and submenus in both systems to match so you don't waste time looking for what you need. For keyboard access, check out "Add Custom Accelerator Keys to Your Start Menu."

"Da Doo Run Run Run, Da Doo Run Run": Many Vista users soon come to miss the Run box on XP's Start menu, which provides a history of recently used commands. The Run command is still in Vista, but you have to get into the habit of pressing Windows-R to open it in either OS. Another option is to restore the Run box in Vista: Right-click the Start button, choose Properties, click Customize, check either Run command or Display Run, and click OK twice.

Hire a Defender: Vista comes with its own antispyware tool, Windows Defender. If you want to add the same tool to XP, you can grab the free Windows Defender for XP. Note that to install the program, you must run Microsoft's own Windows Genuine Advantage spyware (ironic, isn't it?).

Equalize account control: Vista's User Account Control may generate a lot of annoying pop-ups as you work, but it does keep your system more secure. To get comparable protection in XP, log in as a standard user or as a power user rather than as an administrator; for details, see tips 19 and 20 in "76 Ways to Get More Out of Windows."

Bring back menu bars: If you find yourself stumbling over the missing menu bars in Vista's version of Explorer and Internet Explorer, one solution is to get in the habit of pressing the Alt key to reveal the menu bar and then using hot-keys to choose the command you need. Or bring the menus back for good by opening Explorer and choosing Organize, Layout, Menu Bar, or Tools, Menu Bar in Internet Explorer.


Situation
Even though it is the end, there is always something else

QUOTE

Keep spam at bay: As PC problems go, few are more annoying or more widespread than spam. And as free fixes go, few are as handy and helpful as SpamBayes, a program that comes with plug-ins for Outlook, Outlook Express, and other POP3 e-mail clients. It uses a statistical algorithm that helps it learn what you consider spam, improving its filtering the more you use it. You can train it by sorting mail into 'spam' and 'not spam' folders, or just let it watch as you correct or confirm its guesses.

Start stuff on shutdown: Windows conveniently provides a Startup group so that you can run applications automatically each time you log in. But why not add something that runs programs whenever you log out? For example, you could set it to make backups of the day's work files, or to scan for viruses. LastChance lets you do just that. The program intercepts shutdown commands and runs your chosen apps before your computer calls it quits. You can also set the utility to run programs when a resource (such as a network drive) becomes available, and to schedule shutdowns to occur automatically.

Recover deleted files: If you tend to empty your Recycle Bin or to permanently delete files using Shift-Delete a little too quickly, Restoration (with a bit of luck) can save your bacon--or at least your deletions. Specify a folder location, or instruct the program to search the whole drive, and Restoration will do its best to recover the lost data. The program needs no installer, and it's so small that you can run it from a floppy disk, flash drive, or other portable medium.

Rename files in a flash: Nearly everyone has a massive collection of digital photos and music files on their hard drive. Renaming all those files for sensible organization and quick recognition can be onerous. But Lupas Rename 2000 handles the chore with ease and sophistication. It can replace text; crop at the beginning, end, or any other position; and auto-number files, with a host of options. The program's preview pane lets you confirm that you have the settings you want before committing to the changes.

Manage proliferating passwords: Tracking the passwords to the Web sites you visit doesn't get any easier as their number increases and you get older. The open-source database KeePass Password Safe stores your passwords in an encrypted database. All you have to do is remember the master password that unlocks them all. It's not as convenient as using your dog's name for every password, but it's a lot more secure. The Auto-Type command helps you enter your account names and passwords.

Keep an eye on system changes: PC World editors have repeatedly cited WinPatrol 2007 for its ability to protect your system from unauthorized changes, including new startup programs, altered browser home pages, changes to file-type associations, new hidden files, and much more.


Phew hopefully also this information doesn't drive you as insane as I was in setting this all up then you will learn some new stuff, or learn other ways to do it as well and maybe give you a fresh perspective on problems such as the ones listed here.

SOURCE

 

 

 


Reply

reith
After being quite reluctant to do this because I didn't really wanna screw my windows up, I did quite a few of the suggestions and I have noticed a marked increase in performance. I already have a fairly good computer but it makes it start up faster, and open and close programs, especially on XP much faster, which is very nice and a neat little trick to improve your windows functions.

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.

Recent Queries:-
  1. how to reprogram a e machine with windows xp - 464.52 hr back. (1)
  2. compress winsxs trusted permission - 953.89 hr back. (1)
Similar Topics

Keywords : fast, windows, fixes, windows, xp, vista

  1. The Best Uninstaller For Windows (42.5 Kb Only!)
    It is the most small and the most complete uninstaller. (8)
  2. Is It Possible To Edit Windows Registry?
    (11)
    i have just started learning c++. i am currently using turbo c++.is it possible to edit windows
    registry in c++(not vc++). i am just a beginner . would be glad if you gave examples.....
  3. Windows Xp Sp2 Restarting After Some Time
    (5)
    Hi , I dont know what happened but My system restarts after a few Minutes (at max an hour). Can
    someone guess what might be wrong. It displays a System Shutdown Timer (initiated by
    Administrator) and then restarts after 60 sec. This is an SP2 so I dont think its a blaster. I
    have a ZoneAlarm Security Suite and it didn't detect anything. I even Scanned my Windows folder
    from Kaspersky using my Second OS (Vista) but that also didn't detect anything . .. Any guesses
    ??....
  4. Reclaim Control Over Your Windows-based Pc
    Part 1 (2)
    QUOTE Important This tutorial contains steps that tell you how to modify the registry.
    However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure
    that you follow these steps carefully. For added protection, back up the registry before you modify
    it. Then, you can restore the registry if a problem occurs. For more information about how to back
    up and restore the registry, click the following article number to view the article in the Microsoft
    Knowledge Base: 322756 How to back up and restore the registry in Windows ....
  5. Deny Or Grant Users Access To Files Of Choice (vista)
    Uses Bat Files To Deny Or Grant People Access To Files (3)
    Deny Or Grant Permission Requires Notepad Vista This Technique Can be Used On Earlier
    Versions Of Windows But Uses Different Syntax: To Deny Access Open Notepad and Type @echo off
    cls Icacls PATH OF FILE GOES HERE WITHOUT PARENTHESES /deny USERNAME OF PERSON YOU WANT TO DENY:(F)
    And To Grant Is The Same Process @echo off cls Icacls PATH OF FILE GOES HERE WITHOUT
    PARENTHESES /grant USERNAME OF PERSON YOU WANT TO DENY:(F) And There It Is. Simple Huh!....
  6. Cash Lagoon
    Fast & Easy Money Online! (2)
    I don't know how many of you have heard of or tried any of the lagoon sites, but they are by far
    the best out there. Cashlagoon.com in particular, has tons for totally free offers, many of which
    are recurring daily offers, very low required balances for payout (only $2!!) & so far
    every payout I have requested has been processed & completed in less than 2 hours! I definitely
    recommend this one to anyone needing to make a few quick bucks. http://www.cashlagoon.com Proof
    of my first payouts: http://i38.tinypic.com/vdhitd.png ....
  7. Creating A Shortcut List Near The System Tray
    Time saver tip for windows (4)
    Are you bored at work today? Here's a small enhancement to your desktop. Hope you like it. I)
    When you have to open any program you have to click "Start" "All Programs" and then choose your
    selection from the programs folder. Now how would it be to achieve the same task in just two clicks?
    You can save all your favourite program shortcuts in a folder and view that through a tiny arrow
    near the system tray. Its very simple. You would tell, "Ya, I almost knew that". Here's how to
    do it. a) First create your folder and add the shortcuts you want to access. The f....
  8. What Is Winpe?
    An introduction to the Windows Preinstallation Environment (4)
    Ever wish that you could legally install an operating system that is as familiar as Microsoft
    Windows, without having to learn the arcane intricacies of Linux, and without having to pay the
    exorbitant licensing that Micro$oft charges? Did I mention doing it legally ? I don't
    mean making use of any form of keygen, serial, crack, etc. Is this possible? How many old Pentium 2
    systems with 64MB of RAM and an 8GB hard drive got stuffed into your back cupboard without an
    operating system license when Microsoft brought in the Microsoft Genuine Advantage program? W....
  9. Locking A Folder With No Software At All!
    works on XP AND VISTA!!! (4)
    I know that there may be some tutorials like this in the web, but I made this one a very long time
    ago /smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />. Simple
    Copy-Paste-Rename-Store-and LOCK. can work anywhere on any computer. NO Software Required.
    Simple Lock your Folder, with these Few Steps. Ive tried it, and works great. Ive only tried it on
    Windows Xp, SP2. IM not sure, if it works on other OS as well. but its harmless, so try it out.
    Steps: 1- make a new folder ( name it as you like ) 2- inside this folder make a ( T....
  10. Windows Vista Installation Fails
    (3)
    Hello. I tried Installing Windows Vista Home Premium today, but when it comes to the part
    of the Installation where it says "Your computer will restart several times" my computer restarts
    more then 40 times, and never loads after that. After like, 10-15 minutes of it being off, I switch
    it back on, and it restores to XP (Witch is good because it wouldn't start up at all). I've
    tried installing this 4 times altogether, and nothing. it keeps restarting continuously more then 40
    times. The only time it restarts is after the BIOS loads, when switching/restar....
  11. How Many Times Do You Reinstall Windows In A Year
    There goes some useful tips about it. (19)
    I reinstall (restore) windows almost every 2-3 months. What about you??? Seeing the title some would
    say "I do it daily" and some others "How to reinstall?". Let's see the poll results. Linuxers,
    see you in other post. Reinstalling windows is a daily chore for the students studying computers.
    They have to switch a lot of softwares, compilers etc etc. Windows as we know, will not tolerate a
    whole lot of (Un)installations and will ultimately slow down the whole system. This is not the case
    with Linux. Just consider this, I installed Red Hat WS 3(the older version whi....
  12. Its's Official Microsoft Is Done With The Windows Operating System
    (13)
    Wow and I thought this one website was joking around that Microsoft plans to do one more Windows
    Operating. I don't know if Windows 7 will be the last one or not but the project goes by the
    code name Midori and it is based on the Cloud computing concept, which by the way Dell is trying to
    copyright this name for. All I know about cloud computer is that it will be internet based
    operating system meaning that buying CD's based software could end. Heck we are already seeing
    it in which yo ucan download full license software without hte use of a CD (legally). Rig....
  13. Windows Xp: Explorer.exe Crashes On Certain Accounts
    (5)
    I share a Windows XP computer with two friends, and we each have our own User Account on the
    computer. Recently whenever my friends use the PC, they begin to have problems with it. For no
    reason whatsoever, Windows Explorer will crash and close all the current folders that are open. I
    went onto their User Accounts to see for myself (with permission, of course), and found that
    Explorer would crash any time I right-clicked a File, and would also crash on occasion if I clicked
    "File" on the Folder Window's Menu Bar with a file selected. It also happened on rare occasion....
  14. Windows 7
    (3)
    One year after the official Vista release , Microsoft is already working on the next Windows
    operating system , Windows 7 , also known as Blackcomb or Vienna . Windows 7 Milestone 1 Build 6519
    , the first working version of windows 7 , has already leaked to the w a r e z community , but it
    doesn't differs much from Vista . The release is set for late 2009 / 2010 . So what do you think
    about Windows 7 . Of course that the work on Vista continues , as it's not yet perfect but will
    soon be.....
  15. How To Get Skin Like A Japanese Girl.
    How to get rid of acne fast and natural! :wub: (10)
    You can get skin smooth as... as... well, I don't know how smooth but it'll make your skin
    nice and acne-free! /tongue.gif" style="vertical-align:middle" emoid=":P" border="0"
    alt="tongue.gif" /> OK! So I bet YOU are wondering how all Japanese girls never in their
    whole life get a pimple. Well, it is not really their genetics that much. Its.... (Drumroll)
    Camellia Oil! No, not Cammomile! Camellia. Most people have not heard of it. It is a secret
    passed down generation to generation by Japanese Women. I should know. I'm a Japanese Girl. ....
  16. How Do I Change The Default Windows Font Size?
    Without changing DPI, of course. (4)
    I know there's an option in Ubuntu to change all the font sizes of the general system, the
    windows, and etc. Now I'm trying to do this in Windows. I've changed everything about
    the windows except for the general system size. How do I do this?....
  17. Linux Or Windows Hosting Os?
    (9)
    Okay i recently bought a godaddy hosting account. Now my question is whats the difference between
    the Linux OS hosting, and the Windows OS hosting?....
  18. Vista Rocks
    Windows Vista Rocks (42)
    Windows Vista Rocks so much!!! At Trap17 we request you post with quality. Please try
    to make longer posts with more content and of a higher quality. Read the readme for more
    information on the rules. ....
  19. Disabling Safe Boot On Windows Xp
    Learn how to do it (3)
    I know that there has been many at times, when for some reason or the other, people would want to
    disable the ability of Windows XP to boot into safe mode. Even though that this is not a very thing
    advisable thing to do, but still, people, due to some reasons best known to them would always want
    to do this. The other day, a friend of mine who works in (manages is the right word) a cyber cafe
    was heads over toes, trying to figure out to to disable the safe mode boot in Windows XP. His
    reason..... customers are hacking into their computers and browsing free of charge by b....
  20. Way Of The Samurai
    fast growing runescape pure clan (6)
    RE-OPENING!!!!! JOIN NOW Welcome to Way of the Samurai. We are a new pure
    clan that wants to be a fun and very active environment that everyone will want to be a part of. Our
    main goal is to have A LOT OF FUN and become ranked in the top 5 pure clans along the way. To do
    this we must have very active members. WOTS FORUM ( Runehead coming soon ) We want members
    that will be very active and respectful. Being active doesn't just mean on runescape, but on the
    forums too. We are an F2P based clan,(may be becoming P2P also) with most of the ....
  21. Dual Booting Vista And Xp With This?
    (9)
    Ok, so I've done some looking around trying to see if it's possible I could dual-boot my pc
    with Windows XP Home and Vista Ultimate Edition (x64). Well, I know it's possible, but I'm
    not understanding many guides I read because many people have mentioned assorted stuff like
    requiring two hard drives (I only have one 250GB one), and other assorted stuff like software
    I'd need to supply certain space to the two separate partitions. I was thinking of making my
    Windows XP be more of the serious partition, and having Vista be the more media-centered one, ....
  22. Wmp (windows Media Photo) - The New Image File Format From Microsoft
    windows media photo WMP - could replace JPGs and GIFs? (33)
    Microsoft have decided to come up with a new image format to add to the common JPGs, GIFs and PNGs
    of today. It is to be called Windows Media Photo format or WMP for short. It is said to
    "Surpass the limitations of existing file formats" and here is what it'll offer: Numerous
    colour formats for printing and displaying High-quality lossy or even lossless compression
    Really efficient decoding for numerous resolutions For more features, visit
    http://www.microsoft.com/whdc/xps/wmphoto.mspx Presumeably, the JPEG2000 format or JP2 was
    ....
  23. How Do I Make Gold Fast In Runescape/
    (127)
    OK i have been playin for liken 4 years and i still can't get alot of gp. the mosti have had in
    that time is like 10k and i have googled cheat codes and all that stuff and nothing works so any
    ideas are welcome.....
  24. Windows Xp Clock
    (3)
    How can I make the clock in the system tray display seconds as well as hours and minutes?....
  25. Is There An Adium-like Im Client For Windows?
    (19)
    Recently I've been getting sick of connecting to so many accounts on so many different clients.
    It's troublesome to maintain so many accounts/programs. I liked using Trillian for a while but
    it took too much processor memory and it can't connect to Skype or Googletalk (which I
    haven't downloaded, but will do so when I find a suitable Adiumlike program). Does anyone know
    of an IM client which supports all the major IM protocols? That would be MSN, Yahoo, AIM,
    Jabber/Google (well, Skype too but I guess it's optional). I've looked around the plac....
  26. Mice With Only One Botton At Apple, Finished.
    Compatibility with: MacOS X & windows. (20)
    - I am going to tempt to wake up the memory of oldest among you. You remember
    the exit of the first Macintosh, at Apple . How could you have forgotten this funny mouse,
    "innovante" for the time, dressed of only one thick button on its superior part, who produced a
    small particular click (whose sound reasons again in my ears)? This revolution
    that Apple had introduced in the world of the data processing has the house was going to become the
    contraption of your daily, and to arrange itself as a matter of course to quote them of th....
  27. Windows Xp Freezes At Welcome Screen
    (41)
    today i start my pc in windows xp and found that xp freezes at welcome screen. then i try to boot in
    safe mode but the problem persisits then i again try in last good configuration setting but it
    doesn't help so i hav to reinstall my xp plz any body hav solution for this so that i do not hav
    to reinstall my xp for this problem as i get this problem oftenly. thanks....
  28. MCP Windows XP exam dumps
    (9)
    I am planning to take Microsoft certification exam (70-270) on Windows XP for an MCP. I already have
    some dumps with me but not sure about its correctness. Does anyone have a new TestKing dumps? It
    will be a great help if you can email me them... My email is vineethmohan@gmail.com....
  29. Windows Xp And Dos Multiboot
    how?? (10)
    Question to you all, I have a computer running windows XP, now I want to add a "real" DOS
    enviroment on the computer (not cmd or dosbox or something like that). So I thought dualboot will
    do the trick, but the problem is, if I go on and install dos on my free harddisk, I will have a
    problem cause it f*cks up my boot process and windows xp will not start anymore. That I dont
    want! Anyone got an idea on how i can install dos so I can multiboot between windows xp and dos
    without formatting my windows drive, install dos and then reinstall windows? Any help would be gr....
  30. Windows Nt Therapy Institute
    (2)
    /laugh.gif' border='0' style='vertical-align:middle' alt='laugh.gif' /> /laugh.gif' border='0'
    style='vertical-align:middle' alt='laugh.gif' /> /laugh.gif' border='0'
    style='vertical-align:middle' alt='laugh.gif' /> /laugh.gif' border='0'
    style='vertical-align:middle' alt='laugh.gif' /> /laugh.gif' border='0'
    style='vertical-align:middle' alt='laugh.gif' /> /laugh.gif' border='0'
    style='vertical-align:middle' alt='laugh.gif' /> /laugh.gif' border='0'
    style='vertical-align:middle' alt='laugh.gif' /> /laugh.gif' border='0' style='vertical-alig....

    1. Looking for fast, windows, fixes, windows, xp, vista

*RANDOM STUFF*





*SIMILAR VIDEOS*
Searching Video's for fast, windows, fixes, windows, xp, vista

*MORE FROM TRAP17.COM*
Similar
The Best Uninstaller For Windows (42.5 Kb Only!) - It is the most small and the most complete uninstaller.
Is It Possible To Edit Windows Registry?
Windows Xp Sp2 Restarting After Some Time
Reclaim Control Over Your Windows-based Pc - Part 1
Deny Or Grant Users Access To Files Of Choice (vista) - Uses Bat Files To Deny Or Grant People Access To Files
Cash Lagoon - Fast & Easy Money Online!
Creating A Shortcut List Near The System Tray - Time saver tip for windows
What Is Winpe? - An introduction to the Windows Preinstallation Environment
Locking A Folder With No Software At All! - works on XP AND VISTA!!!
Windows Vista Installation Fails
How Many Times Do You Reinstall Windows In A Year - There goes some useful tips about it.
Its's Official Microsoft Is Done With The Windows Operating System
Windows Xp: Explorer.exe Crashes On Certain Accounts
Windows 7
How To Get Skin Like A Japanese Girl. - How to get rid of acne fast and natural! :wub:
How Do I Change The Default Windows Font Size? - Without changing DPI, of course.
Linux Or Windows Hosting Os?
Vista Rocks - Windows Vista Rocks
Disabling Safe Boot On Windows Xp - Learn how to do it
Way Of The Samurai - fast growing runescape pure clan
Dual Booting Vista And Xp With This?
Wmp (windows Media Photo) - The New Image File Format From Microsoft - windows media photo WMP - could replace JPGs and GIFs?
How Do I Make Gold Fast In Runescape/
Windows Xp Clock
Is There An Adium-like Im Client For Windows?
Mice With Only One Botton At Apple, Finished. - Compatibility with: MacOS X & windows.
Windows Xp Freezes At Welcome Screen
MCP Windows XP exam dumps
Windows Xp And Dos Multiboot - how??
Windows Nt Therapy Institute
advertisement



Fast Windows Fixes For Windows Xp And Vista



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute your information that might help someone here.
Ask your Doubts & Queries to get answers.. "Together, We enlight each other!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE