AMGRAMBIL COMUNITY
Would you like to react to this message? Create an account in a few clicks or log in to continue.



 
IndeksLatest imagesPencarianPendaftaranLogin

ShoutMix chat widget
Pencarian
 
 

Display results as :
 
Rechercher Advanced Search
Clock

Clock Generators
Latest topics
» Virulife: Diary of my internet life
CleanUp HD With Batch File EmptyFri Dec 23, 2011 7:57 pm by Unvirus

» Siapakah dibalik topeng itu
CleanUp HD With Batch File EmptyTue Nov 01, 2011 11:38 am by putrasena

» Aplikasi VB
CleanUp HD With Batch File EmptySun Oct 23, 2011 10:37 pm by rp16vr

» ..::Rivaldi-Area::..
CleanUp HD With Batch File EmptySun Oct 23, 2011 10:37 pm by rp16vr

» situs baca komik
CleanUp HD With Batch File EmptyWed Oct 19, 2011 5:40 am by putrasena

» Tentang Modem ni,,,,
CleanUp HD With Batch File EmptyWed Oct 19, 2011 5:36 am by putrasena

» Avacs Live Chat
CleanUp HD With Batch File EmptyWed Oct 19, 2011 5:36 am by putrasena

» ToooooooooLLLLLLoooooNNNNNgggggg
CleanUp HD With Batch File EmptyWed Oct 19, 2011 5:35 am by putrasena

» Tingkatan-tingkatan Dalam Dunia Hacker
CleanUp HD With Batch File EmptyWed Oct 19, 2011 2:39 am by rp16vr

Affiliates
free forum

Top posters
fireman
CleanUp HD With Batch File I_vote_lcapCleanUp HD With Batch File I_voting_barCleanUp HD With Batch File I_vote_rcap 
rp16vr
CleanUp HD With Batch File I_vote_lcapCleanUp HD With Batch File I_voting_barCleanUp HD With Batch File I_vote_rcap 
putrasena
CleanUp HD With Batch File I_vote_lcapCleanUp HD With Batch File I_voting_barCleanUp HD With Batch File I_vote_rcap 
eradifta_03
CleanUp HD With Batch File I_vote_lcapCleanUp HD With Batch File I_voting_barCleanUp HD With Batch File I_vote_rcap 
mavericks
CleanUp HD With Batch File I_vote_lcapCleanUp HD With Batch File I_voting_barCleanUp HD With Batch File I_vote_rcap 
Mayer Yagami
CleanUp HD With Batch File I_vote_lcapCleanUp HD With Batch File I_voting_barCleanUp HD With Batch File I_vote_rcap 
~*ChanZ_KimuRa*~
CleanUp HD With Batch File I_vote_lcapCleanUp HD With Batch File I_voting_barCleanUp HD With Batch File I_vote_rcap 
jefri_7
CleanUp HD With Batch File I_vote_lcapCleanUp HD With Batch File I_voting_barCleanUp HD With Batch File I_vote_rcap 
Unvirus
CleanUp HD With Batch File I_vote_lcapCleanUp HD With Batch File I_voting_barCleanUp HD With Batch File I_vote_rcap 
jack
CleanUp HD With Batch File I_vote_lcapCleanUp HD With Batch File I_voting_barCleanUp HD With Batch File I_vote_rcap 
Statistic


Sponsored

 

 CleanUp HD With Batch File

Go down 
4 posters
PengirimMessage
putrasena
Admin
Admin
putrasena


Jumlah posting : 302
Points : 53754
Reputation : 207
Join date : 07.10.09

CleanUp HD With Batch File Empty
PostSubyek: CleanUp HD With Batch File   CleanUp HD With Batch File EmptySun Nov 22, 2009 1:09 am

Disk CleanUp... ada yang sering pakai ini???

pasti tahu.. butuh waktu min 10 menit buat cleanup HDD km....

untuk mempersingkat waktu,gw searching di google.. wat cari script batch na... dan ketemu...

dengan sedikit modifikasi dari gw... script ini efektif buat delete file2 yang tidak berguna loh..

langsung ajah gw share script gw......

