Different Tweaks To Make Fast Your PC

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 6

DIFFERENT TWEAKS TO MAKE FAST YOUR PC

By John Romark on Saturday, March 29, 2014 at 1:47am

Kung gusto niyo po ng better performance for your PC or laptop just follow the steps and
instructions

1. MSCONFIG Tweaks

→ Open Msconfig by pressing Windows + R then type msconfig


→ Click Boot tab > Change Timeout 30 into 10 seconds only
(Note: mapapansin niyo kapag nag shushutdown or nagoopen kayo ng PC niyo ay matagal, kasi
naka set siya sa 30 seconds, kaya para mabilis ang pag open, gawin niyo lang 10 seconds)

→ Open Advanced Options > Check Number of processors > drop down then choose the highest
number ( e.g 2 or 4 ) click OK 
(Note: advantage ng paggamit ng lahat ng processors para masbilis ang performance ng PC
natin)

→ Click Services tab > Check Hide all Microsoft services > Uncheck all the start up items or
apps 
In my case I have only check my ESET Antivirus 
(Note: lahat ng nakacheck diyan ay nag oopen ng isa-isa once inopen mo yung laptop or pc mo,
kaya mapapansin niyo matagal at naghahang after turning on your PC. sometimes after 1
minute bago maging normal yung performance)

2. TASKBAR MANAGER

→ Right click taskbar  at the bottom of your screen > taskbar manager or just  press Ctrl + Shift
+ Esc 
Click Startup tab and Disable all the items or unneeded apps
In my case I have only enable my ESET Antivirus
(Note: lahat ng naka enabled na apps diyan is nag oopen rin ng isa-isa once na inopen mo yung
PC mo..kaya disabled niyo lang for better and fast opening your PC.)

3. SERVICES.MSC Tweaks

→ Press windows + R then type services.msc 


- Now double click one by one all the list below > drop down Startup Type then choose
DISABLED 

Disable all of this to have a great performace 


Routing and Remote Access
Smart Card
Application Management
Bluetooth Support Service
BranchCache
Certificate Propagation
Distributed Link Tracking Client
Hyper-V Data Exchange Service
IP Helper
Microsoft iSCSI Initiator Service
Netlogon
Network Access Protection Agent
Offline Files
Parental Controls
Remote Procedure Call (RPC) Locator
Remote Registry
Smart Card Removal Policy
SNMP Trap
Storage Service
Windows Biometric Service
Windows Connect Now - Config Registrar
Windows Media Player Network Sharing Service 
Windows Search 

4. SYSTEM PROPERTIES Tweaks

→ Open Control Panel > All Control Panel Items > System > at the right side click Advanced
System Settings 
→Click Advanced tab > Settings > Visual Effects tab Check Adjust for best performance 
In my case I want a better performance therefore I have check only the  
-Enable Peek 
-Show thumbnails instead of icons 
-Show windows contents while dragging 
-Smooth edges of screen fonts

Click OK

(Note: Minsan mapapansin niyo kapag nag oopen kayo ng mga folders or explorer medyo
matagal siya bago mag appear..the reason is: nakacheck kasi ung Animate controls and
elements inside windows and  Animate windows when minimizing and maximizing and
animations in the tasksbar) 

→ Go to Remote tab under System properties also


→Uncheck Allow Remote Assistance connections to this computer > click OK 

5. CLEAN AND DELETE ALL THE TRASHES / LOGS and HISTORY


(Note: this is manually also sa pag delete ng mga trashes pero merong mas madali at one click
lang sa baba)
→ Press windows + R then type %temp% or go to C:\Users\Username\AppData\Local\Temp

 (Note: After opening mapapansin niyo sobrang daming items or folders. don't worry lahat ng
iyan ay hindi importante kasi mga basura nayan. or ayan yung mga logs or history sa mga
gingawa niyo before and after using your laptop or PC.)

 for better performance, Press Ctrl + A to select all items then press Shift + Del to permanently
delete
kapag merong nag appear just click SKIP

→ Press windows + R then type temp and select all the items then press Shift + Del to
permanently delete

→ Press windows + R again then type prefetch  and select all the items then press Shift + Del to
permanently delete

Actually kung medyo timatamad kayo sa pag open ng isa-isa meron akong codes dito para one
click nalang at malilinis and madedelete na ang lahat ng items or trashes sa %temp%, temp and
prefetch 
tinuro at ginawa kolang yung step by step sa #5 para malaman niyo yung mga laman

→ Now open NOTEPAD then copy the following:

