Skip to content

Instantly share code, notes, and snippets.

@dokxpi
Last active February 26, 2016 12:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dokxpi/9a947b60568f1a105519 to your computer and use it in GitHub Desktop.
Save dokxpi/9a947b60568f1a105519 to your computer and use it in GitHub Desktop.
Настройки и ограничения защиты системы: NoDrives/NoViewOnDrive
Твик реестра, запрещающий отображение дисков в проводнике Windows 7
Для всех пользователей
***********************************************************************************
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoDrives"=dword:0
***********************************************************************************
Для текущего
***********************************************************************************
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoDrives"=dword:0
***********************************************************************************
@dokxpi
Copy link
Author

dokxpi commented May 17, 2015

Написал простейший скрипт—калькулятор, для расчёта значение реестра
для ключа NoDrives/NoViewOnDrive в Windows NT (Decimal)
https://dokxpi.github.io/ntDrive.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment