Giving Access the the Windows Fonts Folder on a Network
To give network users access to be able to add fonts the Fonts folder you'll need to complete the following processes:
UAC (User Accounts Control) security will need to be reduced or disabled:
UAC (User Accounts Control) security will need to be reduced or disabled:
- Go to Control Panel and select "User Accounts"
- Change "User Account Control Settings"
- Select “Never Notify”
Directory:
- Open the command prompt using Administrator Privileges (right click cmd, “run as administrator”)
- Type and enter "attrib –r –s c:\windows\fonts" (this will allow you to complete the next step)
- Open Windows File Explorer, right click on the fonts folder and choose "Properties"
- Click the "Security" tab
- Click "Advanced"
- Click the "Owner" tab
- Click the "Edit" button
- Change the "Current Owner" to yourself
- Check the "Replace owner on subcontainers and objects" box
- Click "OK" on the pop-up box stating "You must close the window completely for the changes to take in effect"
- If you are not the intended user you'll need to edit the "Permissions" of the "Fonts" folder and allow "Full Access" for the intended user or security group.
Registry key:
- Run "regedit"
- Browse to : "HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\WINDOWS NT\CURRENT VERSION\FONTS"
- Right click on "Fonts"
- Select "Permissions..."
- Give "Full Control" to "Users"
Comments
Post a Comment