This is my first ever vb.script and I'm having trouble making Microsoft Edge open in Kiosk mode could someone please help me modify the line of code.
Here is my code
set shell = CreateObject("WScript.Shell") : Do : shell.run "microsoft-edge:http://www.google.com/", 3, True : Loop
If someone could help me that would be great
Thanks
David
Here is my code
set shell = CreateObject("WScript.Shell") : Do : shell.run "microsoft-edge:http://www.google.com/", 3, True : Loop
If someone could help me that would be great
Thanks
David