SlideShare a Scribd company logo
1 of 88
Deploying Windows 8
tools, tools, tools…

2
Alex & Roel

Roeltje Tooltje: @rovabu
-Deployment
-Setup Commander
-Bundle Commander

Alex de Jong:
@alexdejongcom
-Deployment
-System Center
-Direct Access
3
Windows Deployment Layers
Customizations

Registry Keys

Applications

Office 2013
Updates

Languages
Drivers

Asus K53S

English
Alienware

Dutch
Dell XPS

Windows: Install.WIM or Custom.WIM

HP Ultra
Windows Deployment Tools
Lite Touch Deployment

Zero Touch Deployment

Weapons of Mass Deployment: Microsoft or 3rd Party

ENGL
drv mgr

Setup
Cmmdr

Update
Cmmdr

usb/dvd
Dwnldr

ADK 8.1

ACT

System
Center

Microsoft Deployment Toolkit 2013 (preview)
Weapons of Mass Deployment: ADK or Windows Embedded

ImageX

Win
SIM

Win
Setup

Sysprep

Win PE

DISM

Answer Files (unattend.xml or autounattend.xml)
Windows Imaging and Windows Imaging (WIM) files

Win DS
WDS
•
•
•
•
•

XP – 2012 R2 / 8.1
.VHDX support
Powershell
IPv6 Multicasting
Apply .WIM over
network

• Smart Driver
Management
• X86 UEFI support

http://technet.microsoft.com/en-us/library/dn281955.aspx
6
PXE
WDSLinux
PXE Boot Menu
Boot Images
Windows Boot Manager
Windows PE
Loading files
Loading files
Startup
Solution Accelerator
Processing Custom Settings
Processing rule
ADK 8.1

19
Microsoft Deployment Toolkit (MDT)
2013 Overview
CustomSettings.ini
Select a task sequence
Computer name
Drivers
ENGL Driver Manager
ENGL Hardware Profile Export
DMScanner Scanner XML File
Import DMScanner XML file
Import Machine
Select Drivers to download
Machine Library
Select Drivers to download
Select Drivers to download
X202E in MDT
X202E in MDT
X202E in MDT
Updates

39
Updates

40
Windows Update Engine
License Key
Search Options
List Updates
List Updates – 8.1 Preview
Download
Windows8.1-kb2880289
Import in MDT
Packages folders in MDT
Packages folders in MDT
Packages folders in MDT
Applications

52
Applications

53
PXE
Applications
Mandatory
Installation Progress
Start
Users
0xd00000bb
Sign in as ‘User’
Start Menu
Export-StartLayout
Start.xml
Import-StartLayout
User Profile
GPO
Start Screen Layout
Your Apps
Switch
Sign in to your Microsoft Account
Sign in to your Microsoft Account
Security Code
Enter the Security Code
Enter the Security Code
Please Wait
SkyDrive
Connect to a Microsoft Account
Preparing
Your Apps
Your Apps – Select All
Your Apps
Apps not installed
Registry Tweaks
•

Windows Registry Editor Version 5.00

•
•
•
•
•
•
•

; Enable Metro Apps to Work on In-Built Administrator Account with UAC Prompt Disabled (Requires Reboot)
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionPoliciesSystem]
"EnableLUA"=dword:00000001
"FilterAdministratorToken"=dword:00000001
"ConsentPromptBehaviorAdmin"=dword:00000000
"ConsentPromptBehaviorUser"=dword:00000000
"PromptOnSecureDesktop"=dword:00000000

•
•
•
•

; Apply Thin Windows Borders
[HKEY_CURRENT_USERControl PanelDesktopWindowMetrics]
"BorderWidth"="2"
"PaddedBorderWidth"="2"

•
•
•
•

; Disable the Lock Screen
[HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindowsPersonalization]
"NoLockScreen"=dword:00000001

•
•
•

; Disable New App Toast Notification
[HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindowsExplorer]
"NoNewAppAlert"=dword:00000001

•
•
•
•
•

; Disable Charms Bar and the Apps Switcher
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionImmersiveShellEdgeUI]
"DisableCharmsHint"=dword:00000001
"DisableTRcorner"=dword:00000001
"DisableTLcorner"=dword:00000001

•
•

; Go to the Desktop instead of Start when I Sign in
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerStartPage]
Registry Tweaks
•

Windows Registry Editor Version 5.00

•
•
•
•

; Show Desktop Background as Start Screen Background
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerAccent]
"MotionAccentId_v1.00"=dword:000000db

•
•
•

; Show the Apps View Automatically when I go to Start
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerStartPage]
"MakeAllAppsDefault"=dword:00000001

•
•
•
•

; List Desktop Apps First in the Apps View when it's Sorted by Category
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerStartPage]
"DesktopFirst"=dword:00000001

•
•
•

; Don't Replace Command Prompt with Windows PowerShell On the WinX Menu
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerAdvanced]
"DontUsePowerShellOnWinX"=dword:00000001

•
•
•

; Change Sky Drive Brand Name to Microsoft Drive Brand Name
[HKCUSoftwareMicrosoftWindowsCurrentVersionSkyDriveOptIn]
"Brand"=dword:00000001

