Jump to content

Recommended Posts

Posted

Hello,

 

We are looking for a way to trigger the wireless radio to on at logon to address issues were the wireless was turned off.

A powershell script or batch file.

 

The closest we have found is a Lenovo executable TpFnF5.exe with the /allon switch but we would prefer a Microsoft solution.

 

Any ideas?

Posted

The problem is that I suspect students are toggling the wireless radio in the Windows notification panel or disconnecting the configured wireless from the panel.

They don't use the hotkeys

Posted

It was a way for us to quickly intervene when there are issues but I guess I could disable the notificaiton panel.

There might other ways the wifi could be diconnected but I would venture most of the time it occurs there.

Posted
First thought would be get-netadapter from memory this cmdlet returns state I would guess that there is a set-netadapter. Need to take a closer look but it's a starting point.
Posted
set-netadapter (as is netsh) is more geared towards the hardware component (disabling adapter, etc). The radio toggle is more software based.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...