ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. Tags
    3. registry
    Log in to post
    • All categories
    • DustinB3403D

      Query Regsitry using a Variable

      Watching Ignoring Scheduled Pinned Locked Moved Solved IT Discussion powershell registry
      6
      0 Votes
      6 Posts
      539 Views
      ObsolesceO

      @DustinB3403 depending on what you want, you can also:

      $app = Get-ChildItem -Path 'HKLM:\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall' | Get-ItemProperty | Where-Object -Property DisplayName -EQ "Microsoft Edge" $installDate = $app.InstallDate
    • JaredBuschJ

      Disable update checks in the Nextcloud client (windows)

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion nextcloud sync client updates registry windows nextcloud
      14
      3 Votes
      14 Posts
      3k Views
      JaredBuschJ

      @black3dynamite said in Disable update checks in the Nextcloud client (windows):

      @JaredBusch said in Disable update checks in the Nextcloud client (windows):

      jsut upgraded a system from 2.5 something. I made sure the key was set first.

      after the upgrade it is gone.

      37ce8b3e-b622-417f-9771-e93c6f5d7f78-image.png

      What a pain in the ass.

      Where did you add the registry key?
      HKLM\SOFTWARE\Policies\Nextcloud GmbH\Nextcloud?

      I did not add the second key because that was to prevent user override? My users don't have admin rights so even if they attempted ot override, it would never work.

    • scottalanmillerS

      Get Windows Version from Command Line

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion cli command line windows sam windows administration system administration windows 10 registry
      17
      1 Votes
      17 Posts
      2k Views
      scottalanmillerS

      @pmoncho said in Get Windows Version from Command Line:

      No doubt. Currently working on getting Server 2019 DC, DHCP, and RDS working in a lab. A few challenges so far. Was going to try using PS to do many tasks I normally do in GUI (force myself to learn as I go) but decided to put it on the back burner due to frustration. I will get there with PS but it has to wait.

      Unfortunately, no matter how much we want to complain about PS and how Windows has no production-level roadmap at this point and is getting worse by the day, if you are going to run Windows today, PS is how it is done. Issues with PS have only one valid purpose to discuss - to use to explain to management why Windows shouldn't be getting deployed in production workloads, or why risks with it need to be accepted. It's like the licensing issues with Windows, these things all add up to cost and risk and risk is really just cost. It's part of the "decision numbers." Beyond that, it is what it is. If the business actually knows how costly it is and still chooses it, then PS is how you manage it.

      If you deploy and start without using PS, it'll be that much harder to switch later. I know the learning curve is absurd and the whole thing is so much harder than it has any purpose being, but I would bite the bullet if at all possible and learn it now. It'll just be harder later.

    • scottalanmillerS

      Making Windows Server 2016 Update Automatically

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion windows windows server 2016 windows server powershell regedit registry
      17
      2 Votes
      17 Posts
      1k Views
      scottalanmillerS

      Not yet.

    • 1 / 1