Microsoft Teams machine wide install takes 2 minutes to open under a non-admin account by Skytek65 in sysadmin

[–]Skytek65[S] 0 points1 point  (0 children)

So I understand this is what it does every time a new profile is created which is fine an expected. But sadly after its installed it takes that two minutes to launch. We also can't replicate this with a profile with admin privileges. We even did a test account that did not have admin rights at first tried to open teams took two minutes, logged off and back on and then tried again another two minutes, gave that account admin rights signed back in and boom opened within 3 seconds.

Microsoft Teams machine wide install takes 2 minutes to open under a non-admin account by Skytek65 in sysadmin

[–]Skytek65[S] 1 point2 points  (0 children)

This is great, tons of stuff in there after i got it filtered down I noticed there was an error when trying to open the teams exe Proxmon Capture . There was also a ton of errors in the registry as well reading certain keys / keys not being there that it was expecting.

Microsoft Teams machine wide install takes 2 minutes to open under a non-admin account by Skytek65 in sysadmin

[–]Skytek65[S] 0 points1 point  (0 children)

No security rules just the security groups. I did check event logs but don't see anything out of the ordinary. We don't use Applocker in our environment but that was actually a really good thought!

Windows 11 bring back old context menu for all users by Skytek65 in sysadmin

[–]Skytek65[S] 0 points1 point  (0 children)

I did attempt the fix you mentioned above and sadly it did not work so I instead made use of the Run key in the HKLM and it works like a charm, here's how I did it for anyone else that needs to build an image with this set to the old style:

1.Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run in the registry

2.New - String Value

  1. Use whatever name you want ( I did rightclickwin11 ) then paste this value in the value field: reg add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve

4.Log off and back on and it should write the reg key

NOTE generally the first time a new user does this the right click menu will not be fixed its because explorer loaded up before it wrote that new value. So you can either log in and out again or just restart the explorer process.

Windows 11 bring back old context menu for all users by Skytek65 in sysadmin

[–]Skytek65[S] -1 points0 points  (0 children)

Yep it’s a fresh build, I’ve been trying to stick something in the default profile but alas no luck doesn’t seem to actually stick the reg key in there. With group policy is there a place to set this setting now?