Auto-commit: 2025-10-31 08:58:35
This commit is contained in:
10
AutoAdminLogon/Enable.ps1
Normal file
10
AutoAdminLogon/Enable.ps1
Normal file
@@ -0,0 +1,10 @@
|
||||
$RegPath = "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon"
|
||||
$DefaultUsername = "Compte"
|
||||
$DefaultPassword = "Password"
|
||||
$DefaultDomaine = "Domaine.local"
|
||||
|
||||
Set-ItemProperty $RegPath "AutoAdminLogon" -Value "1" -type String
|
||||
Set-ItemProperty $RegPath "DefaultUsername" -Value "$DefaultUsername" -type String
|
||||
Set-ItemProperty $RegPath "DefaultDomainName" -Value "$DefaultDomaine" -type String
|
||||
Set-ItemProperty $RegPath "ForceAutoLogon" -Value "1" -type String
|
||||
Set-ItemProperty $RegPath "DefaultPassword" -Value "$DefaultPassword" -type String
|
||||
5
AutoAdminLogon/readme.md
Normal file
5
AutoAdminLogon/readme.md
Normal file
@@ -0,0 +1,5 @@
|
||||
# Documentation
|
||||
|
||||
For the full documentation, please visit the link below:
|
||||
|
||||
[Setting Up Automatic Login in Windows 10](https://blog.wuibaille.fr/2023/07/activate-autologon-with-windows-10/)
|
||||
Reference in New Issue
Block a user