Skip to main content

Speed up your PC

  1. Start -> Run -> type "prefetch" -> delete all files.
  2. Start -> Run -> type "temp" -> delete all files.
  3. Start -> Run -> type "cookies" -> delete all files.
  4. Start -> Run -> type "msconfig" -> disable all checkbox except antivirus.
  5. Defragment your hard disk.
  6. Cleanup your hard disk.
  7. Use Registry cleaner software to clean up your unwanted registry file.
Any quries related this topic mail me or plz comment here

Comments

Popular posts from this blog

Appium: error: Couldn't start Appium REST http interface listener

Sometime it happens that Appium server doesn't start getting below error message - error: Couldn't start Appium REST http interface listener. Requested port is already in use. Please make sure there's no other instance of Appium running already. Solution: In Windows - Start Task manager > Open Processes Tab > Kill process ' node.exe ' Start the Appium server again it will resolve the issue.