跨越30GB限制配额W2008 R2

我想在Windows 2008 R2上configuration配额,但是当我尝试将该值设置为50GB(50000000ko)时,会引发一个错误,说明已达到最大值,并将该值设置为30GB:

限制警告图像

我尝试这个解决scheme:

 <policy name="LimitSize" class="User" displayName="$(string.LimitSize)" explainText="$(string.LimitSize_Help)" presentation="$(presentation.LimitSize)" key="Software\Microsoft\Windows\CurrentVersion\Policies\System" valueName="EnableProfileQuota"> <parentcategory ref="UserProfiles" /> <supportedon ref="windows:SUPPORTED_Win2k" /> <elements> <text id="SizeMessage" valueName="ProfileQuotaMessage" /> <decimal id="ProfileSize" valueName="MaxProfileSize" required="true" minValue="300" maxValue="30000000" /> <boolean id="IncludeRegInProQuota" valueName="IncludeRegInProQuota" /> <boolean id="WarnUser" valueName="WarnUser" /> <decimal id="WarnUserTimeout" valueName="WarnUserTimeout" required="true" /> </elements> </policy> 

在文件%SystemRoot%\Windows\PolicyDefinitions\UserProfiles.admx但它被locking…

那么,我怎么能跨越这个呢?

如果组策略施加限制,则更改该限制的唯一方法是编辑该策略。 这听起来像你不是你的计算机或域的pipe理员。 因此,您将无法自行进行此项更改。