Vb.net: have this app that runs in background and check every second what website is accessed. If the url contain certain text, chrome must be killed
This is my code for shutting down the PC if a specific website has been accessed. The problem is that in VS the app is working 100%, but once I install it, that part of the code is not bring excecuted.
See code for searching for certain text and if found then shut down PC.
I have this app that runs in the background and check every second what website is accessed. If the url contain certain text, chrome must be killed
This is my code for shutting down the pc if a specific website has been accessed. The problem is that in VS the app is working 100%, but once I install it, that part of the code is not bring excecuted.
See code for searching for certain text and if found then shut down pc.