• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. michIGY
    3. Topics
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 7
    • Groups 0

    Topics

    • M

      Computer Name not changing to Host Name

      Watching Ignoring Scheduled Pinned Locked Moved Solved Windows Problems
      7
      0 Votes
      7 Posts
      2k Views
      M

      @Sebastian-Roth

      Where is the setting to set hostname even if a user is logged in?

      I was looking for it and stumbled upon my AD settings which is what I ended up fixing instead that fixed the issue.

    • M

      Snapin Order

      Watching Ignoring Scheduled Pinned Locked Moved General Problems
      2
      0 Votes
      2 Posts
      473 Views
      Tom ElliottT

      Name them with the number they require in the group.

      Eg 01-snapin, 02-snapin, 03-snapin

    • M

      Run snapin as Admin / Import-StartLayout

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Windows Problems powershell admin snapin startmenu
      2
      0 Votes
      2 Posts
      755 Views
      Lee RowlettL

      i’d split this up - use GPO or at minimum registry to achieve this then snapin to push out relevant xml start menu layout

      Registry:
      [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Policies\Microsoft\Windows\Explorer] - 64bit location
      “LockedStartLayout”=dword:00000001
      “StartLayoutFile”="C:\PATH\TO\START\MENU\LAYOUT\.xml

      you can partially lockdown start menu aswell so you give users a standard put they can pin their own stuff too (not allowed to edit what you’ve set)

      the snapin could just handle which start menu they get

      i.e. Admin-> this startmenu.xml
      IT-> this startmenu.xml

      just when they reach the location set in registry name it the same so like:
      IT-Startmenu.xml copies locally to startmenu.xml
      Admin-Startmenu.xml copies locally to startmenu.xml

      Hope this makes sense

    • 1 / 1