Granting Normal Users Access to Burn Disc Function in Windows Server 2022
By default, the Burn Disc function in Windows Server 2022 is only available to administrators. However, there may be situations where you want to allow normal users to use this function as well. In this article, we will discuss the steps to grant normal users access to the Burn Disc function in Windows Server 2022.
Using Registry Editor to Grant Access
The easiest way to grant normal users access to the Burn Disc function in Windows Server 2022 is by modifying the registry. Here are the steps to follow:
- Press
Win + Rto open the Run dialog box. - Type
regeditand press Enter to open the Registry Editor. - Navigate to the following key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows - Right-click on the
Windowskey and selectNew > Key. - Name the new key as
CurrentVersionand press Enter. - Right-click on the
CurrentVersionkey and selectNew > Key. - Name the new key as
PropertySystemand press Enter. - Right-click on the
PropertySystemkey and selectNew > DWORD (32-bit) Value. - Name the new value as
EnableBurnand press Enter. - Double-click on the
EnableBurnvalue and set its value data to1. - Click
OKto save the changes. - Close the Registry Editor.
After following these steps, normal users will be able to use the Burn Disc function in Windows Server 2022.
In this article, we discussed the steps to grant normal users access to the Burn Disc function in Windows Server 2022. By modifying the registry, we can enable the Burn Disc function for normal users. Here are the steps to follow:
- Open the Registry Editor.
- Navigate to the following key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\PropertySystem - Create a new DWORD (32-bit) value named
EnableBurn. - Set the value data of the
EnableBurnvalue to1. - Close the Registry Editor.
References
Type: Book
Title: Windows Server 2022 Administration Inside Out
Author: Orin Thomas
Publisher: Microsoft Press
Publish Date: December 7, 2021
Type: Article
Title: How to Enable the Burn Disc Feature for Normal Users in Windows Server 2022
Type: Online Resource
Title: Windows Server 2022 Documentation