Jump to content

BOOT

Members
  • Posts

    488
  • Joined

  • Last visited

Everything posted by BOOT

  1. I think a lot of people are confusing 'vaccinated' with 'immune'. Vaccinated people still get infected and still infect others. Testing and isolating has great effect on stopping the spread. I see 'proof of negative test' replacing 'proof of vaccination' in the near future. Of course there will still be some people who refuse to test....
  2. The NHS is a massive employer, not all of those are in hospitals etc, interacting with patients. Some staff aren't even in the UK.
  3. BOOT

    Windows 11

    Not even one week, and already a completely broken start button.
  4. I've never had it working with shortcuts starting with: %ProgramFiles% or C:\Windows etc. Always needed to replace those with their "KnownFolder" GUID equivalents. Like: { "desktopAppId": "{6D809377-6AF0-444B-8957-A3773F02200E}\\Windows Media Player\\wmplayer.exe" } or { "desktopAppId": "{1AC14E77-02E7-4E5D-B744-2EB1AE5198B7}\\mstsc.exe" }
  5. This is what I'm using for testing Office 2019 pins: { "primaryOEMPins": [ { "desktopAppId": "{6D809377-6AF0-444B-8957-A3773F02200E}\\Microsoft Office\\root\\Office16\\WINWORD.EXE" } ], "secondaryOEMPins": [ { "desktopAppId": "{6D809377-6AF0-444B-8957-A3773F02200E}\\Microsoft Office\\root\\Office16\\EXCEL.EXE" } ], "firstRunOEMPins": [ { "desktopAppId": "{6D809377-6AF0-444B-8957-A3773F02200E}\\Microsoft Office\\root\\Office16\\POWERPNT.EXE" } ] }
  6. Backslashes are special characters in .json files, so double backslashes are used instead.
  7. I've only had it working using "desktopAppId" example: "secondaryOEMPins": [ { "desktopAppId": "{6D809377-6AF0-444B-8957-A3773F02200E}\\Microsoft Office\\root\\Office16\\EXCEL.EXE" } ] Not found a way to unpin all the other junk yet.
  8. Have you tried adding: INBOX_DIR="PATH" OUTBOX_DIR="PATH" to the command?
  9. Nope. It's far from ready.
  10. The Enablement Package for 20H2 is: kb4562830 The Enablement Package for 21H1 is: kb5000736 Direct download links can be found with a quick search. More information: https://aka.ms/ekb-21H1 I use DISM /Online /Add-Package to install.
  11. On 1909+ I've been using the 20H2 and 21H1 enablement packages. Takes minutes.
  12. Finally had my first dose Friday; only took 6 months, a dozen cancelled appointments and a 100 mile round-trip.
  13. Is the share set to be available offline?
  14. Are you redirecting the desktop to a network location?
  15. It's pretty inconsistent. For me, I have 3 shortcuts to the same executable and only one will get a list of recent files, not always the same one either.
  16. Try using a v26 driver. I've not had much luck with the v27 drivers.
  17. What's the video controller and driver version?
  18. Compare the file permissions on these folders: C:\ProgramData C:\Program Files\WindowsApps C:\Windows\SystemApps They should be the same as in a vanilla Windows 10 install. You can reset them to defaults using icacls - example: icacls "C:\Program Files\WindowsApps" /reset /t /c /l
  19. There's usually an entry in the event log once the user logs out - Rarely much help though.
  20. I have a history of blood clots which doesn't help. Either way, nearest walk-in is 25 miles away. I may live out in the middle of nowhere... but there's a hospital down the road. You'd think they'd do jabs in there...
  21. Users registry hive could still be loaded. You can check this remotely by looking at HKEY_USERS.
  22. I'm not vaccinated yet. Would if I could.
  23. That's because old profiles can be loaded during updates etc. and never go stale.
  24. Don't use delprof2. It doesn't work in Windows 10. Profiles are much more complicated now that app containers exist. It doesn't keep the AppX provisioning in sync with profiles if they're simply deleted.
  25. The difference in vaccination rates looks about in line with the length of time that group has been eligible, with a noted jump at the point they closed half of the initial vaccination centres.
×
×
  • Create New...