bir dosyaya cift tikladigimda birlikte ac cikiyor

PC hakkındaki genel bilgi ve ipucu paylaşım alanıdır.
Cevapla
Kullanıcı avatarı
velociraptor
Yottabyte4
Yottabyte4
Mesajlar: 46474
Kayıt: 14 Mar 2006, 02:33
cinsiyet: Erkek
Teşekkür etti: 4602 kez
Teşekkür edildi: 3916 kez

bir dosyaya cift tikladigimda birlikte ac cikiyor

Mesaj gönderen velociraptor »

eger böyle bir sorununuz varsa asagidaki kodu notepad e yapistirin ve uzantisi .vbs olacak sekilde kaydedin , sonrasinda cift tiklayip calistirin ve Pc yi boot edin

Kod: Tümünü seç

'folder_open.vbs - Fixes problem where Search opens on a double click
'© Doug Knox - 03/13/2002
'Downloaded from http://www.sordum.com

Set WshShell = WScript.CreateObject("WScript.Shell")

p1 = "HKEY_CLASSES_ROOT\Directory\shell\"
p2 = "none"

WshShell.RegWrite p1, p2

p1 = "HKEY_CLASSES_ROOT\Drive\shell\"
WshShell.RegWrite p1, p2

X = WshShell.Run("REGSVR32 /I /S SHELL32.DLL",4,True)
Set WshShell = Nothing

MyBox = MsgBox("Folders will now Open when double clicked", 4096, "Finished!")
ALINTIDIR
Cevapla