Hi all,
for the last month or so I have been working on a way to deploy Win 10 Edu 1511 throughout my school. I have created a VM running SCCM 1511 with WSUS to manage updates. Created a task sequence in SCCM with the help of MDT 2013 update 2. Did not create my own master image, just used the Win 10 ISO. I am installing apps as part of the task sequence such as chrome, office 2016, antivirus, abtutor agent etc.
I have disabled all universal apps by disabling access to the store via GPO. SCCM has its own store that I can use to advertise packaged apps if necessary.
The staff are using roaming profiles on existing Win 7 desktops. In testing, the first login fails with error which I can't remember but subsequent logins create a v5 profile as expected alongside their v2 profiles. Login times for my test staff account are no slower than to be expected. We will be upgrading the desktops to 120 GB SSDs over time which will half login times. Edge browser crashes on loading with roaming profiles but I see that that this has been fixed on a recent Insider build, so it will filter through at some point. Both staff and students have folder redirection including desktop and start menu. On Win10, I have turned off start menu redirection. I have created custom xmls for both staff and pupils which are deployed via GPO. Getting IE11 to show up on the custom start was a pain but this is possible by modifying the xml and using a link instead of the default code.
The students are using mandatory Win 7 profiles. I tried creating a Win10 profile and then sanitizing it and this creates a profile which logs in quicker but with no start menu as seen elsewhere on the web so is no good. Using the copy profile method creates a working v5 mandatory profile which logs in slower 1 to 1min30 , because it has to prepare windows each time. This will speed up with SSDs.
My current issue is that I have found no way to disable the right click on start menu button which gives students access to all sorts of goodies, most of which are disabled, but I would prefer it if the temptation wasn't there. So in conclusion, if anyone knows a way to disable this function please let me know.