Shopping Product Reviews admin  

Make Windows 7 faster in a minute

Is the new computer running slow? Writing our own program to fix the slow problem and make Windows 7 faster is an amazing job. Also, one minute is all it takes to finish the program and speed up Windows 7. Some might find it hard to believe that speeding up Windows 7 and making it run faster is so easy. Why not take a minute to find out for yourself?

To make Windows 7 faster, let’s first understand the point of this command line: del /f /s /q %systemdrive%*.tmp.

  • 1. Del which can be replaced with erase is one of the MS-DOS commands, it is used to delete one or more files to make Windows 7 work better and run much faster.
  • 2. Del /f means read-only files will be forcibly removed. Cleaning useless read-only files improves the efficiency of Windows 7 and makes it much faster.
  • 3. Del /s means that all files specified in the subdirectory will be deleted. This command helps make Windows 7 run faster by automating file deletion.
  • 4. Del /q means that the files will be deleted without asking for your confirmation, which saves the hassle of pressing Enter to get rid of unwanted files and optimizes the performance of Windows 7 so that it can be much faster.
  • 5. %systemdrive% means the current system drive which is usually located in C:.
  • 6. %windir% which can be replaced by %systemroot% usually means C:Windows.
  • 7. %userprofile% represents the patch from C:Documents and SettingsAll Users.
  • 8. .tmp is a wildcard character meaning all files that end with the .tmp suffix.

In order for Windows 7 to be faster when exiting the program, we need to know some other wildcards which are *._mp, *.log, *.gid, *.chk, *.old, etc. These files are temporary files, registry files, temporary help files, temporary backup files… which are not useful for most people and need to be removed so that the Windows 7 computer has free disk space and let it work better and work much faster. Now you can make your Windows 7 PC run faster by writing your own program to a bat file in a minute, if you have a good understanding of the above MS-DOS commands. Otherwise, find the full program in one of my live articles, which helps to increase Windows 7 performance faster and make it work faster. All you have to do is copy, paste, save and run it. It’s as simple as that.

Looking for some more detailed tips on how to make Windows 7 faster?

Click here! Or browse my other live articles on EzineArticles.com that aim to offer multiple solutions on how to fix slow Windows 7 and make it run much faster.

Leave A Comment