•
•
•
•

; Change LogonUI and Startscreen Default Background Color
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerAccent]
"StartColor"=dword:ffb76800
"AccentColor"=dword:fff86400

•
•

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerAccent]
"DefaultColorSet"=dword:00000011
Registry Tweaks
•

Windows Registry Editor Version 5.00

•
•

[HKEY_CURRENT_USERSOFTWAREMicrosoftWindowsCurrentVersionExplorerAccent]
"ColorSet_Version3"=dword:00000011

•
•
•
•

; Disable Backup for Windows 8.1 Apps
[HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindowsSettingSync]
"EnableBackupForWin8Apps"=dword:00000000

•
•
•

; Change Default Windows 8.1 Apps Install Folder
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionAppx]
"PackageRoot"=C:WindowsApps

•
•
•

; Disable Windows 8.1 Apps Store Feature
[HKEY_LOCAL_MACHINESoftwarePoliciesMicrosoftWindowsStore]
"RemoveWindowsStore"=dword:00000001

•
•
•

; Disable Windows 8.1 Apps and Store related Services (Default value is 3)
[HKEY_LOCAL_MACHINESYSTEMControlSet001ServicesAllUserInstallAgent]
"Start"=dword:00000004

•
•

[HKEY_LOCAL_MACHINESYSTEMControlSet001ServicesSystemEventsBroker]
"Start"=dword:00000004

•
•

[HKEY_LOCAL_MACHINESYSTEMControlSet001ServicesTimeBroker]
"Start"=dword:00000004

•

[HKEY_LOCAL_MACHINESYSTEMControlSet001ServicesWSService]
Registry Tweaks
•

Windows Registry Editor Version 5.00

•
•

; Remove Desktop Link from My Computer
[-HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerMyComputerNameSpace{B4BFCC3A-DB2C-424C-B029-7FE99A87C641}]

•
•

; Remove Documents Link from My Computer
[-HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerMyComputerNameSpace{A8CDFF1C-4878-43be-B5FD-F8091C1C60D0}]

•
•

; Remove Downloads Link from My Computer
[-HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerMyComputerNameSpace{374DE290-123F-4565-9164-39C4925E467B}]

•
•

; Remove Music Link from My Computer
[-HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerMyComputerNameSpace{1CF1260C-4DD0-4ebb-811F-33C572699FDE}]

•
•

; Remove Pictures Link from My Computer
[-HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerMyComputerNameSpace{3ADD1653-EB32-4cb0-BBD7-DFA0ABB5ACCA}]

•
•

; Remove Videos Link from My Computer
[-HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerMyComputerNameSpace{A0953C92-50DC-43bf-BE83-3742FED03C9C}]
Tasbar and Navigation properties
Apps by category
Apps by category
Session Code: TS211

More Related Content

What's hot

SysInfoTools NSF Local Security Remover
SysInfoTools NSF Local Security RemoverSysInfoTools NSF Local Security Remover
SysInfoTools NSF Local Security RemoverSysInfoTools Software
 
IT109 Microsoft Windows 7 Operating Systems Unit 03 lesson 01
IT109 Microsoft Windows 7 Operating Systems Unit 03 lesson 01IT109 Microsoft Windows 7 Operating Systems Unit 03 lesson 01
IT109 Microsoft Windows 7 Operating Systems Unit 03 lesson 01blusmurfydot1
 
SURFacademy: Windows 10 deployment met Microsoft Deployment Toolkit en Setup ...
SURFacademy: Windows 10 deployment met Microsoft Deployment Toolkit en Setup ...SURFacademy: Windows 10 deployment met Microsoft Deployment Toolkit en Setup ...
SURFacademy: Windows 10 deployment met Microsoft Deployment Toolkit en Setup ...Roel van Bueren
 
Windows 10 - tools-tools-tools
Windows 10 - tools-tools-toolsWindows 10 - tools-tools-tools
Windows 10 - tools-tools-toolsRoel van Bueren
 
Masterining windows 10 resources
Masterining windows 10 resourcesMasterining windows 10 resources
Masterining windows 10 resourcesYeabesha Serg
 
Managing bitlocker with mbam
Managing bitlocker with mbamManaging bitlocker with mbam
Managing bitlocker with mbamOlav Tvedt
 
Dell Venue 7 3740
Dell Venue 7 3740Dell Venue 7 3740
Dell Venue 7 3740Kojo King
 
Operating systems
Operating systemsOperating systems
Operating systemsvicky vicky
 
Diablo III Troubleshooting
Diablo III TroubleshootingDiablo III Troubleshooting
Diablo III TroubleshootingChris Techie
 
Vital windows 10 short cut keys v1
Vital  windows 10 short cut keys v1Vital  windows 10 short cut keys v1
Vital windows 10 short cut keys v1Yeabesha Serg
 

What's hot (17)

ZCM 3rd Party Imaging
ZCM 3rd Party ImagingZCM 3rd Party Imaging
ZCM 3rd Party Imaging
 
