-
Posts
488 -
Joined
-
Last visited
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by BOOT
-
Coronavirus: General discussion (see opening post for rules)
BOOT replied to Dos_Box's topic in General Chat
Anyone else concerned upon returning to work? -
You can de-provision them via Remove-AppxProvisionedPackage and\or block them with AppLocker.
-
Coronavirus: General discussion (see opening post for rules)
BOOT replied to Dos_Box's topic in General Chat
The only vaccination centre near me has also now closed. Guess that's it then. -
Wow... this thing is very buggy. End of the year release would be very ambitious.
-
Coronavirus: General discussion (see opening post for rules)
BOOT replied to Dos_Box's topic in General Chat
Yeah, nothing available for my age group. And I need to see a doctor before I can go to the nearest 'walk in'. -
Coronavirus: General discussion (see opening post for rules)
BOOT replied to Dos_Box's topic in General Chat
I still can't book a vaccination appointment.. I am now only given the option to decline the vaccine. Definitely not an improvement. -
[2004, 20h2] File explorer search box not working in a certain OU
BOOT replied to nikaso's topic in Windows 10
Check the AppLocker log, could be some old rules still in effect. -
Coronavirus: General discussion (see opening post for rules)
BOOT replied to Dos_Box's topic in General Chat
I've given up trying to book a vaccination where I live. It's practically impossible. -
Coronavirus: General discussion (see opening post for rules)
BOOT replied to Dos_Box's topic in General Chat
How is it still acceptable to come to work ill? -
DelProf2 has never worked on Windows 10. There's much more to user profiles than just a folder.
-
How do you allow programming in this current climate?
BOOT replied to SpaceInvader83's topic in How do you do....it?
There's always Azure.. https://docs.microsoft.com/en-gb/azure/lab-services/lab-services-overview -
It feels like they are phasing out GP entirely. It seems all half-finished and semi-abandoned.
-
I think they intend for people to use the actual start menu as the GUI and then export the layout.
-
Maybe try some of the GPO options in: Computer Configuration->Policies->Administrative Templates->Windows Components->Sync your settings
-
Try changing secure boot mode to 'Setup mode'?
-
I don't see why we can't all set our own limit.
-
An unexpected error is keeping you from renaming this folder. Error 0x80004005
BOOT replied to DJ-1701's topic in Windows 10
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. -
Teams Pinned Icon on Start Menu Not Working - XML Issue?
BOOT replied to dsmith8's topic in Windows 10
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.- 2 replies
-
- layout
- microsoft teams
-
(and 3 more)
Tagged with:
-
Given the number of businesses I have helped to cease trading in the last month, probably not.
-
Don't use Remove-AppxPackage. If you must remove an app, use Remove-AppxProvisionedPackage instead.
-
Something like: REG ADD "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VolumeCaches\Previous Installations" /v "StateFlags0064" /t REG_DWORD /d 00000002 /f CLEANMGR /sagerun:64
-
Coronavirus: General discussion (see opening post for rules)
BOOT replied to Dos_Box's topic in General Chat
New? Pretty sure interferon has been in use since the 90s... -
Deleting user profiles via powershell at shutdown via GPO
BOOT replied to IT_Man_Dan's topic in Windows 10
If you just want to clear them all... Shameless plug: https://github.com/SN29856L/UserProfileRemover/releases -
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.
- 3 replies
-
- hyper v
- image capture
-
(and 1 more)
Tagged with:
-
[ltsb, 1809] How are you guys removing old/stale local profiles Windows 10 LTSB 1809
BOOT replied to Jaan's topic in Windows 10
If you don't want to wait, and just want to clear them all... Shameless plug: https://github.com/SN29856L/UserProfileRemover/releases
