-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
60 lines (54 loc) · 2.78 KB
/
index.html
File metadata and controls
60 lines (54 loc) · 2.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>WinLocksmith - Free Windows Hardening & Kiosk Creator | Intune Alternative</title>
<meta name="description"
content="Generate PowerShell scripts to lock down Windows 10/11, create Kiosk modes, block USBs, and enforce security policies. The best free, open-source Intune alternative for SysAdmins." />
<meta name="keywords"
content="windows hardening, kiosk mode, intune alternative, powershell script generator, sysadmin tools, windows security, block usb, disable windows update, windows 11 lockdown, group policy alternative, srp generator" />
<meta name="author" content="Boopathi R" />
<meta name="theme-color" content="#09090b" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://boopathirbk.github.io/winlocksmith/" />
<meta property="og:title" content="WinLocksmith - Free Windows Hardening & Kiosk Creator" />
<meta property="og:description"
content="Secure your Windows devices in seconds. Generate offline PowerShell scripts for Kiosk mode, USB blocking, and system hardening without MDM." />
<meta property="og:image" content="https://boopathirbk.github.io/winlocksmith/og-image.png" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://boopathirbk.github.io/winlocksmith/" />
<meta property="twitter:title" content="WinLocksmith - Free Windows Hardening & Kiosk Creator" />
<meta property="twitter:description"
content="Secure your Windows devices in seconds. Generate offline PowerShell scripts for Kiosk mode, USB blocking, and system hardening without MDM." />
<meta property="twitter:image" content="https://boopathirbk.github.io/winlocksmith/og-image.png" />
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "WinLocksmith",
"operatingSystem": "Windows 10, Windows 11",
"applicationCategory": "SecurityApplication",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"author": {
"@type": "Person",
"name": "Boopathi R",
"url": "https://boopathirbk.github.io/bresume/"
},
"description": "A powerful tool to generate PowerShell scripts for Windows system hardening, kiosk mode, and access control."
}
</script>
</head>
<body class="bg-zinc-950 text-zinc-200 antialiased font-sans">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>