Link to home
Start Free TrialLog in
Avatar of brgdotnet
brgdotnetFlag for United States of America

asked on

How to restrict wifi access on a certain laptop during the daytime.

I have three household laptops. For one of the laptops I need to disable Wifi during the morning hours of 7:00 am to 1:00pm, every day of the week. How can I do this for the one laptop? Can I somehow set a password access to the wifi on the specific laptop in question?


Thanks in advance Experts.

Avatar of CompProbSolv
CompProbSolv
Flag of United States of America image

I'm not sure how to do it in any case, but it would help to know what OS is running on the laptop, what is being used as the Wireless Access Point (to which the laptop connects; may be your modem/router), and what is the DHCP server (may be your modem/router).  Those are three different points where this might be enforceable.

Avatar of brgdotnet

ASKER

Windows 10 and or Windows 11

Most routers can be setup to block certain MAC addresses from using it at certain times (often it is called something similar to "Parental Care" or similar. You of course must make sure the user of that PC doesn't know how to login to the router & change settings, & it should also be at an unreachable place so he can't do a hard-reset of the router.



That's a good start.  "what is being used as the Wireless Access Point (to which the laptop connects; may be your modem/router), and what is the DHCP server (may be your modem/router)"
Avatar of Dr. Klahn
Dr. Klahn

This is called "Doin' It the Hard Way."

1.  Write a Powershell script to stop, then disable the WiFi service if it is 7 AM or later but before 1 PM, and enable, then start the WiFi service if it is 1 PM or later but before 7 AM.
2.  Make this script a boot-time Scheduled Task which will take care of startup.
3.  Make this script a system Scheduled Task to run at one minute after 1 PM.
4.  Make this script a system Scheduled Task to run at one minute after 7 AM.

This will deal with any user without Administrator privileges.

Another way might be using an antivirus to block internet access at that time and allow internet access the rest of the time.

ASKER CERTIFIED SOLUTION
Avatar of bbao
bbao
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial

what if they use another router?  (hotspot?)

@Hello There - interesting suggestion - do you know of an antivirus product that can do this? I'd be interested ;)

For instance, Kaspersky Security Center or Eset Remote Administrator have this feature... You push the security policy from the management server to the target device so you can control the network or Internet access.