SysInfoTools NSF Local Security Remover
SysInfoTools NSF Local Security RemoverSysInfoTools NSF Local Security Remover
SysInfoTools NSF Local Security Remover
 
IT109 Microsoft Windows 7 Operating Systems Unit 03 lesson 01
IT109 Microsoft Windows 7 Operating Systems Unit 03 lesson 01IT109 Microsoft Windows 7 Operating Systems Unit 03 lesson 01
IT109 Microsoft Windows 7 Operating Systems Unit 03 lesson 01
 
ENGL Imaging Toolkit
ENGL Imaging ToolkitENGL Imaging Toolkit
ENGL Imaging Toolkit
 
Sop server cctv
Sop server cctvSop server cctv
Sop server cctv
 
Windows 7
Windows 7Windows 7
Windows 7
 
SURFacademy: Windows 10 deployment met Microsoft Deployment Toolkit en Setup ...
SURFacademy: Windows 10 deployment met Microsoft Deployment Toolkit en Setup ...SURFacademy: Windows 10 deployment met Microsoft Deployment Toolkit en Setup ...
SURFacademy: Windows 10 deployment met Microsoft Deployment Toolkit en Setup ...
 
Windows 10 - tools-tools-tools
Windows 10 - tools-tools-toolsWindows 10 - tools-tools-tools
Windows 10 - tools-tools-tools
 
Compre
CompreCompre
Compre
 
Masterining windows 10 resources
Masterining windows 10 resourcesMasterining windows 10 resources
Masterining windows 10 resources
 
Managing bitlocker with mbam
Managing bitlocker with mbamManaging bitlocker with mbam
Managing bitlocker with mbam
 
Readme
ReadmeReadme
Readme
 
Dell Venue 7 3740
Dell Venue 7 3740Dell Venue 7 3740
Dell Venue 7 3740
 
Operating systems
Operating systemsOperating systems
Operating systems
 
Ch1 2
Ch1 2Ch1 2
Ch1 2
 
Diablo III Troubleshooting
Diablo III TroubleshootingDiablo III Troubleshooting
Diablo III Troubleshooting
 
Vital windows 10 short cut keys v1
Vital  windows 10 short cut keys v1Vital  windows 10 short cut keys v1
Vital windows 10 short cut keys v1
 

Viewers also liked

Dedicado a mis amig@s ciberentic@s
Dedicado a mis amig@s ciberentic@sDedicado a mis amig@s ciberentic@s
Dedicado a mis amig@s ciberentic@sstaro G.G
 
阳光保险,摇一摇流程
阳光保险,摇一摇流程阳光保险,摇一摇流程
阳光保险,摇一摇流程朋 陈
 
Ch2 2014 Kristen Ricker Nixa High School
Ch2 2014 Kristen Ricker Nixa High School Ch2 2014 Kristen Ricker Nixa High School
Ch2 2014 Kristen Ricker Nixa High School rickerkristen
 
Miquel Martí i Pol
Miquel Martí i PolMiquel Martí i Pol
Miquel Martí i PolQuim Civil
 
TBEX15 Asia Thailand Sara Meaney
TBEX15 Asia Thailand Sara MeaneyTBEX15 Asia Thailand Sara Meaney
TBEX15 Asia Thailand Sara MeaneyTBEX
 
Tarif jne-oke-2013-bdg-1-juni-2013
Tarif jne-oke-2013-bdg-1-juni-2013Tarif jne-oke-2013-bdg-1-juni-2013
Tarif jne-oke-2013-bdg-1-juni-2013ridwansf2
 
fdgdfgdfg
fdgdfgdfgfdgdfgdfg
fdgdfgdfgsotirov
 
Filtros de cabine
Filtros de cabineFiltros de cabine
Filtros de cabinetuliovmg1
 
0116-leadership-resilience-md
0116-leadership-resilience-md0116-leadership-resilience-md
0116-leadership-resilience-mdPat Sanaghan
 
CV Roy Basoeki
CV Roy BasoekiCV Roy Basoeki
CV Roy Basoekitime4web
 
Say little, do more.
Say little, do more.Say little, do more.
Say little, do more.SURAJ MISHRA
 
Monografia fic
Monografia ficMonografia fic
Monografia ficromercen
 

Viewers also liked (20)

C++ Chapter I
C++ Chapter IC++ Chapter I
C++ Chapter I
 
Dedicado a mis amig@s ciberentic@s
Dedicado a mis amig@s ciberentic@sDedicado a mis amig@s ciberentic@s
Dedicado a mis amig@s ciberentic@s
 
Visual Network Analysis
Visual Network AnalysisVisual Network Analysis
Visual Network Analysis
 
1st Grade Unit 6: Blue jay finds a way
1st Grade Unit 6: Blue jay finds a way1st Grade Unit 6: Blue jay finds a way
1st Grade Unit 6: Blue jay finds a way
 
англійська мова 3 кл підручник
англійська мова 3 кл підручниканглійська мова 3 кл підручник
англійська мова 3 кл підручник
 
阳光保险,摇一摇流程
阳光保险,摇一摇流程阳光保险,摇一摇流程
阳光保险,摇一摇流程
 
