Komunitas Informatika Aneuk Nanggröe
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Komunitas Informatika Aneuk Nanggröe

Dengan Agama hidup menjadi terarah, dengan Ilmu hidup menjadi mudah dan dengan seni hidup menjadi indah..!!
 
IndeksPortalLatest imagesPencarianPendaftaranLogin

 

 Show hidden files...

Go down 
4 posters
PengirimMessage
dr. vaako
SMP
dr. vaako


Male
Jumlah posting : 121
Age : 37
Lokasi : Spooky Island
Registration date : 09.06.08

Show hidden files... Empty
PostSubyek: Show hidden files...   Show hidden files... Icon_minitimeMon Jun 09, 2008 10:02 am

Hai smua...
Laptop ku bermasalah nih...

Masalahnya di folder option di tabulasi viewnya, pilihan untuk show hidden filenya gak ada. Yang ada cuma plihan untuk "Do not show"...

Jadi aku punya file yg di hidden, waktu aku mau liat lg jd gak bisa kan karena pilihan shownya dihilangin.

Ada yg tau gak cara balikinnya selain instal ulang...??

Terakhir sih laptop ku kena virus yg namanya mirip sama process di windows yaitu spoolsv.exe

Setau aku itu kan process di windows, tp ada sebagian anti virus yg nangkep file itu sebagi virus...

Ada solusi gak...???
Kembali Ke Atas Go down
sangak
Admin
sangak


Male
Jumlah posting : 150
Age : 39
Lokasi : Banda Aceh, NAD
Registration date : 07.06.08

Show hidden files... Empty
PostSubyek: Re: Show hidden files...   Show hidden files... Icon_minitimeMon Jun 09, 2008 6:56 pm

Biasanya ada beberapa masalah kalu terkena virus tsb :
pertama regitrynya di disable, trus hilang folder option n show hidden, trus command line nya di disable n banyak lagi deh..

- Untuk menampilkan kembali Show Hidden :
Kalu Optionnya hilang masuk registry
Hkey_local_macine
software
microsoft
windows
current version
explore
advances
folder
hidden
showall
jika string value tidak ada, buat string value baru
klik kanan pada layar regedit pilih new, string value, buat Value Name :Type, value data : radio
Jika Type = 0, ubah menjadi = radio

- Untuk menghilangkan disable cmd, registry, task manager dll..
Code:

[Version]
Signature="$Chicago$"
Provider=sangak

[DefaultInstall]
AddReg=UnhookRegKey
DelReg=del

[UnhookRegKey]
HKLM, Software\CLASSES\batfile\shell\open\command,,,"""%1"" %*"
HKLM, Software\CLASSES\comfile\shell\open\command,,,"""%1"" %*"
HKLM, Software\CLASSES\exefile\shell\open\command,,,"""%1"" %*"
HKLM, Software\CLASSES\piffile\shell\open\command,,,"""%1"" %*"
HKLM, Software\CLASSES\regfile\shell\open\command,,,"regedit.exe "%1""
HKLM, Software\CLASSES\scrfile\shell\open\command,,,"""%1"" %*"
HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon, Shell,0, "Explorer.exe"
HKLM, SYSTEM\ControlSet001\Control\SafeBoot, AlternateShell,0, "cmd.exe"
HKLM, SYSTEM\ControlSet002\Control\SafeBoot, AlternateShell,0, "cmd.exe"
HKLM, SYSTEM\ControlSet003\Control\SafeBoot, AlternateShell,0, "cmd.exe"
HKLM, SYSTEM\CurrentControlSet\Control\SafeBoot, AlternateShell,0, "cmd.exe"
HKLM, SOFTWARE\Classes\exefile,,,Application
HKCU, Software\Microsoft\Internet Explorer\Main,start Page,0, "About:blank"

[del]
HKCU, Software\Microsoft\Windows\CurrentVersion\Run,Game House
HKCU, Software\Microsoft\Windows\CurrentVersion\Run,Service
HKCU, Software\Microsoft\Windows\CurrentVersion\Run,System Check
HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Run,Shockwave Support
HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Run,System
HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\System,DisableRegistryTools
HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\System,DisableTaskMgr
HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\System,DisableCMD
HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\Explorer,NoFolderOptions
HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\Explorer,NoFind
HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\Explorer,NoRun
HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\policies\explorer,NoFind
HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\policies\explorer,NoRun
HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\policies\System,DisableRegistryTools
HKLM, SOFTWARE\Classes\exefile,NeverShowExt

- Cara lain :
Code:
 
[Version]

Signature="$Chicago$"
Provider=sangak

[DefaultInstall]

AddReg=UnhookRegKey

DelReg=del

[UnhookRegKey]

HKLM, Software\CLASSES\batfile\shell\open\command,,,"""%1"" %*"

HKLM, Software\CLASSES\comfile\shell\open\command,,,"""%1"" %*"

HKLM, Software\CLASSES\exefile\shell\open\command,,,"""%1"" %*"

HKLM, Software\CLASSES\piffile\shell\open\command,,,"""%1"" %*"

HKLM, Software\CLASSES\regfile\shell\open\command,,,"regedit.exe "%1""

HKLM, Software\CLASSES\scrfile\shell\open\command,,,"""%1"" %*"

HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon, Shell,0, "Explorer.exe"

HKLM, SYSTEM\ControlSet001\Control\SafeBoot, AlternateShell,0, "cmd.exe"

HKLM, SYSTEM\ControlSet002\Control\SafeBoot, AlternateShell,0, "cmd.exe"

HKLM, SYSTEM\CurrentControlSet\Control\SafeBoot, AlternateShell,0, "cmd.exe"

HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\SuperHidden, UncheckedValue,0x00010001,1

[del]

HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Run, load

HKLM, Software\Soft\DownloadWWW

HKLM, Software\Soft\DownloadWWW, auto

HKLM, Software\Microsoft\Windows NT\CurrentVersion\Windows, load

HKLM, SOFTWARE\Microsoft\DownloadManager

- Jika command linenya didisable :
Buat script spt dibawah ini (simpan dalam extensi *.inf) :
untuk menjalankannya klik kanan pada file pilih install..
Code:

[Version]

Signature="$Chicago$"

Provider=sangak

 
[DefaultInstall]

AddReg=UnhookRegKey

DelReg=del


[UnhookRegKey]

HKLM, Software\CLASSES\batfile\shell\open\command,,,"""%1"" %*"

HKLM, Software\CLASSES\comfile\shell\open\command,,,"""%1"" %*"

HKLM, Software\CLASSES\exefile\shell\open\command,,,"""%1"" %*"

HKLM, Software\CLASSES\piffile\shell\open\command,,,"""%1"" %*"

HKLM, Software\CLASSES\regfile\shell\open\command,,,"regedit.exe "%1""

HKLM, Software\CLASSES\scrfile\shell\open\command,,,"""%1"" %*"

HKLM, SYSTEM\ControlSet001\Control\SafeBoot, AlternateShell,0, "cmd.exe"

HKLM, SYSTEM\CurrentControlSet\Control\SafeBoot, AlternateShell,0, "cmd.exe"

 
[del]

HKLM, SYSTEM\CurrentControlSet\Services\srservice

HKLM, SYSTEM\ControlSet001\Services\srservice

Semua script diatas, disimpan dalam extensi *.inf.. menjalankannya klik kanan pilih install
Semoga bermanfaat... thumbs up
Kembali Ke Atas Go down
https://d3mi-unsyiah.indonesianforum.net
dr. vaako
SMP
dr. vaako


Male
Jumlah posting : 121
Age : 37
Lokasi : Spooky Island
Registration date : 09.06.08

Show hidden files... Empty
PostSubyek: Re: Show hidden files...   Show hidden files... Icon_minitimeMon Jun 16, 2008 6:13 pm

Gini nih mas gambarnya...

Show hidden files... Folder11

Klo seperti itu gimana caranya mas...???
Kembali Ke Atas Go down
cha2
Play Group
cha2


Female
Jumlah posting : 3
Age : 35
Registration date : 16.06.08

Show hidden files... Empty
PostSubyek: Re: Show hidden files...   Show hidden files... Icon_minitimeFri Jun 20, 2008 8:10 am

Thanks yach infonya.. pas banget pc aq bermasalah spt itu...
Berhasill..... bounce
Kembali Ke Atas Go down
sangak
Admin
sangak


Male
Jumlah posting : 150
Age : 39
Lokasi : Banda Aceh, NAD
Registration date : 07.06.08

Show hidden files... Empty
PostSubyek: Re: Show hidden files...   Show hidden files... Icon_minitimeFri Jun 20, 2008 8:21 am

Coba deh baca postingan saya sebelumnya dengan teliti, kalu yang itu mah pake cara yang pertama masuk lewat registry, kan sudah ada tuh dipostingan saya sebelumnya..

saya ulangi lebih detail ya...

pada start --- run ketik regedit

- tus masuk ---- Hkey_local_macine
- software
- microsoft
- windows
- current version
- explore
- advances
- folder
- hidden
- showall
jika string value tidak ada, buat string value baru
klik kanan pada layar registry pilih new, string value, buat Value Name : Type, value data : radio
Jika Type = 0, ubah menjadi = radio

semoga lebih membantu... whistling
Kembali Ke Atas Go down
https://d3mi-unsyiah.indonesianforum.net
jesicca
Play Group
jesicca


Female
Jumlah posting : 5
Age : 36
Lokasi : Medan
Registration date : 16.06.08

Show hidden files... Empty
PostSubyek: Re: Show hidden files...   Show hidden files... Icon_minitimeFri Jun 20, 2008 11:09 am

Great info.. thanks your tips.. thumbs up
PC aq udh sehat kembali..
buat mas vaako, kalu kejadian spt itu.. coba deh pake tips dari mas sangak yang paling pertama, aq berhasil loh...!!
coba deh, setting nya lewat registry gitu.. thumbs up
Kembali Ke Atas Go down
dr. vaako
SMP
dr. vaako


Male
Jumlah posting : 121
Age : 37
Lokasi : Spooky Island
Registration date : 09.06.08

Show hidden files... Empty
PostSubyek: Re: Show hidden files...   Show hidden files... Icon_minitimeSat Jun 21, 2008 5:00 pm

Thanx mas solusiya...

Sorry klo kebanyakan nanya... Laughing Laughing Laughing

Masih newbie neh...
Kembali Ke Atas Go down
sangak
Admin
sangak


Male
Jumlah posting : 150
Age : 39
Lokasi : Banda Aceh, NAD
Registration date : 07.06.08

Show hidden files... Empty
PostSubyek: Re: Show hidden files...   Show hidden files... Icon_minitimeThu Jul 03, 2008 6:33 pm

Yupz, sama2.. ga masalah yang penting jangan malu bertanya, ntar sesat dijalan..
Kembali Ke Atas Go down
https://d3mi-unsyiah.indonesianforum.net
Sponsored content





Show hidden files... Empty
PostSubyek: Re: Show hidden files...   Show hidden files... Icon_minitime

Kembali Ke Atas Go down
 
Show hidden files...
Kembali Ke Atas 
Halaman 1 dari 1

Permissions in this forum:Anda tidak dapat menjawab topik
Komunitas Informatika Aneuk Nanggröe :: General Category :: Virus & Spyware-
Navigasi: