Skip to content

Instantly share code, notes, and snippets.

View mtauber-dev's full-sized avatar

Menachem Tauber mtauber-dev

View GitHub Profile
@mtauber-dev
mtauber-dev / kiosk.xml
Last active May 20, 2026 02:57
kiosk.xml
<?xml version="1.0" encoding="utf-8" ?>
<AssignedAccessConfiguration xmlns="http://schemas.microsoft.com/AssignedAccess/2017/config">
<Profiles>
<Profile Id="{E9E6C9E4-1A52-471B-94E5-B9F257777D44}">
<AllAppsList>
<AllowedApps>
<App DesktopAppPath="C:\Program Files\Google\Chrome\Application\chrome.exe" />
<App DesktopAppPath="C:\Program Files\Zoom\bin\Zoom.exe" />
<App DesktopAppPath="C:\Program Files\Google\Drive File Stream\GoogleDriveFS.exe" />
<App DesktopAppPath="C:\Program Files\Microsoft Office\root\Office16\WINWORD.EXE" />
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
<Document>
<name>Sholom Leaders</name>
<description/>
<NetworkLink>
<name>Sholom Leaders</name>
<Link>
<href><![CDATA[https://www.google.com/maps/d/kml?forcekml=1&mid=1FA7QckLb3nScK21drnZfnZ95cdKR5D0]]></href>
</Link>
.process {
background-image:-webkit-linear-gradient(left, yellow, green);
border-radius:3px;
}
.containerGlobal {
width: 80%;
position: relative;
padding: 4px!important;