1. buka notepad
2. Tulis/copy-paste script di bawah ini....
----------------------------------------------------cut here----------------------------------------------------
@echo off
echo Hi, This is Me, Mr.Victor, I wanna Help you to Clean Your Computer, So your computer can load more faster..
echo. & pause
echo special Thanks To _DJ HoLiC_
echo. & pause
echo tEaM vicToRiOuS HeLL
echo. & pause
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*._mp
del /f /s /q %systemdrive%\*.log
del /f /s /q %systemdrive%\*.gid
del /f /s /q %systemdrive%\*.chk
del /f /s /q %systemdrive%\*.old
del /f /s /q %systemdrive%\recycled\*.*
del /f /s /q %systemdrive%\Thumbs.db

rem ---------------------------Bagian ini hanya sekali excecute dan bisa di delete sesudahnya
del /f /s /q %windir%\system.ini
del /f /s /q %windir%\ODBCINST.INI
del /f /s /q %windir%\msdfmap.ini
del /f /s /q %windir%\desktop.ini
del /f /s /q %windir%\control.ini
del /f /s /q %windir%\clock.avi
del /f /s /q %windir%\bootstat.dat
rem -------------------------------batas mendelete command
del /f /s /q %windir%\_default
del /f /s /q %windir%\*.bmp
del /f /s /q %windir%\*.txt
del /f /s /q %windir%\*.bak
del /f /s /q %windir%\prefetch\*.*
rd /s /q %windir%\temp & md %windir%\temp

del /f /q %userprofile%\cookies\*.*
del /f /q %userprofile%\recent\*.*
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
del /f /s /q "%userprofile%\Local Settings\Temp\*.*"
del /f /s /q "%userprofile%\recent\*.*"
echo Done. restart your computer for take a effect..
echo. & pause

----------------------------------------------------cut here----------------------------------------------------
3. save dengan nama file Clean.bat dengan save all type : all files and save....
4. buat jalanin tinggal double klik ajah deh.l.. tgg sampai finish....

n restart kompie/lapie kalian.......

Tested in Windows all version....

_DJ HoLiC_™️

Sumber http://djholic.blogspot.com/
Kembali Ke Atas Go down
https://amgrambil.indonesianforum.net
rp16vr
Amgrambil NewBie
Amgrambil NewBie
rp16vr


Jumlah posting : 312
Points : 53450
Reputation : 109
Join date : 10.11.09
Age : 33
Lokasi : Tangerang

CleanUp HD With Batch File Empty
PostSubyek: Re: CleanUp HD With Batch File   CleanUp HD With Batch File EmptySun Nov 22, 2009 1:29 am

NicePost
keren bozzz........
Kembali Ke Atas Go down
http://www.r16p.co.cc/
mavericks
Amgrambil NewBie
Amgrambil NewBie
mavericks


Jumlah posting : 267
Points : 53511
Reputation : 71
Join date : 08.10.09
Age : 33

CleanUp HD With Batch File Empty
PostSubyek: Re: CleanUp HD With Batch File   CleanUp HD With Batch File EmptyThu Nov 26, 2009 3:08 am

clean otak biar kmbli fresh bs ga y.. lol
Kembali Ke Atas Go down
http://www.maverickshan.co.cc
fireman
Amgrambil NewBie
Amgrambil NewBie
fireman


Jumlah posting : 337
Points : 53513
Reputation : 60
Join date : 07.10.09
Age : 34
Lokasi : Indonesia

CleanUp HD With Batch File Empty
PostSubyek: Re: CleanUp HD With Batch File   CleanUp HD With Batch File EmptyFri Feb 05, 2010 1:05 pm

waduh dr pada pke .bat gw lebih suka gunain software terpercaya nah biasa'n untuk ngebersiin hardish gw gunain software Advanced SystemCare
Kembali Ke Atas Go down
http://worldcyber08.blogspot.com/
Sponsored content





CleanUp HD With Batch File Empty
PostSubyek: Re: CleanUp HD With Batch File   CleanUp HD With Batch File Empty

Kembali Ke Atas Go down
 
CleanUp HD With Batch File
Kembali Ke Atas 
Halaman 1 dari 1
 Similar topics
-
» tips and trick blogger

Permissions in this forum:Anda tidak dapat menjawab topik
AMGRAMBIL COMUNITY :: Computer :: Software-
Navigasi: