

InterviewSolution
Saved Bookmarks
1. |
Solve : .adm language question(registry editing through notebook)? |
Answer» <html><body><p>Is there any way to auto <a href="https://interviewquestions.tuteehub.com/tag/configure-929061" style="font-weight:bold;" target="_blank" title="Click to know more about CONFIGURE">CONFIGURE</a> the state of a group policy object when creating them through notebook?<br/><br/>example...creating this policy using notebook and want it to auto enable or disable the state when I add the template to the administrative template in the group policy object editor.<br/><br/><br/>CLASS MACHINE<br/><br/>CATEGORY "IPSEC Services"<br/> KEYNAME "SYSTEM\CurrentControlSet\Services\IPSEC"<br/><br/>POLICY "NoDefaultExempt"<br/><a href="https://interviewquestions.tuteehub.com/tag/part-238139" style="font-weight:bold;" target="_blank" title="Click to know more about PART">PART</a> "NoDefaultExempt"<br/> NUMERIC DEFAULT 1<br/>VALUENAME "NoDefaultExempt"<br/><br/> END PART<br/> END POLICY<br/>END CATEGORY<br/><br/>How do i get this to auto enable or do i have to <a href="https://interviewquestions.tuteehub.com/tag/physically-2211468" style="font-weight:bold;" target="_blank" title="Click to know more about PHYSICALLY">PHYSICALLY</a> go into the Group Policy Object Editor and enable or disable it? Reason I ask is that I have a lot more code to <a href="https://interviewquestions.tuteehub.com/tag/enter-446119" style="font-weight:bold;" target="_blank" title="Click to know more about ENTER">ENTER</a> and it would <a href="https://interviewquestions.tuteehub.com/tag/easier-447966" style="font-weight:bold;" target="_blank" title="Click to know more about EASIER">EASIER</a> to have them auto configure. (Using Windows Server 2003 Standard)</p></body></html> | |