Skip to main content

HOW TO IMPROVE YOUR COMPUTER SPEED WITHOUT ANY SOFTWARE



Nowadays the major problem was “low-speed  performance in the  computer “ I share some best ideas for increasing your computer speed without any software
    
 Many optimizer applications are available on the internet but some application paid version

Your  window 7 OS has many advantages and speed up  facilities in default



I share some useful tips for improving your speed in computer without any useful software 




REPAIR YOUR COMPUTER

The most problem reason is  software errors and system files  errors

This problem solved by

1=System restore point

It's one of the best facilities in windows
System Restore helps you restore your computer's system files to an earlier point in time. It's a way to undo system changes to your computer


Note =Back your files must before restore

Here the steps for system recovery
Go to =control panel > recovery >click open system restore 



2=COMMAND PROMPT

It is best effective tool for solving error

Click start menu, type “cmd”, and then run as administer

You see the command prompt window and now type   sfc/scannow     and click enter wait for few minutes it  check the all system files    after checking is complete  if the problem detected it shows the error information, and  next restart it repair the problem automatically 

Note if you are using any  third party theme packs don’t try this 

3=TROUBLESHOOTING:

 Its most common diagnose method in windows it is used for network and connection problem,
appearance problem and system security, hardware and sounds problems, and performance issues


Go to   control panel > troubleshooting and choose your problem option 


4=CLEANING THE JUNK FILES:
   In case your computer has more junk files it reduce your PC speed and storage
Every few days you clean your junk files and temporary files

Click start menu > type  disk cleanup > and choose the c drive to click ok

After finishing the process it shows the detected files and click ok and delete files






5=REMOVE THE VIRUSES AND MALWARE

         It is the main reason for slowing your  computer the viruses
The viruses use your PC RAM and high CPU usage

It is recommended to use the  best antivirus  software because it is the very important
Most probably avoid the strangest flash drive insert the PC

Use the proper antivirus software



6=UNINSTALL THE UNUSED SOFTWARES
   The full storage also reduce your speed of computer  it is recommended to uninstall the unused software’s



7=MANAGE YOUR RAM AND CPU USAGE

 Most of the lagging problem is coming from high RAM usage and high CPU usage

 Press   ctrl+shift+del   keys in same time it opens the task manager
To view the which program using high much of RAM and high use of CPU

Choose the process and click the End process 


 NOTE = does not stop the Microsoft process, system process 

8=DISABLE THE STARTUP PROGRAMS

  I already write about how to disable the startup problem check my previous blog posts 

here the link


9=ADJUST THE APPEARANCE SETTINGS

  In case we set the lower appearance it may increase your speed of computer

10=KEPP DRIVERS AND SOFTWARE UP TO DATE

     If you update your drivers and software’s properly it works better and check your windows updates I will make your computer speed     


                                            
follow my facebook page  smarttricks123

https://www.facebook.com/smarttricks123/



follow my  website



http://smarttricks123.blogspot.in/


Popular posts from this blog

Deploy Flask app on Heroku with example guide

Deploying a python flask app has many ways to do, and there is a lot of platforms available Here I am going to show how to deploy a python flask application on Heroku in a free plan Let's Get started I assume You already developed your flask application in your local environment, have a Heroku account, and have some basic knowledge of working with git and Command-line Interface. Else If you are new Python Flask, Checkout the amazing course from Pluralsight called Introduction to the Flask Microframework  by Reindert-Jan Ekker Signup-now with 50% offer why Heroku? Heroku Free account provides 550 free dyno hours and free domain Example: https://app_name.herokuapp.com.  Learn more at  Heroku Free Dyno Hours Heroku Provide some option to Deploy App:  First one is deployed your app by linking your GitHub repository with your Heroku Account Another one is using the Heroku Command-line Interface (Heroku CLI) by pushing the applicati...

#1 Build your first chatbot using Python and AIML

In the series of post, I am going to build own chatbot using python and AIML  How to build a Chatbot: In this series, we gonna develop our chatbot as a simplest as possible using python and the AIML is brain Chatbot using python and AIML what is AIML: AIML stands for Artificial Intelligence Markup language It looks like XML files, developed by Dr. Richard S. Wallace during 1995-2000,  It is a set of tags and patterned structure, constructed by question and answers It makes our chatbot brain as simple as possible python: Everybody knows what is python language, it's one of the popular programmings in time it has multiple packages available in their packages repository both internally and externally As on the list, AIML package also available is python. You can easily install the packages using python pip(python package manager), or any other ways. The package helps to read and learn t...

[Solved] Linux mint, Ubuntu audio problem

The Linux operating systems gets a gradual increase of  user base level and also it improves user-friendly interface and other essential components like windows  But anyway still some Linux users Face some problems in our systems, Most common was audio problem, sometimes the sound will be muted automatically,  The audio problem-related questions are most frequently question in Linux and ubuntu forums, somebody gets a solution or but still few struggled with this problem. I am also facing this problem in past weeks, afterwards, I can find the one solution In this post, I am sharing how to fix audio problem in Linux mint or Ubuntu systems Restart Alsamixer : Alsa mixer (Advanced Linux Sound Architecture ) is a Graphical mixer program used in Linux Mint and Ubuntu systems, sometimes it may be worked incorrect, so at this time the audio problems will be occur So try to Restart the program by using this command in terminal: ...