Ceriwis  

Go Back   Ceriwis > HOBI > Komputer & Teknologi > Teknologi > Tips & Trick

Reply
 
Thread Tools
  #1  
Old 4th January 2010
rezakakashi's Avatar
rezakakashi rezakakashi is offline
Ceriwis Lover
 
Join Date: Dec 2009
Location: KOTA kembang
Posts: 1,284
Rep Power: 19
rezakakashi tau seluk beluk forumrezakakashi tau seluk beluk forumrezakakashi tau seluk beluk forumrezakakashi tau seluk beluk forumrezakakashi tau seluk beluk forumrezakakashi tau seluk beluk forumrezakakashi tau seluk beluk forum
Default [Tips] Membuat Komputer serasa baru kembali

[Tips] Membuat Komputer serasa baru kembali Bikin kompi lemot serasa baru (dijamin) masalah kritis yg bikin kompi jd lemot

1. registry mungkin dah amburadul
2. dma (direct memory access)mode telah berubah menjadi PIO (Processor Input Oputput)mode karena keseringan hang ato error, sehingga program tidak mengandalkan memory lg ttp memaksa kerja prosesor kerja bit per bit (mencapai 100 persen yg bisa bikin kompi panas bgt). Setiap crash/error DMA mode turun dr Ultra DMA mode 5.. 4.. 3.. hingga PIO. 6x crash = lemot.

solusi :
1. instal cc cleaner ato regcure

Indowebster RegCure 1.5.0.0

scan lalu fix problems.

2. masuk : control panel - system - hardware - device manager - IDE ATA/ATAPI controller - Primary IDE Channel - (klik 2x) - Advanced Setting - Device 0 dan Device 1 transfer modenya ubah mjd : DMA if available - OK.

klo masih lambat/hang, download resettingdma.vbs dari:

DMA reverts to PIO | Windows Problem Solver

Download quick solution no.1 yg bertuliskan : Click here.
File yg dah didonlot berformat .txt rename jd format .vbs
dr situs itu, yg no 1, bag.click here; kan muncul seperti ini:
Reset Dma
Quote:
' Visual Basic Script program to reset the DMA status of all ATA drives

' Copyright � 2006 Hans-Georg Michna

' Version 2007-04-04

' Works in Windows XP, probably also in Windows 2000 and NT.
' Does no harm if Windows version is incompatible.

If MsgBox("This program will now reset the DMA status of all ATA drives with Windows drivers." _
& vbNewline & "Windows will redetect the status after the next reboot, therefore this procedure" _
& vbNewline & "should be harmless.", _
vbOkCancel, "Program start message") _
= vbOk Then

RegPath = "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\C ontr ol\Class\{4D36E96A-E325-11CE-BFC1-08002BE10318}\"
ValueName1Master = "MasterIdDataChecksum"
ValueName1Slave = "SlaveIdDataChecksum"
ValueName2Master = "UserMasterDeviceTimingModeAllowed"
ValueName2Slave = "UserSlaveDeviceTimingModeAllowed"
ValueName3 = "ResetErrorCountersOnSuccess"
MessageText = "The following ATA channels have been reset:"
MessageTextLen0 = Len(MessageText)
ConsecutiveMisses = 0
Set WshShell = WScript.CreateObject("WScript.Shell")

For i = 0 to 999
RegSubPath = Right("000" & i, 4) & "\"

' Master

Err.Clear
On Error Resume Next
WshShell.RegRead RegPath & RegSubPath & ValueName1Master
errMaster = Err.Number
On Error Goto 0
If errMaster = 0 Then
On Error Resume Next
WshShell.RegDelete RegPath & RegSubPath & ValueName1Master
WshShell.RegDelete RegPath & RegSubPath & ValueName2Master
On Error Goto 0
MessageText = MessageText & vbNewLine & "Master"
End If

' Slave

Err.Clear
On Error Resume Next
WshShell.RegRead RegPath & RegSubPath & ValueName1Slave
errSlave = Err.Number
On Error Goto 0
If errSlave = 0 Then
On Error Resume Next
WshShell.RegDelete RegPath & RegSubPath & ValueName1Slave
WshShell.RegDelete RegPath & RegSubPath & ValueName2Slave
On Error Goto 0
If errMaster = 0 Then
MessageText = MessageText & " and "
Else
MessageText = MessageText & vbNewLine
End If
MessageText = MessageText & "Slave"
End If

