Solve the problem of wireless and audio not working after Windows Server installation

Solve the problem of wireless and audio not working after Windows Server installation

1. Wireless

Run PowerShell and enter the command:

install-windowsfeature Wireless-Networking

Then reboot.

Run cmd and input:

sc config WlanSvc start= auto && sc start Audiosrv

2. Audio service

Run cmd and input:

sc config Audiosrv start= auto && sc start Audiosrv

If your wireless or audio still does not work after completing the above steps, please reinstall the corresponding driver.

Summarize

The above is what I introduced to you about how to solve the problem of not being able to use wireless and audio after Windows Server is installed. I hope it will be helpful to you. If you have any questions, please leave me a message and I will reply to you in time!

You may also be interested in:
  • Windows server 2012 cannot connect to a wireless network solution (Windows wireless connection)
  • Deploy PHP+Apache on Windows Server 2016 in Alibaba Cloud
  • Windows Server 2012 DHCP+WDS+WIN7+Universal Driver Deployment Tutorial (Part 2)
  • Windows Server 2012 DHCP+WDS+WIN7+Universal Driver Deployment Tutorial (Part 1)
  • How to set up multi-user remote desktop in Windows Server 2012/2016
  • Detailed explanation of multi-user remote desktop configuration in Windows server 2008 R2 (more than two users)
  • Windows Server 2008 R2 IIS7.5 FTP Configuration Graphics Tutorial
  • Windows Server 2008 R2 DNS Server Configuration Graphic Tutorial
  • MySQL5.7.17 winx64 installation version configuration method graphic tutorial under Windows server 2008 r2

<<:  JS Asynchronous Stack Tracing: Why await is better than Promise

>>:  Vue implements simple data two-way binding

Recommend

Vue implements simple data two-way binding

This article example shares the specific code of ...

Detailed explanation of the usage of 5 different values ​​of CSS position

The position property The position property speci...

JavaScript ECharts Usage Explanation

I used ECharts when doing a project before. Today...

How to install mysql via yum on centos7

1. Check whether MySQL is installed yum list inst...

Programs to query port usage and clear port usage in Windows operating system

In Windows operating system, the program to query...

Detailed explanation of JavaScript clipboard usage

(1) Introduction: clipboard.js is a lightweight J...

React implements paging effect

This article shares the specific code for React t...

Solution to MySQL root password error number 1045

Stop MySQL Service Windows can right-click My Com...

How to start tomcat using jsvc (run as a normal user)

Introduction to jsvc In production, Tomcat should...

IIS7 IIS8 http automatically jumps to HTTPS (port 80 jumps to port 443)

IIS7 needs to confirm whether the "URL REWRI...

Navicat remote connection to MySQL implementation steps analysis

Preface I believe that everyone has been developi...

MySQL 8.0.23 installation and configuration method graphic tutorial under win10

This article shares the installation and configur...