Analisa Komputer Bermasalahmu
Silahkan download lembar pemeriksaan PC disini
Read more...
Salah satu akibat yang diakibatkan oleh virus atau trojan adalah menghilangkan Menu RUN dari Start Menu. Tentu saja hal yang begini bisa membuat cemas pengguna komputer. Walaupun menu ini simpel, tetapi sangat membantu untuk mengelola PC kita.
Untuk mengatasi hal ini kita tidak usah panik dulu. Langkah awal yang kita lakukan adalah menghilangkan Virus tersebut dari komputer. Jadi silahkan anda scan PC tersebut dengan cara apapun biar Virusnya hilang
Kalau kita lihat tampilan menu Start akan berubah seperti gambar dibawah ini :
Untuk mengembalikan menu RUN, patikan dahulu bahwa PC benar-benar bebas dari Virus. Adapun langkah-langkahnya adalah sbb :
1. Coba anda lihat dahulu dari klik Kanan Taskbar – Properties – Pada Tab Start Menu klik tombol Customize – Pilih Tab Advanced – Lalu Liat Start menu items Run Command apakah sudah di centang. Jika belum aktifkan dahulu. Kemudian OK sampai selesai.
2. Kemudian Carilah file gpedit.msc di (C:\WINNT\system32\gpedit.msc) atau (C:\WINDOWS\system32\gpedit.msc), “Double click” fail itu.
3. Carilah item User Configuration -> Administrative Templates –> Start Menu and Taskbar. Pilih Remove Run from Start Menu dan klik 2 kali
4. Pilihlah Opsi Disable dan Tekan tombol Apply
5. Re-start-lah PC anda.
Mau tau caranya ? Silahkan baca artikel ini :
1. Buatlah sebuah folder baru ( nama folder bebas, sebagai contoh kita beri nama “dataku”)
2. Ketiklah code dibawah ke sebuah file (ketik pake notepad aja) kedalam folder yang anda buat diatas.
Code :
cls
@ECHO OFF
title Folder Private
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Private goto MDLOCKER
:CONFIRM
echo Are you sure you want to lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Private "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to unlock folder
set/p "pass=>"
if NOT %pass%== password here goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Private
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Private
echo Private created successfully
goto End
:End
3. Setelah anda selesai membuat code diatas (biar cepat copy paste aja), lihat pada line (23), anda akan menemukan "password here" <– ( ubah kata "password here" dengan password yang anda inginkan, misalnya 123abc ) . 4. Setelah itu, simpan file tersebut dengan "lock.bat" di folder “dataku”. 5. Doble Klik File “lock.bat” tersebut dan akan muncul folder baru dengan nama "Private" .
6. Untuk menyembunyikan file yang kita inginkan, anda tinggal copy dan paste semua file kedalam Folder “Private” tersebut, jika telah selesai, kembali jalankan File "LOCK" tadi, dan akan muncul pertanyaan "Are you sure you want to lock the folder (Y/N)?”
7. Ketiklah "Y" lalu enter untuk melanjutkan. Dengan begitu folder “Private” tersebut akan terlock alias hilang dari kasat mata.
8. Jika ingin membuka folder private tadi, tinggal Jalankan file LOCK dan masukan password yang anda buat tadi.
Special Thanks buat Mas Oki di http://www.okihelfiska.net/
Berikut ini ada 23 Aplikasi yang tersembunyi pada Windows XP, adalah :
1) Character Map = charmap.exe (sangat berguna untuk menemukan karakter unik)
2) Disk Cleanup = cleanmgr.exe
3) Clipboard Viewer = clipbrd.exe (menampilkan isi clipboard)
4) Dr Watson = drwtsn32.exe (untuk troubleshooting)
5) DirectX diagnosis = dxdiag.exe (melihat & memeriksa DirectX, video & sound cards)
6) Private character editor = eudcedit.exe (allows creation or modification of characters)
7) IExpress Wizard = iexpress.exe (Create self-extracting / self-installing package)
8 Microsoft Synchronization Manager = mobsync.exe (appears to allow synchronization of files on the network for when working offline. Apparently undocumented).
9) Windows Media Player 5.1 = mplay32.exe (Retro version of Media Player, very basic).
10) ODBC Data Source Administrator = odbcad32.exe (something to do with databases)
11) Object Packager = packager.exe (to do with packaging objects for insertion in files, appears to have comprehensive help files).
12) System Monitor = perfmon.exe (very useful, highly configurable tool, tells you everything you ever wanted to know about any aspect of PC performance, for uber-geeks only )
13) Program Manager = progman.exe (Legacy Windows 3.x desktop shell).
14) Remote Access phone book = rasphone.exe (documentation is virtually non-existant).
15) Registry Editor = regedt32.exe [also regedit.exe] (for hacking the Windows Registry).
16) Network shared folder wizard = shrpubw.exe (creates shared folders on network).
17) File siganture verification tool = sigverif.exe
18 Volume Contro = sndvol32.exe (I’ve included this for those people that lose it from the System Notification area).
19) System Configuration Editor = sysedit.exe (modify System.ini & Win.ini just like in Win98! ).
20) Syskey = syskey.exe (Secures XP Account database - use with care, it’s virtually undocumented but it appears to encrypt all passwords, I’m not sure of the full implications).
21) Microsoft Telnet Client = telnet.exe
22) Driver Verifier Manager = verifier.exe (seems to be a utility for monitoring the actions of drivers, might be useful for people having driver problems. Undocumented).
23) Windows for Workgroups Chat = winchat.exe (appears to be an old NT utility to allow chat sessions over a LAN, help files available).
Ingin memiliki materi pertemuan ini, silahkan klik disini
Special thanks
Ilmukomputer.com nya pak Romi
Ingin memiliki materi pertemuan ini, silahkan klik disini
Special thanks
Ilmukomputer.com nya pak Romi