Arkadaşlar vb de yaptığım bir projede sağ tık engelleme ve açma komutlarını öğrenmek istiyorum regedit yolunu bulamadım yardımcı olursanız sevinirim teşekkürler.
Follow along with the video below to see how to install our site as a web app on your home screen.
Not: This feature may not be available in some browsers.
Arkadaşlar vb de yaptığım bir projede sağ tık engelleme ve açma komutlarını öğrenmek istiyorum regedit yolunu bulamadım yardımcı olursanız sevinirim teşekkürler.
Dim Registry As Object
Set Registry = CreateObject("WScript.Shell")
Registry.RegWrite "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"& "\NoViewContextMenu", 1, "REG_DWORD"
denemedim ama bir bak istersen ;
Kod:Dim Registry As Object Set Registry = CreateObject("WScript.Shell") Registry.RegWrite "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"& "\NoViewContextMenu", 1, "REG_DWORD"
'------------------------------------------------------------------
1 for enable, 0 for disable.
Restart the computer or log off and log back in if it doesn't disable right away.
Denedim fakat maalesef..
denedim dostum çalıştı ama vb6 da nasıl ayarlarsın bilemem![]()
reg dosyalarını açmadım direk grup ilkesi düzenleyiciden hallettim vb6 ile oraya müdahele edersen istediğini halledersin. Sadece kayıt defterinden devredışı bırakılamıyor malesef..
1. To Enable Windows Explorer Context Menu for All Users
NOTE: This is the default setting.A) Click/tap on the Download button below to download the file below, and go to step 3 below.2. To Disable Windows Explorer Context Menu for All UsersA) Click/tap on the Download button below to download the file below, and go to step 3 below.3. Save the .reg file to your desktop.
4. Double click/tap on the extracted .reg file to merge it.
5. Click/tap on Run, Yes (UAC), Yes, and OK when prompted.
6. When done, you can delete the downloaded .reg file if you like.
OPTION TWO![]()
![]()
Enable or Disable Explorer Context Menu in Group Policy1. Open the all users, specific users or groups, or all users except administrators Local Group Policy Editor for how you want this policy applied.
2. In the left pane, click/tap on to expand User Configuration, Administrative Templates, Windows Components, and Windows Explorer (Windows 7) or File Explorer (Windows 8). (See screenshot below)3. In the right pane, double click/tap on Remove Windows Explorer's default context menu (Windows 7) or Remove File Explorer's default context menu (Windows 8) to edit it. (See screenshot above)
4. To Enable Windows Explorer Context MenuA) Select (dot) either Not Configured or Disabled, and go to step 6 below. (See screenshot below step 6)5. To Disable Windows Explorer Context Menu
NOTE: Not Configured is the default setting.
A) Select (dot) Enabled, and go to step 6 below. (See screenshot below step 6)6. Click/tap on OK. (See screenshot below)
7. Close the Local Group Policy Editor window.![]()