Disable sound card using registry/Group Policy/batch processing

Source: Internet
Author: User

In the company, there is a department that reflects that employees often watch movies and listen to music. The sound card of all computers must be disabled. Check the registry and find that a sysaudio service exists in Windows, such:


The default start value is 3 (in manual mode). After you change the value to 4 (disabled), restart the computer, in the device management, the core sound device will have an exclamation point (for example), so that the sound card does not work, thus disabling the sound card.

Therefore, you can use the Group Policy to modify the registry, or use batch processing, and use SC, psservice, and other remote service management commands for remote operations. disable this service:

Net use // 192.168.1.2/User: computername/Administrator *

SC // 192.168.1.2 config sysaudio start = disabled

After the computer is restarted, the sound card cannot be used. Of course, you cannot grant the user administrator permissions. Otherwise, you can change the permissions.

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.