Use batch processing to disable (enable) code for Group Policy _dos/bat

Source: Internet
Author: User
Disable (enable) Group Policy with batch processing
REGSVR32/S/u gpedit.dll disabled
REGSVR32/S Gpedit.dll Enabled

Using this command alone can still prevent Group Policy from being used, but the result is that-
The Group Policy that runs at this time is basically an empty shell! Using the following batch will be a perfect solution to this kind of problem!

Compile the following code into a bat batch file, which is the command to disable Group Policy
Copy Code code as follows:

@echo off
REGSVR32/S/U Fde.dll
REGSVR32/S/U Gpedit.dll
REGSVR32/S/U Gptext.dll
REGSVR32/S/U Wsecedit.dll
Exit

This is to enable Group Policy
Copy Code code as follows:

@echo off
REGSVR32/S Fde.dll
REGSVR32/S Gpedit.dll
REGSVR32/S Gptext.dll
REGSVR32/S Wsecedit.dll
Exit

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.