@echo off
del /s /f /q c:\windows\temp\*.*
rd /s /q c:\windows\temp
md c:\windows\temp
del /s /f /q C:\WINDOWS\Prefetch
del /s /f /q %temp%\*.*
rd /s /q %temp%
md %temp%
deltree /y c:\windows\tempor~1
deltree /y c:\windows\temp
deltree /y c:\windows\tmp
deltree /y c:\windows\ff*.tmp
deltree /y c:\windows\historydeltree /y c:\windows\cookies
deltree /y c:\windows\recentplaces
deltree /y c:\windows\spool\printers
del c:\WIN386.SWP

cls

then save it "clear.bat" 

(Note: After using your laptop or kapag medyo napapansin niyo na mabagal na yung
performance ng PC niyo...double click niyo lang yang clear.bat at automatic na madedelete na
lahat ng trashes sa %temp%, temp and prefetch)
6. REGEDIT Tweaks 

→ Press windows + R then type regedit 


→ go to HKEY_LOCAL_MACHINE > SOFTWARE > Microsoft > Windows > CurrentVersion
> Run
then double click and delete all the items at the right side 

(Note: lahat ng makikita niyo sa gilid ay other startup items also iba lang yung sa taskbar
manager > startup)

ADD Copy to and Move to shell 


Copy all the code an save as Move and Copy To.reg
=======================================
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Copy To]
@="{C2FBB630-2971-11D1-A18C-00C04FD75D13}"
 
[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Move To]
@="{C2FBB631-2971-11D1-A18C-00C04FD75D13}"

=======================================

ADD Take Ownership to shell

Open notepad then Copy all the code and save as Takeownership.reg
=======================================

Windows Registry Editor Version 5.00

[-HKEY_CLASSES_ROOT\*\shell\runas]

[HKEY_CLASSES_ROOT\*\shell\runas]
@="Take Ownership"
"Icon"="C:\\Windows\\System32\\imageres.dll,-78"
"NoWorkingDirectory"=""

[HKEY_CLASSES_ROOT\*\shell\runas\command]
@="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"

[-HKEY_CLASSES_ROOT\Directory\shell\runas]

[HKEY_CLASSES_ROOT\Directory\shell\runas]
@="Take Ownership"
"Icon"="C:\\Windows\\System32\\imageres.dll,-78"
"NoWorkingDirectory"=""

[HKEY_CLASSES_ROOT\Directory\shell\runas\command]
@="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t"
"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant
administrators:F /t"

[-HKEY_CLASSES_ROOT\dllfile\shell]

[HKEY_CLASSES_ROOT\dllfile\shell\runas]
@="Take Ownership"
"HasLUAShield"=""
"NoWorkingDirectory"=""

[HKEY_CLASSES_ROOT\dllfile\shell\runas\command]
@="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"

[-HKEY_CLASSES_ROOT\Drive\shell\runas]

[HKEY_CLASSES_ROOT\Drive\shell\runas]
@="Take Ownership"
"Icon"="C:\\Windows\\System32\\imageres.dll,-78"
"NoWorkingDirectory"=""

[HKEY_CLASSES_ROOT\Drive\shell\runas\command]
@="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t"
"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant
administrators:F /t"

=======================================

7. Change or extend Netbook Screen Resolution  (for netbook only not laptop)

→ Press windows + R then type regedit


→ Go to  HKEY_LOCAL_MACHINE SYSTEM >  ControlSet001 > Control > Class
> {4d36e968-e325-11ce-bfc1-08002be10318}  > 001 > find
Display1_DownScalingSupported at the right side > then double click and change 0 to 1

(Note: Restart your PC to make change)

8. ADD GODMODE ON WINDOWS XP,7,8

(What is Godmode?)
(Answer: The use of Godmode is to easy access to all the settings on your PC)
How?

Right click on your desktop then create New folder and rename and copy and paste this codes 
GodMode.{ED7BA470-8E54-465E-825C-99712043E01C} hit enter

9. GPEDIT.MSC Tweaks

→ Press windows + R then type gpedit.msc

"Turn Off common control and windows aninmations"

Go to 
User Configuration/ Administrative Template/ Windows Component/ 

File Explorer/ Turn Off common control and windows animations / Enabled

"Start File Explorer with ribbon minimized "

Go to
User Configuration/ Administrative Template/ Windows Component/ 
File Explorer/ Start File Explorer with ribbon minimized/ Enabled

'Turn Off Tasksbar Thumbnails "

Go to
User Configuration/ Administrative Template/ Start Menu and Taskbar/
Turn Off Tasksbar Thumbnails/ Enabled

"Turn off Windows Automatic Update" 

Go to 
User Configuration/ Administrative Template/ System/ Windows Automatic Update/ Enabled
LATER NAMAN UNG IBANG TWEAKS MEDYO GUTOM NAKO.HAHHAHAHA
AT ANTOK PA

You might also like