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