If errMaster = 0 Or errSlave = 0 Then
On Error Resume Next
WshShell.RegWrite RegPath & RegSubPath & ValueName3, 1, "REG_DWORD"
On Error Goto 0
ChannelName = "unnamed channel " & Left(RegSubPath, 4)
On Error Resume Next
ChannelName = WshShell.RegRead(RegPath & RegSubPath & "DriverDesc")
On Error Goto 0
MessageText = MessageText & " of " & ChannelName & ";"
ConsecutiveMisses = 0
Else
ConsecutiveMisses = ConsecutiveMisses + 1
If ConsecutiveMisses >= 32 Then Exit For ' Don't search unnecessarily long.
End If
Next ' i

If Len(MessageText) <= MessageTextLen0 Then
MessageText = "No resettable ATA channels with Windows drivers found. Nothing changed."
Else
MessageText = MessageText & vbNewline _
& "Please reboot now to reset and redetect the DMA status."
End If

MsgBox MessageText, vbOkOnly, "Program finished normally"

End If ' MsgBox(...) = vbOk

' End of Visual Basic Script program

teknisnya sih bkn didonlot, tp di copas smua isi textnya ke notepad
trus ntar setelah direname .txt jadi .vbs, iconnya ga notepad lg, tp icon VBscript file. pas rename, jgn lupa kosongkan centang utk Hide ekstensions for known file types di folder option - view.




klo ikonnya dah berubah, klik 2x resetdma.vbs dan ada box menyarankan restart. setelah restart baru terasa performanya.
sblm klik 2x ada bagusnya non aktifkan antivirus sementara, av bakal detect sbg malicious file krn script modifikasi registry.

Cara ini jg membuat komp lama yg lambat dan terlalu bnyk program serasa kompi baru lg.

Gw pake notebook Compaq Presario M2000 CentrinoM 1,7 GHz, 512 mb. Setelah resetting DMA bisa multitask firefox(14 tab), YM(3 login), 2 windows explorer, tv home media (tuner), coreldraw 12, word, photoshop dan winamp, dan kerja prosesor ga nyampe 48 persen.

Selamat mencoba

Reply With Quote
  #2  
Old 6th January 2010
kadalimoet's Avatar
kadalimoet kadalimoet is offline
Member
 
Join Date: Jan 2010
Location: Depan Laptop
Posts: 68
Rep Power: 0
kadalimoet mempunyai hidup yang Normal
Default

thx gan.... bagus infonya, biar agan2 yg laen jg bisa terasa kompi baru, hehehehe







Reply With Quote
  #3  
Old 25th October 2010
hbs16 hbs16 is offline
Newborn
 
Join Date: Oct 2010
Posts: 2
Rep Power: 0
hbs16 mempunyai hidup yang Normal
Default

thanx gan, ane mo coba, kemaren kirain karena memory, udah nambah dr 1 gb ke 2 gb masih lemot juga
Reply With Quote
  #4  
Old 5th November 2011
mpluympluyan mpluympluyan is offline
Member
 
Join Date: Oct 2011
Posts: 89
Rep Power: 0
mpluympluyan mempunyai hidup yang Normal
Default

nice info gan
Reply With Quote
  #5  
Old 5th November 2011
cynderline cynderline is offline
Banned
 
Join Date: Oct 2011
Posts: 93
Rep Power: 0
cynderline mempunyai hidup yang Normal
Default

tinggal di format kalo mau baru lagi
ahahaha
Reply With Quote
  #6  
Old 6th November 2011
krztna krztna is offline
Member
 
Join Date: May 2010
Posts: 54
Rep Power: 0
krztna mempunyai hidup yang Normal
Default

nice inpo ndan !
Reply With Quote
  #7  
Old 6th November 2011
handysetiady handysetiady is offline
Banned
 
Join Date: Nov 2011
Posts: 96
Rep Power: 0
handysetiady mempunyai hidup yang Normal
Default

Nice inpo, ndan
Reply With Quote
  #8  
Old 6th November 2011
vengenz vengenz is offline
Newbie
 
Join Date: Jun 2011
Posts: 7
Rep Power: 0
vengenz mempunyai hidup yang Normal
Default

tes dlu gan
Reply With Quote
  #9  
Old 7th November 2011
sobat sobat is offline
Newbie
 
Join Date: Nov 2011
Posts: 19
Rep Power: 0
sobat mempunyai hidup yang Normal
Default

trims, dicoba gan
Reply With Quote
  #10  
Old 7th November 2011
Aldoblacksweet Aldoblacksweet is offline
Member Aktif
 
Join Date: Oct 2011
Posts: 104
Rep Power: 0
Aldoblacksweet mempunyai hidup yang Normal
Default

Makasi mas bro Perlu coba kyanya hehehe......mantaf up...up...
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


 


All times are GMT +7. The time now is 06:55 PM.


no new posts