Lazy/Non-compliant User Request

NOTE: PREVIEW MESSES UP FORMATTING

Lazy/Non-compliant User Request: Using PowerShell to Disable Password on Resume

Not HIPAA Compliant:

  • Open PowerShell as Administrator (Search “PowerShell” in Start, right-click, and select Run as Administrator).

  • Run the following command:

     
    powercfg /SETDCVALUEINDEX SCHEME_CURRENT SUB_NONE CONSOLELOCK 0
    powercfg /SETACVALUEINDEX SCHEME_CURRENT SUB_NONE CONSOLELOCK 0
    • The first command disables the login prompt when on battery (for laptops).
    • The second command disables it when plugged in (for desktops and laptops).
  • Apply the changes:

    powercfg -SetActive SCHEME_CURRENT