Tool: OSConfig Sample Settings


In my last post, I briefly mentioned Sample files.  You will find these in the Settings directory of the OSConfig Operating System.  Since I am working with Windows 10, I will look in my Applications\OSConfig\Windows 10\Settings directory

2015-12-01_11-42-57

Simply rename any of these files that you want to apply, so they do not have Sample in the name at all.  That didn’t take too long

2015-12-01_11-45-23


You will also find these Sample files in the Applications\OSConfig\Windows\Settings directory as well.  So why a Windows and a Windows 10 directory?  The Windows directory is where you would place Settings that apply to all Windows versions (Windows XP, Windows 7, Windows 8, Windows 8.1, and Windows 10), while the Windows 10 directory would only apply to Windows 10 deployments.

2015-12-01_11-46-48

These can be renamed to remove the Sample as well.

2015-12-01_11-49-08


Now when we run our Task Sequence again, these files will be executed since they do not have Sample in the name.  In the image below, I had a PowerShell script called 10o AppxPackages 1507 – Remove.ps1 that is uninstalling some AppxPackages that I do not need installed on my Windows 10 OS.

2015-12-01_11-52-42

And Windows will look slightly different.

2015-12-01_12-09-14

In the Samples I provided, I added the following:

  1. Show Desktop Icons
  2. Verbose Logon and Logoff Status
  3. Disabled System Restore
  4. Renamed This PC to include Computer Name on Desktop
  5. Added Run As Different User for Start
  6. Removed Appx Packages for non-business Applications
  7. Configured the Taskbar Search Bar (Cortana) to use a Button instead of a Bar
  8. Configured the Taskbar Search Bar (Cortana) to not search the Internet
  9. Disable Changing the Lock Screen Image
  10. Turn off and Disable Preview Builds
  11. Disabled OneDrive for File Storage
  12. Configured Windows Explorer Default View

Play around with the Samples that I provided to get a feel for how OSConfig works and what you can do with it