Ch2 2014 Kristen Ricker Nixa High School
Ch2 2014 Kristen Ricker Nixa High School Ch2 2014 Kristen Ricker Nixa High School
Ch2 2014 Kristen Ricker Nixa High School
 
Miquel Martí i Pol
Miquel Martí i PolMiquel Martí i Pol
Miquel Martí i Pol
 
Changhong
ChanghongChanghong
Changhong
 
TBEX15 Asia Thailand Sara Meaney
TBEX15 Asia Thailand Sara MeaneyTBEX15 Asia Thailand Sara Meaney
TBEX15 Asia Thailand Sara Meaney
 
Tarif jne-oke-2013-bdg-1-juni-2013
Tarif jne-oke-2013-bdg-1-juni-2013Tarif jne-oke-2013-bdg-1-juni-2013
Tarif jne-oke-2013-bdg-1-juni-2013
 
Google inchina
Google inchinaGoogle inchina
Google inchina
 
fdgdfgdfg
fdgdfgdfgfdgdfgdfg
fdgdfgdfg
 
Ususnmptn2011
Ususnmptn2011Ususnmptn2011
Ususnmptn2011
 
Filtros de cabine
Filtros de cabineFiltros de cabine
Filtros de cabine
 
0116-leadership-resilience-md
0116-leadership-resilience-md0116-leadership-resilience-md
0116-leadership-resilience-md
 
CV Roy Basoeki
CV Roy BasoekiCV Roy Basoeki
CV Roy Basoeki
 
Say little, do more.
Say little, do more.Say little, do more.
Say little, do more.
 
Monografia fic
Monografia ficMonografia fic
Monografia fic
 
Matematica docentes
Matematica docentesMatematica docentes
Matematica docentes
 

Similar to Windows 8.1 Deployment - Tools, Tools, Tools

Lesson 2 - Understanding Operating System Configurations
Lesson 2 - Understanding Operating System ConfigurationsLesson 2 - Understanding Operating System Configurations
Lesson 2 - Understanding Operating System ConfigurationsGene Carboni
 
Wcl310 Raiders of the Elevated Token
Wcl310 Raiders of the Elevated TokenWcl310 Raiders of the Elevated Token
Wcl310 Raiders of the Elevated TokenRaymond Comvalius
 
Configuration Manager: zero-touch & Windows 8.1 (WinDays14)
Configuration Manager: zero-touch & Windows 8.1 (WinDays14)Configuration Manager: zero-touch & Windows 8.1 (WinDays14)
Configuration Manager: zero-touch & Windows 8.1 (WinDays14)Tomica Kaniski
 
Free tools for win server administration
Free tools for win server administrationFree tools for win server administration
Free tools for win server administrationConcentrated Technology
 
Windows 7 Application Compatibility
Windows 7 Application CompatibilityWindows 7 Application Compatibility
Windows 7 Application Compatibilitymicham
 
Windows 7 in 60 minutes - New Horizons Bulgaria
Windows 7 in 60 minutes - New Horizons BulgariaWindows 7 in 60 minutes - New Horizons Bulgaria
Windows 7 in 60 minutes - New Horizons BulgariaNew Horizons Bulgaria
 
Swisscom my deploy_winworkers_arbeitsprobe
Swisscom my deploy_winworkers_arbeitsprobeSwisscom my deploy_winworkers_arbeitsprobe
Swisscom my deploy_winworkers_arbeitsprobeSebastian Lentz
 
Windows8.1 SIRLARI
Windows8.1 SIRLARIWindows8.1 SIRLARI
Windows8.1 SIRLARIBaki Okutucu
 
Not a Security Boundary: Bypassing User Account Control
Not a Security Boundary: Bypassing User Account ControlNot a Security Boundary: Bypassing User Account Control
Not a Security Boundary: Bypassing User Account Controlenigma0x3
 
Lesson 3 - Understanding Native Applications, Tools, Mobility, and Remote Man...
Lesson 3 - Understanding Native Applications, Tools, Mobility, and Remote Man...Lesson 3 - Understanding Native Applications, Tools, Mobility, and Remote Man...
Lesson 3 - Understanding Native Applications, Tools, Mobility, and Remote Man...Gene Carboni
 
Windows 10 Deployment with Microsoft Deployment Toolkit
Windows 10 Deployment with Microsoft Deployment Toolkit Windows 10 Deployment with Microsoft Deployment Toolkit
Windows 10 Deployment with Microsoft Deployment Toolkit Roel van Bueren
 
1RUNNING HEAD MANAGING HOST BASED SECURITY IN WINDOWS 8.1La.docx
1RUNNING HEAD MANAGING HOST BASED SECURITY IN WINDOWS 8.1La.docx1RUNNING HEAD MANAGING HOST BASED SECURITY IN WINDOWS 8.1La.docx
1RUNNING HEAD MANAGING HOST BASED SECURITY IN WINDOWS 8.1La.docxeugeniadean34240
 
Shawn's Top 5 Favorite Utilites
Shawn's Top 5 Favorite UtilitesShawn's Top 5 Favorite Utilites
Shawn's Top 5 Favorite UtilitesShawn Keller
 
