Jump to content

BOOT

Members
  • Posts

    488
  • Joined

  • Last visited

Everything posted by BOOT

  1. Anyone else concerned upon returning to work?
  2. You can de-provision them via Remove-AppxProvisionedPackage and\or block them with AppLocker.
  3. The only vaccination centre near me has also now closed. Guess that's it then.
  4. BOOT

    Windows 11

    Wow... this thing is very buggy. End of the year release would be very ambitious.
  5. Yeah, nothing available for my age group. And I need to see a doctor before I can go to the nearest 'walk in'.
  6. I still can't book a vaccination appointment.. I am now only given the option to decline the vaccine. Definitely not an improvement.
  7. Check the AppLocker log, could be some old rules still in effect.
  8. I've given up trying to book a vaccination where I live. It's practically impossible.
  9. How is it still acceptable to come to work ill?
  10. DelProf2 has never worked on Windows 10. There's much more to user profiles than just a folder.
  11. There's always Azure.. https://docs.microsoft.com/en-gb/azure/lab-services/lab-services-overview
  12. It feels like they are phasing out GP entirely. It seems all half-finished and semi-abandoned.
  13. I think they intend for people to use the actual start menu as the GUI and then export the layout.
  14. Maybe try some of the GPO options in: Computer Configuration->Policies->Administrative Templates->Windows Components->Sync your settings
  15. Try changing secure boot mode to 'Setup mode'?
  16. I don't see why we can't all set our own limit.
  17. Some Registry changes for customising\removing options from Explorer windows and hiding "Desktop" or "This PC" icons can cause issues like this. New Folder, Rename, Drag and Drop etc errors. Not always every user either.
  18. Pinned tiles will need a matching shortcut in the start menu; for apps, the app will need to be installed before it'll show. For hybrid apps like Teams... I'd check that Teams is actually installing for the user first. Then I'd pin a working shortcut and export that layout.
  19. Given the number of businesses I have helped to cease trading in the last month, probably not.
  20. Don't use Remove-AppxPackage. If you must remove an app, use Remove-AppxProvisionedPackage instead.
  21. Something like: REG ADD "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VolumeCaches\Previous Installations" /v "StateFlags0064" /t REG_DWORD /d 00000002 /f CLEANMGR /sagerun:64
  22. New? Pretty sure interferon has been in use since the 90s...
  23. If you just want to clear them all... Shameless plug: https://github.com/SN29856L/UserProfileRemover/releases
  24. Bulk-removing packages like that is how you break Windows 10. Use Remove-AppxProvisionedPackage instead, on a very minimal number of packages. If it can't be un-provisioned, it shouldn't be removed; use AppLocker for those apps.
  25. If you don't want to wait, and just want to clear them all... Shameless plug: https://github.com/SN29856L/UserProfileRemover/releases
×
×
  • Create New...