From 7b105fbe49c5d638c55def4b41b2e1a0cb87572a Mon Sep 17 00:00:00 2001 From: edo-neo Date: Mon, 15 Sep 2025 16:55:08 +0200 Subject: [PATCH] README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 40d4c41..58feb93 100644 --- a/README.md +++ b/README.md @@ -28,4 +28,9 @@ rm ~/.config/google-chrome/SingletonLock ## FIX FOR TERMINAL NOT WORKINK FOR WINDOWS 10 Help | Find Action," type registry, Enter Disable terminal.use.conpty.on.windows -Restart PyCharm \ No newline at end of file +Restart PyCharm + +## FIX FOR DISABLE PASSWORD CHECK WINDOWS 11 +Use an admin cmd privileges terminal +copy paste this :reg ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device" /v DevicePasswordLessBuildVersion /t REG_DWORD /d 0 /f +use netplwiz and remove the check for password \ No newline at end of file