File windows local
File windows localFile windows local
File windows localyarden hanan
 

Similar to Windows 8.1 Deployment - Tools, Tools, Tools (20)

Lesson 2 - Understanding Operating System Configurations
Lesson 2 - Understanding Operating System ConfigurationsLesson 2 - Understanding Operating System Configurations
Lesson 2 - Understanding Operating System Configurations
 
Wcl310 Raiders of the Elevated Token
Wcl310 Raiders of the Elevated TokenWcl310 Raiders of the Elevated Token
Wcl310 Raiders of the Elevated Token
 
Windows 8.1 a closer look
Windows 8.1 a closer lookWindows 8.1 a closer look
Windows 8.1 a closer look
 
Configuration Manager: zero-touch & Windows 8.1 (WinDays14)
Configuration Manager: zero-touch & Windows 8.1 (WinDays14)Configuration Manager: zero-touch & Windows 8.1 (WinDays14)
Configuration Manager: zero-touch & Windows 8.1 (WinDays14)
 
Hacking_PPT
Hacking_PPT Hacking_PPT
Hacking_PPT
 
Best free tools for w d a
Best free tools for w d aBest free tools for w d a
Best free tools for w d a
 
Best free tools for win database admin
Best free tools for win database adminBest free tools for win database admin
Best free tools for win database admin
 
Zhp diag
Zhp diagZhp diag
Zhp diag
 
Free tools for win server administration
Free tools for win server administrationFree tools for win server administration
Free tools for win server administration
 
Windows 7 Application Compatibility
Windows 7 Application CompatibilityWindows 7 Application Compatibility
Windows 7 Application Compatibility
 
Windows 7 in 60 minutes - New Horizons Bulgaria
Windows 7 in 60 minutes - New Horizons BulgariaWindows 7 in 60 minutes - New Horizons Bulgaria
Windows 7 in 60 minutes - New Horizons Bulgaria
 
Swisscom my deploy_winworkers_arbeitsprobe
Swisscom my deploy_winworkers_arbeitsprobeSwisscom my deploy_winworkers_arbeitsprobe
Swisscom my deploy_winworkers_arbeitsprobe
 
Windows8.1 SIRLARI
Windows8.1 SIRLARIWindows8.1 SIRLARI
Windows8.1 SIRLARI
 
regedit
regeditregedit
regedit
 
Not a Security Boundary: Bypassing User Account Control
Not a Security Boundary: Bypassing User Account ControlNot a Security Boundary: Bypassing User Account Control
Not a Security Boundary: Bypassing User Account Control
 
Lesson 3 - Understanding Native Applications, Tools, Mobility, and Remote Man...
Lesson 3 - Understanding Native Applications, Tools, Mobility, and Remote Man...Lesson 3 - Understanding Native Applications, Tools, Mobility, and Remote Man...
Lesson 3 - Understanding Native Applications, Tools, Mobility, and Remote Man...
 
Windows 10 Deployment with Microsoft Deployment Toolkit
Windows 10 Deployment with Microsoft Deployment Toolkit Windows 10 Deployment with Microsoft Deployment Toolkit
Windows 10 Deployment with Microsoft Deployment Toolkit
 
1RUNNING HEAD MANAGING HOST BASED SECURITY IN WINDOWS 8.1La.docx
1RUNNING HEAD MANAGING HOST BASED SECURITY IN WINDOWS 8.1La.docx1RUNNING HEAD MANAGING HOST BASED SECURITY IN WINDOWS 8.1La.docx
1RUNNING HEAD MANAGING HOST BASED SECURITY IN WINDOWS 8.1La.docx
 
Shawn's Top 5 Favorite Utilites
Shawn's Top 5 Favorite UtilitesShawn's Top 5 Favorite Utilites
Shawn's Top 5 Favorite Utilites
 
File windows local
File windows localFile windows local
File windows local
 

More from Roel van Bueren

SLBdiensten: Windows 10 deployment met Microsoft Deployment Toolkit en Setup ...
SLBdiensten: Windows 10 deployment met Microsoft Deployment Toolkit en Setup ...SLBdiensten: Windows 10 deployment met Microsoft Deployment Toolkit en Setup ...
SLBdiensten: Windows 10 deployment met Microsoft Deployment Toolkit en Setup ...Roel van Bueren
 
ZENworks Configuration Management 11.4.1 and Windows 10
ZENworks Configuration Management 11.4.1 and Windows 10ZENworks Configuration Management 11.4.1 and Windows 10
ZENworks Configuration Management 11.4.1 and Windows 10Roel van Bueren
 
ZENworks Configuration Management and Windows 10
ZENworks Configuration Management and Windows 10ZENworks Configuration Management and Windows 10
ZENworks Configuration Management and Windows 10Roel van Bueren
 
VMware App Volumes and Setup Commander
VMware App Volumes and Setup CommanderVMware App Volumes and Setup Commander
VMware App Volumes and Setup CommanderRoel van Bueren
 
