Disable Wi-Fi
#153
-
|
If you use LAPTOP using network RJ-45, not Wi-Fi Get-NetAdapter -Name Wi-Fi | Disable-NetAdapter -Confirm:$false Detect "Laptop" using Powershell ? |
Beta Was this translation helpful? Give feedback.
Answered by
farag2
Mar 25, 2021
Replies: 1 comment
-
|
Its possible. (Get-CimInstance -ClassName CIM_ComputerSystem).PCSystemTypeFor laptops it will be |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
farag2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Its possible.
For laptops it will be
2. For desktops1. https://docs.microsoft.com/ru-ru/windows/win32/cimwin32prov/win32-computersystem