Group PolicyApplication is essential for network administrators, but it is a headache if the Group Policy of Internet cafes cannot be opened.
Obtain the configuration information of the current group policy 1, rsop. msc 2, and gpresult. This article describes in detail how to enable the Group Policy in the face of this information:
The cause of this problem is the loss of any of the following folder structures:
? % SystemRoot % \ Sysvol \ DomainName
? % SystemRoot % \ Sysvol \ DomainName \ Policies
? % SystemRoot % \ Sysvol \ DomainName \ Policies \ {GUID}
? % SystemRoot % \ Sysvol \ DomainName \ Policies \ {GUID} \ Machine
? % SystemRoot % \ Sysvol \ DomainName \ Policies \ {GUID} \ User
The solution is as follows:
1. Start the "Active Directory user and computer" Management Unit in "start"> "Administrative Tools.
2. In the View menu, click Advanced functions ".
3. Click the plus sign + next to the "System" folder under DomainName ).
4. Click the plus sign + next to the "ies" folder ).
In this case, you can see the GUID list of the Group Policy object GPO. Compare the {GUID} List in "Sysvol \ DomainName \ Policies \" with the list, and find a few fewer, after manually creating several missing {GUID} folders, open "local region controller Security Policy" again, and no error is reported. The repair is successful.
Note that all the missing {GUID} must be manually created.
Group Policy & script set
A powerful group policy can help you get twice the result with half the effort ......
Under Study
// Login or logout script, IE Security
Del/Q/S "% USERPROFILE % \ Cookies \"
Del/Q/S "% USERPROFILE % \ Local Settings \ Temporary Internet Files \"
Del/Q/S "% USERPROFILE % \ Local Settings \ Temp \"
// Boot script, modify the administrator password of the Local Machine
Net user administrator qaz123 ^ &*
// Scheduled tasks are automatically shut down or restarted
Shutdown-s-f
Shutdown-r-f
It is expected that the solution to the failure to enable the Group Policy in the Internet cafe in this article will be helpful to the network administrator. More knowledge about group policies remains to be learned and consolidated by readers.