Jump to content

LibTech

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by LibTech

  1. This is a late reply but maybe it will help someone else. The below PowerShell command works for me on windows 10 Get-TroubleshootingPack -Path "C:\Windows\diagnostics\system\WindowsUpdate" | Invoke-TroubleshootingPack -Unattended
  2. Do you use the Windows Firewall in your environment on desktops or other windows clients? Doesn't matter what version of windows. Any input as to why you have enabled or disabled would be great.
  3. I found a work around, as it seems chrome insist on using profiles (which I do not want) except when in incognito mode but this does not solve the my issue of the self deleting shortcuts. Launching chrome.exe with a few switches pretty much "solved" my issues. chrome.exe --profile-directory= --incognito --disable-session-crashed-bubble www. my-homepage .com --profile-directory= leaving the profile path blank solved the deleting shortcut issue but brought two more. 1. On exit a crash notification will always popup, using --disable-session-crashed-bubble will prevent that. 2. On next launch a restore session will always popup --incognito seems to be my only work around for this. www.my-homepage.com forces a homepage when using --incognito Unfortunately Chrome is still very flaky in our environment. I'm still testing, if I find anything worth while I shall post. Hope this helps someone.
  4. I used the Chrome enterprise .msi file and deployed with system center, all settings was made via group policy. Forgive my thickness here but maybe you can point me in the direction of that custom settings file. Also I noticed when chrome shortcut is deleted another shortcut is made with the chrome icon and title "Person one". Chrome can be launched as normal from that but this is also deleted after exiting that instance of the browser. No person two shortcut is created.
  5. This may be of help to you How to Increase KMS Server Current Count | Windows OS Hub
  6. suggestion: 1. use group policy Computer Config > preferences > windows settings > registry to modify the existing registry. 2. Or deploy a script (.bat, .vbs) with a .reg file containing the new settings.
  7. Currently I'm testing chrome for patron use and I'm encountering this issue A patron can log on and use chrome with no issues but upon exiting the browser the shortcut on the desktop is deleted and the next patron will not have access to chrome. In order to have access again the PC would have to be logged off and on to load a new profile with the chrome shortcut. I also have chrome configured via GPO, all machine policy. If I configured something wrong or not at all I don't know what it is.
  8. bcdedit /enum all /v >bcd.txt (needed for last command) bcdedit /set {default} bootstatuspolicy ignoreallfailures bcdedit /set {9dea862c-5cdd-4e70-acc1-f32b344d4795} displaybootmenu No bcdedit /set {default} recoveryenabled No bcdedit /set {e3a1b7b2-4f95-11e2-bdf3-8ca6f71a339d} winpe no now reboot! (its a MUST) the segment in red is unique to the image used (windows install), check the txt file created on first command. This was long overdue for me to post. I hope this was more clearly stated and helps someone in the future. Credit to the EduGeek community.
×
×
  • Create New...