Ewan
Ewan

Reputation: 1087

How do I call a website using a c# process in kiosk mode on Edge Chromium?

I am using the following command to open a website in Kiosk Mode

Proc = Process.Start(browser, "--kiosk --incognito https://example.net/PPT" + CC + "?" + Msg);

This used to work without issue on a windows 10 tablet, however recent upgrades to edge chromium / windows now prevent the site from opening in kiosk mode.

The process is initiated by the detection of an NFC fob.

I have noticed that if I represent the fob (whilst the site is open), which causes the process to be stopped and restarted, the command works as expected.

Upvotes: 0

Views: 460

Answers (1)

Netkiosk Support
Netkiosk Support

Reputation: 1

You can use Netkiosk for this. Multuiple options to run kiosk mode. You can even run Google Chrome in secure kiosk mode.

Upvotes: 0

Related Questions