Skip to main content

Manage alfaview policies via Windows Group Policy

alfaview Group Policy Templates (ADMX/ADML)

These files allow IT administrators to manage alfaview policies via Windows Group Policy.

Files

FilePurpose
alfaview.admxPolicy definitions (language-neutral)
en-US/alfaview.admlEnglish display strings
de-DE/alfaview.admlGerman display strings

Installation

Copy the files to the Windows PolicyDefinitions directory:

copy alfaview.admx        C:\Windows\PolicyDefinitions\
copy en-US\alfaview.adml  C:\Windows\PolicyDefinitions\en-US\
copy de-DE\alfaview.adml  C:\Windows\PolicyDefinitions\de-DE\

This requires administrator privileges. After copying, the policies appear in the Local Group Policy Editor (gpedit.msc) under:

Computer Configuration > Administrative Templates > alfaview

Active Directory / Central Store

For domain-wide deployment, copy the files to your AD central store instead:

\\<domain>\SYSVOL\<domain>\Policies\PolicyDefinitions\alfaview.admx
\\<domain>\SYSVOL\<domain>\Policies\PolicyDefinitions\en-US\alfaview.adml
\\<domain>\SYSVOL\<domain>\Policies\PolicyDefinitions\de-DE\alfaview.adml

Intune

Upload alfaview.admx and the ADML files via:

Devices > Configuration > Import ADMX

Then create a configuration profile using the imported templates.

Available Policies

PolicyRegistry ValueEffect
Disable File Sharefile_share.disable.policyHides all file sharing UI in alfaview

All policies are written to HKLM\Software\Policies\alfaview.

Manual Registry Deployment

If Group Policy is not available, policies can be set directly in the registry:

reg add "HKLM\Software\Policies\alfaview" /v file_share.disable.policy /t REG_DWORD /d 1 /f

To remove:

reg delete "HKLM\Software\Policies\alfaview" /v file_share.disable.policy /f

Last updated on March 17th, 2026, 11:32 am