ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Windows 10 idle lock timer; 15 minutes

    Scheduled Pinned Locked Moved IT Discussion
    12 Posts 6 Posters 2.7k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • dbeatoD
      dbeato
      last edited by

      Not even this?

      powercfg.exe /SETACVALUEINDEX SCHEME_CURRENT SUB_VIDEO VIDEOCONLOCK 300
      

      or

      Registry Hive: HKEY_LOCAL_MACHINE 
      Registry Path: \Software\Microsoft\Windows\CurrentVersion\Policies\System\
      
      Value Name: InactivityTimeoutSecs
      
      Value Type: REG_DWORD
      VALUE: 300
      T 1 Reply Last reply Reply Quote 1
      • black3dynamiteB
        black3dynamite
        last edited by

        New-ItemProperty `
        -Path "HKLM:\Software\Microsoft\Windows\CurrentVersion\Policies\System" `
        -Name "InactivityTimeoutSecs" `
        -PropertyType "DWord" `
        -Value "0"
        
        T 1 Reply Last reply Reply Quote 0
        • NerdyDadN
          NerdyDad
          last edited by

          I know you said they are trying to go serverless, but how about Salt or Ansible?

          DashrenderD 1 Reply Last reply Reply Quote 0
          • DashrenderD
            Dashrender @NerdyDad
            last edited by

            @nerdydad said in Windows 10 idle lock timer; 15 minutes:

            I know you said they are trying to go serverless, but how about Salt or Ansible?

            Good question - he could just as easily use Intune or an MDM solution (like SodiumSuite).

            T 1 Reply Last reply Reply Quote 2
            • T
              Texkonc @dbeato
              last edited by

              @dbeato said in Windows 10 idle lock timer; 15 minutes:

              Not even this?

              powercfg.exe /SETACVALUEINDEX SCHEME_CURRENT SUB_VIDEO VIDEOCONLOCK 300
              

              or

              Registry Hive: HKEY_LOCAL_MACHINE 
              Registry Path: \Software\Microsoft\Windows\CurrentVersion\Policies\System\
              
              Value Name: InactivityTimeoutSecs
              
              Value Type: REG_DWORD
              VALUE: 300
              

              Nope and Nope.

              1 Reply Last reply Reply Quote 0
              • T
                Texkonc @black3dynamite
                last edited by

                @black3dynamite said in Windows 10 idle lock timer; 15 minutes:

                New-ItemProperty `
                -Path "HKLM:\Software\Microsoft\Windows\CurrentVersion\Policies\System" `
                -Name "InactivityTimeoutSecs" `
                -PropertyType "DWord" `
                -Value "0"
                

                Nope.

                1 Reply Last reply Reply Quote 0
                • T
                  Texkonc @Dashrender
                  last edited by

                  @dashrender said in Windows 10 idle lock timer; 15 minutes:

                  @nerdydad said in Windows 10 idle lock timer; 15 minutes:

                  I know you said they are trying to go serverless, but how about Salt or Ansible?

                  Good question - he could just as easily use Intune or an MDM solution (like SodiumSuite).

                  Intune cost extra.

                  scottalanmillerS 1 Reply Last reply Reply Quote 0
                  • scottalanmillerS
                    scottalanmiller @Texkonc
                    last edited by

                    @texkonc said in Windows 10 idle lock timer; 15 minutes:

                    @dashrender said in Windows 10 idle lock timer; 15 minutes:

                    @nerdydad said in Windows 10 idle lock timer; 15 minutes:

                    I know you said they are trying to go serverless, but how about Salt or Ansible?

                    Good question - he could just as easily use Intune or an MDM solution (like SodiumSuite).

                    Intune cost extra.

                    A lot extra.

                    1 Reply Last reply Reply Quote 0
                    • DashrenderD
                      Dashrender
                      last edited by

                      Have you looked through a system that does have GPO to find the manner in which it is applying this update?

                      1 Reply Last reply Reply Quote 0
                      • DashrenderD
                        Dashrender
                        last edited by

                        I created a new GPO, made this setting:

                        9VHgdDy.png

                        Then found the UID for the policy

                        9301ycG.png

                        Found the policy
                        utLxTaZ.png

                        Unicode=yes
                        [Version]
                        signature="$CHICAGO$"
                        Revision=1
                        [Registry Values]
                        MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System\InactivityTimeoutSecs=4,900
                        
                        1 Reply Last reply Reply Quote 0
                        • DashrenderD
                          Dashrender
                          last edited by Dashrender

                          This points to the same place that others have pointed out, but seems to have two values 4 and 900, I'm assuming it's to set the type.

                          1 Reply Last reply Reply Quote 2
                          • 1 / 1
                          • First post
                            Last post