How to deploy Adobe software using Bundle Commander and ZENworks Configuratio...
How to deploy Adobe software using Bundle Commander and ZENworks Configuratio...How to deploy Adobe software using Bundle Commander and ZENworks Configuratio...
How to deploy Adobe software using Bundle Commander and ZENworks Configuratio...Roel van Bueren
 
Future of Application Deployment on Windows 8: AppX
Future of Application Deployment on Windows 8: AppXFuture of Application Deployment on Windows 8: AppX
Future of Application Deployment on Windows 8: AppXRoel van Bueren
 
Advanced Application Management with ZCM
Advanced Application Management with ZCMAdvanced Application Management with ZCM
Advanced Application Management with ZCMRoel van Bueren
 
Windows 7 SP1 deployment with ZENworks Configuration Management 11 SP1
Windows 7 SP1 deployment with ZENworks Configuration Management 11 SP1Windows 7 SP1 deployment with ZENworks Configuration Management 11 SP1
Windows 7 SP1 deployment with ZENworks Configuration Management 11 SP1Roel van Bueren
 
Windows 7 Deployment with ZCM11
Windows 7 Deployment with ZCM11Windows 7 Deployment with ZCM11
Windows 7 Deployment with ZCM11Roel van Bueren
 
Mobiele Werkplaats Windows 7 deployment met Novell ZCM en ENGL
Mobiele Werkplaats Windows 7 deployment met Novell ZCM en ENGLMobiele Werkplaats Windows 7 deployment met Novell ZCM en ENGL
Mobiele Werkplaats Windows 7 deployment met Novell ZCM en ENGLRoel van Bueren
 
Windows 7 Deployment met ZCM (NGN)
Windows 7 Deployment met ZCM (NGN)Windows 7 Deployment met ZCM (NGN)
Windows 7 Deployment met ZCM (NGN)Roel van Bueren
 
Windows 7 deployment with ZCM (Novell Congres 2010)
Windows 7 deployment with ZCM (Novell Congres 2010)Windows 7 deployment with ZCM (Novell Congres 2010)
Windows 7 deployment with ZCM (Novell Congres 2010)Roel van Bueren
 
ZENworks Configuration Management
ZENworks Configuration ManagementZENworks Configuration Management
ZENworks Configuration ManagementRoel van Bueren
 
ZENworks Application Virtualization
ZENworks Application VirtualizationZENworks Application Virtualization
ZENworks Application VirtualizationRoel van Bueren
 
ZCM Software Packaging and ZENworks Application Virtualization
ZCM Software Packaging and ZENworks Application VirtualizationZCM Software Packaging and ZENworks Application Virtualization
ZCM Software Packaging and ZENworks Application VirtualizationRoel van Bueren
 
ZENworks Application Virtualization for NGN Dummies
ZENworks Application Virtualization for NGN DummiesZENworks Application Virtualization for NGN Dummies
ZENworks Application Virtualization for NGN DummiesRoel van Bueren
 
ZCM update VAI Brainforce
ZCM update VAI BrainforceZCM update VAI Brainforce
ZCM update VAI BrainforceRoel van Bueren
 
MSI / Windows Installer for NGN 'Dummies'
MSI / Windows Installer for NGN 'Dummies'MSI / Windows Installer for NGN 'Dummies'
MSI / Windows Installer for NGN 'Dummies'Roel van Bueren
 

More from Roel van Bueren (20)

SLBdiensten: Windows 10 deployment met Microsoft Deployment Toolkit en Setup ...
SLBdiensten: Windows 10 deployment met Microsoft Deployment Toolkit en Setup ...SLBdiensten: Windows 10 deployment met Microsoft Deployment Toolkit en Setup ...
SLBdiensten: Windows 10 deployment met Microsoft Deployment Toolkit en Setup ...
 
ZENworks Configuration Management 11.4.1 and Windows 10
ZENworks Configuration Management 11.4.1 and Windows 10ZENworks Configuration Management 11.4.1 and Windows 10
ZENworks Configuration Management 11.4.1 and Windows 10
 
ZENworks Configuration Management and Windows 10
ZENworks Configuration Management and Windows 10ZENworks Configuration Management and Windows 10
ZENworks Configuration Management and Windows 10
 
VMware App Volumes and Setup Commander
VMware App Volumes and Setup CommanderVMware App Volumes and Setup Commander
VMware App Volumes and Setup Commander
 
How to deploy Adobe software using Bundle Commander and ZENworks Configuratio...
How to deploy Adobe software using Bundle Commander and ZENworks Configuratio...How to deploy Adobe software using Bundle Commander and ZENworks Configuratio...
How to deploy Adobe software using Bundle Commander and ZENworks Configuratio...
 
Future of Application Deployment on Windows 8: AppX
Future of Application Deployment on Windows 8: AppXFuture of Application Deployment on Windows 8: AppX
Future of Application Deployment on Windows 8: AppX
 
Advanced Application Management with ZCM
Advanced Application Management with ZCMAdvanced Application Management with ZCM
Advanced Application Management with ZCM
 
