(v1.5) by Sordum is a lightweight, portable utility designed to control which applications can run on a Windows system. It is highly regarded for its simplicity, particularly for parental control or preventing accidental changes to work environments. Core Features Three Operation Modes :
Block everything except for a few approved programs. simple run blocker download
// show latest first (reverse) const reversed = [...blockedItems].reverse(); blockedListEl.innerHTML = reversed.map((item, idx) => const displayUrl = item.url.length > 65 ? item.url.substring(0, 62) + '...' : item.url; const timeStr = item.timestamp ? new Date(item.timestamp).toLocaleTimeString() : 'just now'; return ` <li> <span class="file-url" title="$escapeHtml(item.url)">🚫 $escapeHtml(displayUrl)</span> <span style="font-size:0.7rem; background:#1e1f2e; padding:2px 8px; border-radius:40px;">$timeStr</span> <button class="remove-btn" data-url="$escapeHtml(item.url)" data-removeidx="$blockedItems.length - 1 - idx">✖</button> </li> `; ).join(''); // show latest first (reverse) const reversed = [
Drag the desktop shortcut or the .exe file of the program you want to restrict into the Simple Run Blocker list. blockedListEl.innerHTML = reversed.map((item