0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

ドライバー一括でインストール、 Server 2022で無線LANを有効化

Last updated at Posted at 2025-03-29

バックアップ

  • C:\Backup\ にバックアップ
dism /online /export-driver /destination:"C:\Backup"

復元 (OS再インストール後など)

cd c:\Backup

pnputil.exe /add-driver *.inf /subdirs /install

Windows 2022 Serverで無線LANを利用する場合

  • PowerShellで以下
Install-WindowsFeature -Name Wireless-Networking

そのあと無線LANのドライバーをインストールする。

一度OS再起動したのち

無線LANサービスを起動する

net start WlanSVC
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?