Windows 7 SP1 deployment with ZENworks Configuration Management 11 SP1
Windows 7 SP1 deployment with ZENworks Configuration Management 11 SP1Windows 7 SP1 deployment with ZENworks Configuration Management 11 SP1
Windows 7 SP1 deployment with ZENworks Configuration Management 11 SP1
 
Windows 7 Deployment with ZCM11
Windows 7 Deployment with ZCM11Windows 7 Deployment with ZCM11
Windows 7 Deployment with ZCM11
 
Mobiele Werkplaats Windows 7 deployment met Novell ZCM en ENGL
Mobiele Werkplaats Windows 7 deployment met Novell ZCM en ENGLMobiele Werkplaats Windows 7 deployment met Novell ZCM en ENGL
Mobiele Werkplaats Windows 7 deployment met Novell ZCM en ENGL
 
Windows 7 Deployment met ZCM (NGN)
Windows 7 Deployment met ZCM (NGN)Windows 7 Deployment met ZCM (NGN)
Windows 7 Deployment met ZCM (NGN)
 
Windows 7 deployment with ZCM (Novell Congres 2010)
Windows 7 deployment with ZCM (Novell Congres 2010)Windows 7 deployment with ZCM (Novell Congres 2010)
Windows 7 deployment with ZCM (Novell Congres 2010)
 
Windows 7 Deployment
Windows 7 DeploymentWindows 7 Deployment
Windows 7 Deployment
 
ZENworks Configuration Management
ZENworks Configuration ManagementZENworks Configuration Management
ZENworks Configuration Management
 
ZENworks Application Virtualization
ZENworks Application VirtualizationZENworks Application Virtualization
ZENworks Application Virtualization
 
ZCM Software Packaging and ZENworks Application Virtualization
ZCM Software Packaging and ZENworks Application VirtualizationZCM Software Packaging and ZENworks Application Virtualization
ZCM Software Packaging and ZENworks Application Virtualization
 
ZENworks Application Virtualization for NGN Dummies
ZENworks Application Virtualization for NGN DummiesZENworks Application Virtualization for NGN Dummies
ZENworks Application Virtualization for NGN Dummies
 
ZCM update VAI Brainforce
ZCM update VAI BrainforceZCM update VAI Brainforce
ZCM update VAI Brainforce
 
MSI / Windows Installer for NGN 'Dummies'
MSI / Windows Installer for NGN 'Dummies'MSI / Windows Installer for NGN 'Dummies'
MSI / Windows Installer for NGN 'Dummies'
 
Packaging Event 2008
Packaging Event 2008Packaging Event 2008
Packaging Event 2008
 

Recently uploaded

EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 

Recently uploaded (20)

EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 

