From b4b7e85d2a57578f0429c8d6dddeb02493865e96 Mon Sep 17 00:00:00 2001 From: Mikhael William Sasiang <46641376+mike2miky@users.noreply.github.com> Date: Mon, 4 Feb 2019 11:01:59 +0800 Subject: [PATCH] Passwords --- .../Disable Microsoft-Outlook 2002 password dialog.reg | 4 ++++ ...e the option to safe passwords on Internet Explorer.reg | 5 +++++ Passwords/Do not allow auto completation of passwords.reg | 4 ++++ Passwords/Do not safe .NET passwords.reg | 4 ++++ Passwords/Do not safe DFÜ passwords.reg | 4 ++++ Passwords/Enable passwords in the recovery console.reg | 4 ++++ Passwords/Force unlocked login.reg | 4 ++++ ...ffice 2000 do not allow to safe passwords via cache.reg | 4 ++++ Passwords/Minumum password lengh of 8 chars.reg | 7 +++++++ Passwords/Password need to be changed every xy days.reg | 4 ++++ Passwords/Password protection for screensaver.reg | 4 ++++ .../Passwords must contain some alpha numeric chars.reg | 7 +++++++ .../Remove encrypted cached passwords after a while.reg | 4 ++++ 13 files changed, 59 insertions(+) create mode 100644 Passwords/Disable Microsoft-Outlook 2002 password dialog.reg create mode 100644 Passwords/Disable the option to safe passwords on Internet Explorer.reg create mode 100644 Passwords/Do not allow auto completation of passwords.reg create mode 100644 Passwords/Do not safe .NET passwords.reg create mode 100644 Passwords/Do not safe DFÜ passwords.reg create mode 100644 Passwords/Enable passwords in the recovery console.reg create mode 100644 Passwords/Force unlocked login.reg create mode 100644 Passwords/Microsoft Office 2000 do not allow to safe passwords via cache.reg create mode 100644 Passwords/Minumum password lengh of 8 chars.reg create mode 100644 Passwords/Password need to be changed every xy days.reg create mode 100644 Passwords/Password protection for screensaver.reg create mode 100644 Passwords/Passwords must contain some alpha numeric chars.reg create mode 100644 Passwords/Remove encrypted cached passwords after a while.reg diff --git a/Passwords/Disable Microsoft-Outlook 2002 password dialog.reg b/Passwords/Disable Microsoft-Outlook 2002 password dialog.reg new file mode 100644 index 0000000..a75daa0 --- /dev/null +++ b/Passwords/Disable Microsoft-Outlook 2002 password dialog.reg @@ -0,0 +1,4 @@ +Windows Registry Editor Version 5.00 + +[HKEY_CURRENT_USER\Software\Microsoft\Office\10.0\Outlook\RPC] +"DisablePWDialog"=dword:1 diff --git a/Passwords/Disable the option to safe passwords on Internet Explorer.reg b/Passwords/Disable the option to safe passwords on Internet Explorer.reg new file mode 100644 index 0000000..8b54723 --- /dev/null +++ b/Passwords/Disable the option to safe passwords on Internet Explorer.reg @@ -0,0 +1,5 @@ +Windows Registry Editor Version 5.00 + +[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings] +"DisablePasswordCaching"=dword:1 + diff --git a/Passwords/Do not allow auto completation of passwords.reg b/Passwords/Do not allow auto completation of passwords.reg new file mode 100644 index 0000000..fde6a2d --- /dev/null +++ b/Passwords/Do not allow auto completation of passwords.reg @@ -0,0 +1,4 @@ +Windows Registry Editor Version 5.00 + +[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel] +"FormSuggest Passwords"=dword:1 diff --git a/Passwords/Do not safe .NET passwords.reg b/Passwords/Do not safe .NET passwords.reg new file mode 100644 index 0000000..ad56bab --- /dev/null +++ b/Passwords/Do not safe .NET passwords.reg @@ -0,0 +1,4 @@ +Windows Registry Editor Version 5.00 + +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa] +"DisableDomainCreds"=dword:1 diff --git a/Passwords/Do not safe DFÜ passwords.reg b/Passwords/Do not safe DFÜ passwords.reg new file mode 100644 index 0000000..9b063f9 --- /dev/null +++ b/Passwords/Do not safe DFÜ passwords.reg @@ -0,0 +1,4 @@ +Windows Registry Editor Version 5.00 + +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RasMan\Parameters] +"DisableSavePassword"=dword:1 diff --git a/Passwords/Enable passwords in the recovery console.reg b/Passwords/Enable passwords in the recovery console.reg new file mode 100644 index 0000000..38a44bb --- /dev/null +++ b/Passwords/Enable passwords in the recovery console.reg @@ -0,0 +1,4 @@ +Windows Registry Editor Version 5.00 + +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Setup\RecoveryConsole] +"SecurityLevel"=dword:1 diff --git a/Passwords/Force unlocked login.reg b/Passwords/Force unlocked login.reg new file mode 100644 index 0000000..173fca7 --- /dev/null +++ b/Passwords/Force unlocked login.reg @@ -0,0 +1,4 @@ +Windows Registry Editor Version 5.00 + +[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon] +"ForceUnlockLogon"=dword:1 diff --git a/Passwords/Microsoft Office 2000 do not allow to safe passwords via cache.reg b/Passwords/Microsoft Office 2000 do not allow to safe passwords via cache.reg new file mode 100644 index 0000000..ff64fea --- /dev/null +++ b/Passwords/Microsoft Office 2000 do not allow to safe passwords via cache.reg @@ -0,0 +1,4 @@ +Windows Registry Editor Version 5.00 + +[HKEY_CURRENT_USER\Software\Microsoft\Office\9.0\Common\Security] +"DisablePwdCaching"=dword:1 diff --git a/Passwords/Minumum password lengh of 8 chars.reg b/Passwords/Minumum password lengh of 8 chars.reg new file mode 100644 index 0000000..314d801 --- /dev/null +++ b/Passwords/Minumum password lengh of 8 chars.reg @@ -0,0 +1,7 @@ +Windows Registry Editor Version 5.00 + +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Network] +"MinPwdLen"=hex:30,00,00,00 + +[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Network] +"MinPwdLen"=hex:38,00,00,00 diff --git a/Passwords/Password need to be changed every xy days.reg b/Passwords/Password need to be changed every xy days.reg new file mode 100644 index 0000000..007c3a4 --- /dev/null +++ b/Passwords/Password need to be changed every xy days.reg @@ -0,0 +1,4 @@ +Windows Registry Editor Version 5.00 + +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] +"PasswordExpiryWarning"=dword:7 diff --git a/Passwords/Password protection for screensaver.reg b/Passwords/Password protection for screensaver.reg new file mode 100644 index 0000000..e8a34b0 --- /dev/null +++ b/Passwords/Password protection for screensaver.reg @@ -0,0 +1,4 @@ +Windows Registry Editor Version 5.00 + +[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon] +"ScreenSaverGracePeriod"="0" diff --git a/Passwords/Passwords must contain some alpha numeric chars.reg b/Passwords/Passwords must contain some alpha numeric chars.reg new file mode 100644 index 0000000..a52d8ba --- /dev/null +++ b/Passwords/Passwords must contain some alpha numeric chars.reg @@ -0,0 +1,7 @@ +Windows Registry Editor Version 5.00 + +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System] +"AlphanumPwds"="1" + +[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System] +"AlphanumPwds"="1" diff --git a/Passwords/Remove encrypted cached passwords after a while.reg b/Passwords/Remove encrypted cached passwords after a while.reg new file mode 100644 index 0000000..87ec69a --- /dev/null +++ b/Passwords/Remove encrypted cached passwords after a while.reg @@ -0,0 +1,4 @@ +Windows Registry Editor Version 5.00 + +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\EFS] +"KeyCacheValidationPeriod"=dword:1