Group Policy Restrictions
Altap Salamander uses some Group Policy settings for Windows Explorer and for the Windows interface.
Restriction | Description |
---|---|
NoRun | HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoRun Data type: REG_DWORD, Range: 0 | 1, Default value: 0 The Command Line will be disabled. When the value of this entry is 1, the Command Line is disabled; when the value is 0, Command Line operate normally. |
NoDrives | HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoDrives Data type: REG_DWORD, Range: 0x0-0x3FFFFFF, Default value: 0x0 Removes the icons representing selected drives from Change Drive Menu. The value of this entry consists of 32 bits. The lower 26 bits each represent a drive, with the lowest (right-most) bit representing drive A, and the 26th bit from the right representing drive Z. To hide a drive, set the bit that corresponds to its drive letter to 1. To display a drive, set the bit that corresponds to its drive letter to 0. To hide all 26 drives, set all bits to 1, which corresponds to a value of 0x3FFFFFF. |
NoFind NoShellSearchButton |
HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoFind HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoShellSearchButton Data type: REG_DWORD, Range: 0 | 1, Default value: 0 The Find Files and Directories command will be disabled. When the value of this entry is 1, the Find Files and Directories command is disabled; when the value is 0, the Find Files and Directories command operate normally. |
NoNetHood | HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoNetHood Data type: REG_DWORD, Range: 0 | 1, Default value: 0 The Network command will be disabled. When the value of this entry is 1, the Network command is disabled; when the value is 0, the Network command operates normally. |
NoNetConnectDisconnect | HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoNetConnectDisconnect Data type: REG_DWORD, Range: 0 | 1, Default value: 0 The Connect (Disconnect) Network Drive command will be disabled. When the value of this entry is 1, the Connect (Disconnect) Network Drive command is disabled; when the value is 0, the command operate normally. |
RestrictRun DisallowRun |
HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\RestrictRun HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\DisallowRun Data type: REG_DWORD, Range: 0 | 1, Default value: 0 Prevents Altap Salamander from starting the programs represented by entries in the RestrictRun (DisallowRun) subkey. Following features are affected by this restriction: Command Line, External Viewers, Editors, and Command Shell When the value of this entry is 1, users cannot run programs represented by entries in the RestrictRun (DisallowRun) subkey; when the value is 0, users can run all programs. |