Windows 8.1 Deployment - Tools, Tools, Tools

  • 1. Deploying Windows 8 tools, tools, tools… 2
  • 2. Alex & Roel Roeltje Tooltje: @rovabu -Deployment -Setup Commander -Bundle Commander Alex de Jong: @alexdejongcom -Deployment -System Center -Direct Access 3
  • 3. Windows Deployment Layers Customizations Registry Keys Applications Office 2013 Updates Languages Drivers Asus K53S English Alienware Dutch Dell XPS Windows: Install.WIM or Custom.WIM HP Ultra
  • 4. Windows Deployment Tools Lite Touch Deployment Zero Touch Deployment Weapons of Mass Deployment: Microsoft or 3rd Party ENGL drv mgr Setup Cmmdr Update Cmmdr usb/dvd Dwnldr ADK 8.1 ACT System Center Microsoft Deployment Toolkit 2013 (preview) Weapons of Mass Deployment: ADK or Windows Embedded ImageX Win SIM Win Setup Sysprep Win PE DISM Answer Files (unattend.xml or autounattend.xml) Windows Imaging and Windows Imaging (WIM) files Win DS
  • 5. WDS • • • • • XP – 2012 R2 / 8.1 .VHDX support Powershell IPv6 Multicasting Apply .WIM over network • Smart Driver Management • X86 UEFI support http://technet.microsoft.com/en-us/library/dn281955.aspx 6
  • 6. PXE
  • 19. Microsoft Deployment Toolkit (MDT) 2013 Overview
  • 21. Select a task sequence
  • 29. Select Drivers to download
  • 31. Select Drivers to download
  • 32. Select Drivers to download
  • 42. List Updates – 8.1 Preview
  • 51. PXE
  • 55. Start
  • 56. Users
  • 58. Sign in as ‘User’
  • 64. GPO
  • 68. Sign in to your Microsoft Account
  • 69. Sign in to your Microsoft Account
  • 75. Connect to a Microsoft Account
  • 78. Your Apps – Select All
  • 81. Registry Tweaks • Windows Registry Editor Version 5.00 • • • • • • • ; Enable Metro Apps to Work on In-Built Administrator Account with UAC Prompt Disabled (Requires Reboot) [HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionPoliciesSystem] "EnableLUA"=dword:00000001 "FilterAdministratorToken"=dword:00000001 "ConsentPromptBehaviorAdmin"=dword:00000000 "ConsentPromptBehaviorUser"=dword:00000000 "PromptOnSecureDesktop"=dword:00000000 • • • • ; Apply Thin Windows Borders [HKEY_CURRENT_USERControl PanelDesktopWindowMetrics] "BorderWidth"="2" "PaddedBorderWidth"="2" • • • • ; Disable the Lock Screen [HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindowsPersonalization] "NoLockScreen"=dword:00000001 • • • ; Disable New App Toast Notification [HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindowsExplorer] "NoNewAppAlert"=dword:00000001 • • • • • ; Disable Charms Bar and the Apps Switcher [HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionImmersiveShellEdgeUI] "DisableCharmsHint"=dword:00000001 "DisableTRcorner"=dword:00000001 "DisableTLcorner"=dword:00000001 • • ; Go to the Desktop instead of Start when I Sign in [HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerStartPage]
  • 82. Registry Tweaks • Windows Registry Editor Version 5.00 • • • • ; Show Desktop Background as Start Screen Background [HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerAccent] "MotionAccentId_v1.00"=dword:000000db • • • ; Show the Apps View Automatically when I go to Start [HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerStartPage] "MakeAllAppsDefault"=dword:00000001 • • • • ; List Desktop Apps First in the Apps View when it's Sorted by Category [HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerStartPage] "DesktopFirst"=dword:00000001 • • • ; Don't Replace Command Prompt with Windows PowerShell On the WinX Menu [HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerAdvanced] "DontUsePowerShellOnWinX"=dword:00000001 • • • ; Change Sky Drive Brand Name to Microsoft Drive Brand Name [HKCUSoftwareMicrosoftWindowsCurrentVersionSkyDriveOptIn] "Brand"=dword:00000001 • • • • ; Change LogonUI and Startscreen Default Background Color [HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerAccent] "StartColor"=dword:ffb76800 "AccentColor"=dword:fff86400 • • [HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerAccent] "DefaultColorSet"=dword:00000011
  • 83. Registry Tweaks • Windows Registry Editor Version 5.00 • • [HKEY_CURRENT_USERSOFTWAREMicrosoftWindowsCurrentVersionExplorerAccent] "ColorSet_Version3"=dword:00000011 • • • • ; Disable Backup for Windows 8.1 Apps [HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindowsSettingSync] "EnableBackupForWin8Apps"=dword:00000000 • • • ; Change Default Windows 8.1 Apps Install Folder [HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionAppx] "PackageRoot"=C:WindowsApps • • • ; Disable Windows 8.1 Apps Store Feature [HKEY_LOCAL_MACHINESoftwarePoliciesMicrosoftWindowsStore] "RemoveWindowsStore"=dword:00000001 • • • ; Disable Windows 8.1 Apps and Store related Services (Default value is 3) [HKEY_LOCAL_MACHINESYSTEMControlSet001ServicesAllUserInstallAgent] "Start"=dword:00000004 • • [HKEY_LOCAL_MACHINESYSTEMControlSet001ServicesSystemEventsBroker] "Start"=dword:00000004 • • [HKEY_LOCAL_MACHINESYSTEMControlSet001ServicesTimeBroker] "Start"=dword:00000004 • [HKEY_LOCAL_MACHINESYSTEMControlSet001ServicesWSService]
  • 84. Registry Tweaks • Windows Registry Editor Version 5.00 • • ; Remove Desktop Link from My Computer [-HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerMyComputerNameSpace{B4BFCC3A-DB2C-424C-B029-7FE99A87C641}] • • ; Remove Documents Link from My Computer [-HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerMyComputerNameSpace{A8CDFF1C-4878-43be-B5FD-F8091C1C60D0}] • • ; Remove Downloads Link from My Computer [-HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerMyComputerNameSpace{374DE290-123F-4565-9164-39C4925E467B}] • • ; Remove Music Link from My Computer [-HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerMyComputerNameSpace{1CF1260C-4DD0-4ebb-811F-33C572699FDE}] • • ; Remove Pictures Link from My Computer [-HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerMyComputerNameSpace{3ADD1653-EB32-4cb0-BBD7-DFA0ABB5ACCA}] • • ; Remove Videos Link from My Computer [-HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerMyComputerNameSpace{A0953C92-50DC-43bf-BE83-3742FED03C9C}]
  • 85. Tasbar and Navigation properties

Editor's Notes

  1. http://www.syslinux.org/wiki/index.php/WDSLINUX
  2. http://www.syslinux.org/wiki/index.php/WDSLINUX
  3. http://www.syslinux.org/wiki/index.php/WDSLINUX
  4. http://www.ronnipedersen.com/2013/06/microsoft-deployment-toolkit-2013-overview/
  5. http://spanougakis.wordpress.com/2013/07/30/how-to-create-a-default-start-screen-layout-in-windows-8-1-enterprise-preview-and-dont-let-the-users-change-it/
  6. http://forums.mydigitallife.info/threads/46105-Windows-8-1-Registry-Tweaks
  7. http://forums.mydigitallife.info/threads/46105-Windows-8-1-Registry-Tweaks
  8. http://forums.mydigitallife.info/threads/46105-Windows-8-1-Registry-Tweaks
  9. http://forums.mydigitallife.info/threads/46105-Windows-8-1-Registry-Tweaks