-
Posts
71 -
Joined
-
Last visited
Reputation
75 ExcellentAbout FreelanceX

Personal Information
-
Biography
21yo male - ICT Technician for 3 years and counting
-
Occupation
ICT Technician
-
Interests
PCs, Cars, Games, Gym, Life!
-
Location
C:\
-
Sims slow load excruciating across three different schools
FreelanceX replied to johnpd's topic in MIS Systems
Just wanted to say thank you for sharing this. I work for an MSP that supports SIMS and Senso and this was driving us crazy at a bunch of our schools trying to figure out the problem. Much appreciated. -
DfE Connecting the Classroom project funding
FreelanceX replied to password1234's topic in Wireless Networks
Thanks for the responses. We are the IT support for the schools in question, so in response to supplier/customer, we are both. We have a vested interest in the school getting their best bang for buck so to speak. We will be the ones supporting it going forward. I am aware it is purely WiFi switching only and the 16 core fibre. The only part i'm still trying to nail down is the switching. The reason i was asking about what switches others have had approved is, I don't want to be unreasonable with what switches we propose to the DFE and get declined, but I also want to make sure we aren't missing out on getting the best possible equipment for the schools. Looking at 2.5gb switches with 10gb uplinks does put you into the realm of 5 figures, so just wanted to make sure I am being reasonable. -
DfE Connecting the Classroom project funding
FreelanceX replied to password1234's topic in Wireless Networks
Hi All, We are currently looking at a ton of our schools getting funding for this in the next few months. We are in a PIA where pretty much every school in the area will be covered. I am specifically looking to see what switches people have already had approved by the DFE, so I know what level/cost we can request. We are looking at Aruba CX switches which can be managed in Central. The cost for the multi-gig models can easy breach £10k and just wanted to see if people have had that accepted/rejected, before I go too far with my current research. Also wondering if people have gone redundant core or stacked edge with their switching and had that accepted. In regard to switching, the guidelines are very vague. Based of rough costs, a large primary could easily break £100k. Thanks in advance. -
Was planning to upload my xml session, but on inspection it contains personal information I need to remove (and check then still works) before I can. That would be a good point to see what I remove/tweak. I perform a rather light customisation. I work mostly with primaries and don't require as such vigorous customisation as maybe a high school or college.
-
[1607, au] Windows 10 1607 - Roaming Start layout?
FreelanceX replied to Trevelyan's topic in Windows 10
Personally unsure. As I said, never got around to testing it. I don't know if a user making a change would write back to the file in their home directory. If it did, then yeah it would travel with them. If changes write back to another file (and Windows reads both) then, yeah it wouldn't travel. I decided to just push out the file above and allow users to add their own shortcuts per device. I believe Microsoft's reasoning behind this (saw them discuss it somewhere, haven't got time to google source sorry) was due to them saying you may have different apps and preferences on different devices. This was in reference to it not following your Microsoft account on personal devices, unlike EVERY OTHER SETTING. I don't think they took this into account though with Businesses and Schools. -
It is really simple to use. It will let you remove all the apps you want with simple tick boxes. Also warns what cant/shouldn't be removed. I only use the free version (limited feature set) but it does everything I need. I have considered getting the pro version. It is $50, which may seem like a lot for something which can be all done through PowerShell etc... But, think of the time saving. Time saved = Money saved.
-
[1607, au] Windows 10 1607 - Roaming Start layout?
FreelanceX replied to Trevelyan's topic in Windows 10
If it helps, this is the default layout I use: xmlns="http://schemas.microsoft.com/Start/2014/LayoutModification" xmlns:defaultlayout="http://schemas.microsoft.com/Start/2014/FullDefaultLayout" xmlns:start="http://schemas.microsoft.com/Start/2014/StartLayout" xmlns:taskbar="http://schemas.microsoft.com/Start/2014/TaskbarLayout" Version="1"> I apply it via GPO. All of this is enforced, but they can add their own below it. I don't redirect my start menu. If you do, this wont load the File Explorer or Office buttons. I also customise Office 2016 to dump the shortcuts into a single folder instead of Start Menu Root (Awful design!) so my code above reflects that. If you want to roam it (I don't), The links the people above me have posted will help. I did look into hosting the xml inside %HOMESHARE%%HOMEPATH% (GPP the default file there at user logon) and pointing the GPO to it. But never got around to testing it. -
Microsoft.StorePurchaseApp Safe to remove. Only used in apps that support in-app purchases; which is never going to be used on a school device. Microsoft.Wallet I believe is this: https://www.microsoft.com/en-us/store/p/microsoft-wallet/9nblgggzlm1p . Safe to remove. Microsoft.Advertising.xaml Is this https://msdn.microsoft.com/en-US/library/mt125365(v=msads.100).aspx . The Advertising SDK (For Ads inside apps). Safe to remove.
-
Give me time and ill upload my config session. That can be imported and then you/people can go from there? I can always attach my reg keys and such too that I integrate. EDIT: Ive added the regkeys I integrate. Although I have noticed, the File Explorer default destination is now an option in NTLite. It wasn't before when I created the key. Regkeys.7z
-
Microsoft leak reveals new Windows 10 Workstation edition for power users
FreelanceX replied to Arthur's topic in Windows 10
Id say that is unlikely. ReFS doesn't even support system/boot drives on Server 2016 RTM, or on the current internal RS2 builds. ReFS has parts (that NTFS has) missing which prevent boot/system drive support at present. Before we see any version of Win 10 supporting that, you will see it on the server builds first. -
For me its NTLite and then throwing it into SCCM or MDT for a task sequence with all my apps installing at the end. Cant be dealing with all the fuss of sysprep. But I do also look after 6 schools (currently) and I really could not be bothered keeping different syspreps for each one. One WIM to rule them all for me!
-
Microsoft leak reveals new Windows 10 Workstation edition for power users
FreelanceX replied to Arthur's topic in Windows 10
ReFS is available right now in Windows 10. You can format any non-system data drive with it. So I would take this with a pinch of salt. -
Cant say I have any issue with the auto login. On SCCM my build gets stuck on the OOBE (Just wait a moment...) due to radical changes to the OOBE in 1703 (Cortana). I fixed this by attaching an unattended.xml to the SCCM Task Sequence to skip the OOBE completely. I haven't done this on my MDT builds, as it starts the OOBE and auto completes as it should, then logs in. You could try adding to skip the OOBE in your MDT rules? See if that helps? Glad NTLite is helping a few people. :-)
-
I use NTLite to customize a WIM. https://www.ntlite.com/ I use WHDownloader to grab all updates. https://forums.mydigitallife.net/forums/whdownloader.56/ Seriously, I don't know how I live without those tools. I use NTLite to customize services and components, strip out unwanted apps, integrate updates (from WHDownloader), integrate regkeys... I could go on. Dump the WIM into SCCM or MDT, deploy. No SysPrep, no golden image building, no fuss. I install all core apps during a task sequence for new builds. Best thing with NTLite, whenever a new WIM comes out, import it, load up your saved session, hit apply and all your changes are immediately applied to that WIM. Did it Wednesday. Needed to create an x86 image for some cheap tablets. Downloaded from the VLSC, imported into NTLite, imported my x64 session and hit apply. Took longer to download the WIM than it did to customize it for deployment. Hope that helps
-
Yeah have fun with this. Tried this week to setup some tablets I have on 1511 currently. Updated them to a clean 1703 (just ran setup.exe from MDT share which has been through NTLite) and that was easy. I used the WCD to create a package to try out this SharedPC/School mode as it sounded amazing and exactly what I needed. First of all, it didn't apply my wifi profile. Left me with a local only device. Thought, no problem... Ill just add wifi, log in and remove the partly installed profile. Nope. What I didn't know (and do not see noted anywhere) is SharedPC mode completely removes access to the C Drive. For ALL users. Even full administrators. Wouldn't let me remove the profile as it couldn't find the provisioning tool because it had locked the C drive (Blocked by School!). I had to manually add it to the domain and use the domain admin account to remove the profile. Domain admin also had C: locked down. This makes ZERO sense to me. So went back over my provisioning file, fixed the wifi profile and noticed I had enabled the restrict local drive access. Slapped myself around the face. That's why! Still doesn't make sense it applies to admins I thought, but oh well. I don't need it enabled anyway. My GPOs take care of that... So I disable it and reapply the profile. Nope... Slapped myself too early. Still completely removes access to the C drive for all users. On top of that, it wasn't removing the provisioned apps like I had asked it to (like xbox, feedback, 3d builder etc). So at that point I thought, stuff it. Its a nice idea in principal, but flip me its useless. Therefore, I went back to the way I normally do it. Customised a wim inside NTLite (reg/service tweaks, remove UWP apps, slipstream updates, unattend.xml to skip OOBE etc) and just ran it from my MDT share. Added back to domain, ran my installers from PDQ and let my GPOs take care of the rest. At some of my other schools I have SCCM and I would use that instead of MDT/PDQ as it supports building over Wifi. __ If you want some advice, Id use the WCD to add a wifi profile (that worked in the end. That was my fault), reset it to clean state (that also worked, got rid of all OEM stuff) get it to put it on the domain and let your management software of choice do the rest. I find my current setup does almost everything I needed from the SharedPC/Setup School thing. Only thing I really wanted from it which I cant easily do otherwise, is the account management and "edu" mode. If you get it to work, or if anyone else does, id be happy to listen how. Edit: A properly configured SCCM system with a good LOOSE GPO system, Windows 10 works great for school scenarios in general. I don't use MDM on Windows or log in with AzureAD to devices, so take that in to consideration when considering my opinion.
