diff --git a/playbook/FlatUnattendW10.xml b/playbook/FlatUnattendW10.xml
index 4a0b18d..3f4f5fc 100644
--- a/playbook/FlatUnattendW10.xml
+++ b/playbook/FlatUnattendW10.xml
@@ -176,7 +176,88 @@
23
msiexec /p "C:\Deploy\Applications\extra\adobe\AcroRdrDCUpd2500120531.msp" /quiet /norestart
Apply Adobe Reader Update
-
+
+
+
+
+ 26
+ C:\Deploy\Applications\extra\java\jre-8u441-windows-i586.exe /s INSTALLDIR="C:\Program Files (x86)\Java\jre1.8.0_441" STATIC=1 AUTO_UPDATE=0 REBOOT=0 SPONSORS=0 WEB_JAVA=0 /L "C:\Windows\Logs\java-install.log"
+ Install Java JRE 8 Update 441 with Enterprise Settings and Logging
+
+
+
+
+ 27
+ cmd /c reg add "HKLM\SOFTWARE\JavaSoft\Java Update\Policy" /v EnableJavaUpdate /t REG_DWORD /d 0 /f
+ Disable Java Auto Updates (64-bit)
+
+
+
+
+ 28
+ cmd /c reg add "HKLM\SOFTWARE\Wow6432Node\JavaSoft\Java Update\Policy" /v EnableJavaUpdate /t REG_DWORD /d 0 /f
+ Disable Java Auto Updates (32-bit)
+
+
+
+
+ 29
+ cmd /c reg add "HKLM\SOFTWARE\JavaSoft\Java Update\Policy" /v EnableAutoUpdateCheck /t REG_DWORD /d 0 /f
+ Disable Java Auto Update Check (64-bit)
+
+
+
+
+ 30
+ cmd /c reg add "HKLM\SOFTWARE\Wow6432Node\JavaSoft\Java Update\Policy" /v EnableAutoUpdateCheck /t REG_DWORD /d 0 /f
+ Disable Java Auto Update Check (32-bit)
+
+
+
+
+ 31
+ cmd /c reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v AllowCortana /t REG_DWORD /d 0 /f
+ Disable Cortana
+
+
+
+
+ 33
+ cmd /c reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v DisableWebSearch /t REG_DWORD /d 1 /f
+ Disable Web Search in Start Menu
+
+
+
+
+ 34
+ cmd /c reg load HKU\TempDU C:\Users\Default\NTUSER.DAT & reg add "HKU\TempDU\Software\Policies\Microsoft\Windows\Explorer" /v DisableSearchBoxSuggestions /t REG_DWORD /d 1 /f & reg unload HKU\TempDU
+ Disable Bing/web search suggestions (Default User hive)
+
+
+
+
+ 35
+ cmd /c reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v ConnectedSearchUseWeb /t REG_DWORD /d 0 /f
+ Disable Connected Search Use Web
+
+
+
+
+ 36
+ cmd /c reg add "HKLM\SOFTWARE\Policies\Microsoft\InputPersonalization" /v AllowInputPersonalization /t REG_DWORD /d 0 /f
+ Disable Cortana Speech Recognition
+
+
+
+
+ 38
+ cmd /c reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v EnableDynamicContentInWSB /t REG_DWORD /d 0 /f
+ Disable Search Highlights
+
@@ -188,35 +269,39 @@
publicKeyToken="31bf3856ad364e35"
language="neutral"
versionScope="nonSxS">
-
- true
- true
- false
- false
- true
- Work
- 3
- false
- false
-
-
-
- 1
- C:\Deploy\Applications\extra\zscaler\zscaler.bat
- Install Zscaler Client Connector
-
-
- 2
- shutdown -a
- Cancel any scheduled shutdown from Office installation
-
-
- 3
- cmd /c cd C:\Deploy\Applications\extra\office && install.bat
- Install Office
-
-
+
+ true
+ true
+ false
+ false
+ true
+ Work
+ 3
+ false
+ false
+
+
+
+ 1
+ shutdown -a
+ Cancel any scheduled shutdown from Office installation
+
+
+
+
+ 2
+ C:\Deploy\Applications\extra\zscaler\zscaler.bat
+ Install Zscaler Client Connector
+
+
+
+
+ 3
+ cmd /c "cd /d C:\Deploy\Applications\extra\office\ && install.bat"
+ Install Microsoft Office
+
+
-
\ No newline at end of file
+