SlideShare a Scribd company logo
Windows 10 – Tools, tools, tools
Roel van Bueren
roel@rovabusoftware.nl
Roel.van.bueren@ngn.nl
Welcome
Roel van Bueren
The Death of the Windows Desktop
The Death of the Windows Desktop
• “Every time I mention the possibility that
Microsoft might kill off the Windows desktop,
I get pushback from IT admins, power users,
developers, and anyone else who currently
relies on complex desktop applications and
can't imagine such a future. Folks, it's time to
face reality. It isn't a question of whether this
will ever happen. It's just a question of
when”.
What is a Windows Store app?
• A Windows Store app is a new type of
application that runs on Windows 8(.1) and 10
devices.
• Based on the Windows Runtime API and
differs from traditional desktop apps in its
design and in the way users can interact with
it on Windows 8(.1) and 10 devices.
There's one glaring flaw in Microsoft's
Windows 10 strategy
There's one glaring flaw in Microsoft's
Windows 10 strategy
• Universal apps (Windows Store)
– Microsoft hasn't given developers any real reason to build Universal Windows Apps.
• Old PC apps work just fine
– It's a common sentiment. Thanks to Windows 10's support for legacy apps, it'll run any
existing software without any changes to the code. And if it ain't broke, why fix it?
• Nobody uses Windows on phones
– "Microsoft's recent de-emphasis on Windows phones has gutted the promise of Windows 10
Mobile, leaving the primary usefulness of Universal Applications — same app on desktop-
laptop-tablet and phone -- in question,"
• Building real stuff for real PC users
– Microsoft limits the API platform to build Universal Windows Apps, Wardell says, such that
every app runs in what programmers call a "sandbox," meaning that it can't "touch" other
apps.
• Downward spiral
– But over the long run, it means that developers will gradually find less and less reason to build
for Microsoft's platforms at all.
There's one glaring flaw in Microsoft's
Windows 10 strategy
http://www.setupcommander.com
The future of application
development
What is a Windows (Phone) Store
app?
What is a Universal Windows app?
What is a Universal Windows app?
WindowsApps
MDT 2013 Update 1
Microsoft Deployment Toolkit (MDT)
2013 Update 1 Overview
MDT 2013 Update 1
MDT 2013 Update 1
Microsoft Deployment Toolkit (MDT)
2013 Update 1 Overview
MDT 2013 Update 1
• Windows 10 is adding in a new deployment
scenario, the inplace upgrade scenario, which
at this point in time has been tested by
millions of Windows Insiders around the
globe.
MDT 2013 Update 1
• Windows 10 is adding in a new deployment
scenario, the inplace upgrade scenario, which
at this point in time has been tested by
millions of Windows Insiders around the
globe.
Wipe and Load or Upgrade
http://www.setupcommander.com
Windows 8.1 Upgrade
MDT 2013 Update 1 Release Notes
• The MDT product documentation published
on TechNet is current as of MDT 2013; it has
not yet been updated for MDT 2013 Update 1
ADK and WAIK history
• WAIK = Windows Automated Installation Kit
• WAIK 1.0 – Windows Vista
• WAIK 1.1 – Windows Vista SP1
• WAIK 2.0 – Windows 7
• WAIK 3.0 – Windows 7 SP1
• ADK for Windows 8
• ADK for Windows 8.1
• ADK for Windows 10
Windows Assessment and Deployment
Kit (ADK) Overview
Windows Assessment and Deployment
Kit (AD) Overview
Windows Assessment and Deployment
Kit (ADK) Overview
Windows Assessment and Deployment
Kit (ADK) Overview
Windows Assessment and Deployment
Kit (ADK) Overview
Wipe-and-load or Upgrade
http://www.setupcommander.com
Wipe and Load or Upgrade
http://www.setupcommander.com
Upgrade
http://www.setupcommander.com
Upgrade
http://www.setupcommander.com
Upgrade
http://www.setupcommander.com
Upgrade
Upgrade
http://www.setupcommander.com
Upgrade
http://www.setupcommander.com
Upgrade
http://www.setupcommander.com
Windows XP to Windows 10
• Deployment Scenario’s:
– Wipe-and-load
Windows 7, 8(.1) to Windows 10
• Deployment Scenario’s:
– Wipe and load
– Inplace upgrade
Inplace upgrade
• For a start, the inplace upgrade is quite
interesting in the way it technically doesn’t
require any new infrastructure, no new ADK,
no new boot images etc.
Inplace upgrade
• It’s simply running setup.exe with some
command line switches, and you can upgrade
from Windows 7, Windows 8, and Windows
8.1.
• This scenario also makes sure all apps and
data are still there when the machine is
upgraded
Inplace upgrade
• You can’t use an reference image that already
have applications in it, you have to use the
Microsoft media.
• There are restrictions for 3rd party antivirus
and disk encryptions, that typically have to be
uninstalled
• No upgrade from x86 to x64 (and vice versa)
Inplace upgrade
• Reference images
– If you are using the traditional scenarios, you can
create reference images with MDT 2013 Update 1,
but they can’t be used for the inplace upgrade
scenarios (bare metal, computer refresh, and
computer replace).
– You also cannot deploy your Windows 7 SP1
reference image, upgrade it to Windows 10, and
then run sysprep. Sysprep is not supported on an
upgraded machine.
Inplace upgrade
• No upgrade from from MBR to UEFI
– some of the security features in Windows 10 do
require UEFI
• No upgrade for:
– Windows to Go
– Boot from VHD,
– dual-boot / multi-boot systems.
Wipe-and-load
Lite Touch Windows PE
Lite Touch Windows PE
CustomSettings.ini
Select a Task Sequence
Computer Name
Applications
Applications
Applications
Applications
Applications
Applications
Applications
Drivers
Drivers
Drivers
Drivers
ENGL Driver Manager
Packages
Packages
Packages
Packages
Packages
Packages
Packages
WServerNews Sept 21
• Microsoft does allow enterprises to manage
their own intranet based apps store.
• However, the apps store moves the focus for
applications from being system based to user
based.
• Microsoft has not made the process to
manage apps easy, compared to applications
hosted on Windows 7.
WServerNews Sept 21
• Some apps can be uninstalled using the
Settings control.
• Other apps can only be uninstalled using
PowerShell (but apps that can be uninstalled
using the Settings control can also be
uninstalled using PowerShell).
WServerNews Sept 21
• Furthermore, uninstalling an app using
Settings only uninstalls it for the current user.
• To uninstall it for all existing accounts requires
the use of PowerShell.
Get-AppXPackage
Get-AppXPackage
Remove-AppXPackage
• Removes an app package (.appx) from a user
account.
Remove-AppXPackage
• Get-AppxPackage -AllUsers | Remove-
AppxPackage
• Just uninstalling an app for all users does not
prevent the app from being installed for new
user accounts on the system
Get-AppXProvisionPackage
• Gets information about app packages (.appx)
in an image that will be installed for each new
user
Get-AppXProvisionPackage
Remove-ProvisionedAppXPackage
• Removes an app package (.appx) from a
Windows image.
Remove-ProvisionedAppXPackage
• Get-appxprovisionedpackage -online |
remove-appxprovisionedpackage -online
Deployment Image Servicing and
Management Tool (DISM.exe)
• DISM enumerates, uninstalls, configures and
updates features and packages in Windows
images
• The Commands that are available depend on
the image being serviced and whether the
image is offline or running (online)
Remove-ProvisionedAppXPackage
Remove-ProvisionedAppXPackage
Remove-ProvisionedAppXPackage
Windows System Image Manager
• Windows System Image Manager
(Windows SIM) creates and manages
unattended Windows Setup answer files in a
graphical user interface (GUI).
• Windows SIM does not modify the Windows
image itself; Windows SIM is used only to
create an answer file. This answer file is used
during Windows Setup to apply the settings to
the Windows installation.
Windows System Image Manager
Windows System Image Manager
Pin to taskbar
Export-StartLayout
Export-StartLayout
Export-StartLayout
Export-StartLayout
LayoutModification.xml
• Import-StartLayout -LayoutPath
C:TempLayoutModification.xml -MountPath
$env:SystemDrive
• Copy LayoutModification.xml to
C:UsersDefaultAppDataLocalMicrosoftW
indowsShell
LayoutModification.xml
LayoutModification.xml
LayoutModification.xml
LayoutModification.xml
LayoutModification.xml
• Pro:
– No need of an Active directory
– No need to maintain a reference image VM
– Solution of choice for OS Deployment
– Start menu can be captured from every where
– Changing the start menu every five minutes is
now fast and painless
LayoutModification.xml
• Cons
– Unsupported (sort of) with Import-StartLayout
cmdlet, but supported with the copy process !!…
don’t ask…
GPO
GPO
Pin to taskbar and/or Start
• Const CSIDL_COMMON_PROGRAMS = &H17
Const CSIDL_PROGRAMS = &H2
Const CSIDL_STARTMENU = &HB
Dim objShell, objFSO
Dim objCurrentUserStartFolder
Dim strCurrentUserStartFolderPath
Dim objAllUsersProgramsFolder
Dim strAllUsersProgramsPath
Dim objFolder
Dim objFolderItem
Dim colVerbs
Dim objVerb
Set objShell = CreateObject("Shell.Application")
Set objFSO = CreateObject("Scripting.FileSystemObject")
Set objCurrentUserStartFolder = objShell.NameSpace (CSIDL_STARTMENU)
strCurrentUserStartFolderPath = objCurrentUserStartFolder.Self.Path
Set objAllUsersProgramsFolder = objShell.NameSpace(CSIDL_COMMON_PROGRAMS)
strAllUsersProgramsPath = objAllUsersProgramsFolder.Self.Path
Pin to Taskbar or Start
• ‘VLC media player
If objFSO.FileExists("C:ProgramDataMicrosoftWindowsStart
MenuProgramsVideoLANVLC media player.lnk") Then
Set objFolder =
objShell.Namespace("C:ProgramDataMicrosoftWindowsStart
MenuProgramsVideoLAN")
Set objFolderItem = objFolder.ParseName("VLC media player.lnk")
Set colVerbs = objFolderItem.Verbs
For Each objVerb in colVerbs
If Replace(objVerb.name, "&", "") = "Pin to Start" Then objVerb.DoIt
If Replace(objVerb.name, "&", "") = "Pin to taskbar" Then objVerb.DoIt
Next
End If
Pin to Taskbar or Start
• Before:
Pin to Taskbar or Start
• Before:
Pin to Taskbar or Start
• After:
Pin to Taskbar or Start
• After:
Taskbar and Navigation properties
Windows 8.1
Taskbar and Navigation properties
ZENworks and Windows 10
• http://www.slideshare.net/rovabu
Zenworks and Windows 10
ZENworks and ENGL Imaging
Toolkit 10
ZENworks and Windows 10
ZENworks and Windows 10
ZENworks and Windows 10
ZENworks and Windows 10
Questions?

More Related Content

What's hot

What's hot (20)

ZCM 3rd Party Imaging
ZCM 3rd Party ImagingZCM 3rd Party Imaging
ZCM 3rd Party Imaging
 
K2000 Keeping Your Deployments Up-to-Date
K2000 Keeping Your Deployments Up-to-DateK2000 Keeping Your Deployments Up-to-Date
K2000 Keeping Your Deployments Up-to-Date
 
Optimizing K2000 Workflow
Optimizing K2000 WorkflowOptimizing K2000 Workflow
Optimizing K2000 Workflow
 
K2000 Advanced Topics
K2000 Advanced TopicsK2000 Advanced Topics
K2000 Advanced Topics
 
Windows 7 Feature Overview
Windows 7 Feature OverviewWindows 7 Feature Overview
Windows 7 Feature Overview
 
Novell ZENworks Patch Management Best Practices
Novell ZENworks Patch Management Best PracticesNovell ZENworks Patch Management Best Practices
Novell ZENworks Patch Management Best Practices
 
Software Packaging/Scripting
Software Packaging/ScriptingSoftware Packaging/Scripting
Software Packaging/Scripting
 
ZENworks Configuration Management
ZENworks Configuration ManagementZENworks Configuration Management
ZENworks Configuration Management
 
Windows 10: all you need to know!
Windows 10: all you need to know!Windows 10: all you need to know!
Windows 10: all you need to know!
 
Getting Started with Patching (Patching 101)
Getting Started with Patching (Patching 101)Getting Started with Patching (Patching 101)
Getting Started with Patching (Patching 101)
 
Windows 10
Windows 10Windows 10
Windows 10
 
Packaging Event 2008
Packaging Event 2008Packaging Event 2008
Packaging Event 2008
 
Windows 10 VDI Migration in real life - E2EVC Rome
Windows 10 VDI Migration in real life - E2EVC RomeWindows 10 VDI Migration in real life - E2EVC Rome
Windows 10 VDI Migration in real life - E2EVC Rome
 
Deploy Windows 10 Pro images using one consistent process, no matter the CPU
Deploy Windows 10 Pro images using one consistent process, no matter the CPUDeploy Windows 10 Pro images using one consistent process, no matter the CPU
Deploy Windows 10 Pro images using one consistent process, no matter the CPU
 
Jordan Remix - Windows 7
Jordan Remix - Windows 7Jordan Remix - Windows 7
Jordan Remix - Windows 7
 
Guide To Windows 7 - Introduction to Windows 7
Guide To Windows 7 - Introduction to Windows 7Guide To Windows 7 - Introduction to Windows 7
Guide To Windows 7 - Introduction to Windows 7
 
windows7 vs windows8 ppt
windows7 vs windows8 ppt windows7 vs windows8 ppt
windows7 vs windows8 ppt
 
Windows Server Core
Windows Server CoreWindows Server Core
Windows Server Core
 
Windows 8 and the Windows Assessment Services overview- Jeff Stokes
Windows 8 and the Windows Assessment Services overview- Jeff StokesWindows 8 and the Windows Assessment Services overview- Jeff Stokes
Windows 8 and the Windows Assessment Services overview- Jeff Stokes
 
Implications of Migrating to Windows Embedded Standard 7 (WES7) in Embedded A...
Implications of Migrating to Windows Embedded Standard 7 (WES7) in Embedded A...Implications of Migrating to Windows Embedded Standard 7 (WES7) in Embedded A...
Implications of Migrating to Windows Embedded Standard 7 (WES7) in Embedded A...
 

Viewers also liked

Technical consultant 1 page
Technical consultant 1 pageTechnical consultant 1 page
Technical consultant 1 page
Clark Fourie
 
revVANITIES lobby presentation 121913ewd
revVANITIES lobby presentation 121913ewdrevVANITIES lobby presentation 121913ewd
revVANITIES lobby presentation 121913ewd
Ellen Wilson Dilks
 
Quick Start Challenge - Universal App
Quick Start Challenge - Universal AppQuick Start Challenge - Universal App
Quick Start Challenge - Universal App
Sudarsan Balaji
 
Integrating group wise and vibe d_rimser
Integrating group wise and vibe d_rimserIntegrating group wise and vibe d_rimser
Integrating group wise and vibe d_rimser
GWAVA
 

Viewers also liked (20)

Procurement Executive Circle PA & Utilities 2015 - Gustavo Piga
Procurement Executive Circle PA & Utilities 2015 - Gustavo PigaProcurement Executive Circle PA & Utilities 2015 - Gustavo Piga
Procurement Executive Circle PA & Utilities 2015 - Gustavo Piga
 
Technical consultant 1 page
Technical consultant 1 pageTechnical consultant 1 page
Technical consultant 1 page
 
Androidアプリ開発にクリーンアーキテクチャを取り入れよう (OSS編)
Androidアプリ開発にクリーンアーキテクチャを取り入れよう(OSS編)Androidアプリ開発にクリーンアーキテクチャを取り入れよう(OSS編)
Androidアプリ開発にクリーンアーキテクチャを取り入れよう (OSS編)
 
GWAVACon 2015: GWAVA - Up in the Air
GWAVACon 2015: GWAVA - Up in the Air GWAVACon 2015: GWAVA - Up in the Air
GWAVACon 2015: GWAVA - Up in the Air
 
dockerizing web application
dockerizing web applicationdockerizing web application
dockerizing web application
 
Formato proyectos de aula1
Formato proyectos de aula1Formato proyectos de aula1
Formato proyectos de aula1
 
revVANITIES lobby presentation 121913ewd
revVANITIES lobby presentation 121913ewdrevVANITIES lobby presentation 121913ewd
revVANITIES lobby presentation 121913ewd
 
PEC CORPORATE 2015 - Roberta marracino
PEC CORPORATE 2015 - Roberta marracinoPEC CORPORATE 2015 - Roberta marracino
PEC CORPORATE 2015 - Roberta marracino
 
Be An Exceptional Manager with NLP - ekLeader
Be An Exceptional Manager with NLP - ekLeaderBe An Exceptional Manager with NLP - ekLeader
Be An Exceptional Manager with NLP - ekLeader
 
113495978_3.PPTX
113495978_3.PPTX113495978_3.PPTX
113495978_3.PPTX
 
Quick Start Challenge - Universal App
Quick Start Challenge - Universal AppQuick Start Challenge - Universal App
Quick Start Challenge - Universal App
 
Cloud Standards and Virtualization
Cloud Standards and VirtualizationCloud Standards and Virtualization
Cloud Standards and Virtualization
 
Operating Systems 1 (2/12) - Hardware Basics
Operating Systems 1 (2/12) - Hardware BasicsOperating Systems 1 (2/12) - Hardware Basics
Operating Systems 1 (2/12) - Hardware Basics
 
Operating Systems 1 (3/12) - Architectures
Operating Systems 1 (3/12) - ArchitecturesOperating Systems 1 (3/12) - Architectures
Operating Systems 1 (3/12) - Architectures
 
Introduction to docker
Introduction to dockerIntroduction to docker
Introduction to docker
 
Integrating group wise and vibe d_rimser
Integrating group wise and vibe d_rimserIntegrating group wise and vibe d_rimser
Integrating group wise and vibe d_rimser
 
Gwava Cloud Offering
Gwava Cloud OfferingGwava Cloud Offering
Gwava Cloud Offering
 
Micro Focus Keynote: Vision 2020: The Future of Infrastructure Software and M...
Micro Focus Keynote: Vision 2020: The Future of Infrastructure Software and M...Micro Focus Keynote: Vision 2020: The Future of Infrastructure Software and M...
Micro Focus Keynote: Vision 2020: The Future of Infrastructure Software and M...
 
Operating Systems 1 (1/12) - History
Operating Systems 1 (1/12) - HistoryOperating Systems 1 (1/12) - History
Operating Systems 1 (1/12) - History
 
Operating Systems 1 (7/12) - Threads
Operating Systems 1 (7/12) - ThreadsOperating Systems 1 (7/12) - Threads
Operating Systems 1 (7/12) - Threads
 

Similar to Windows 10 - tools-tools-tools

Develop android application with mono for android
Develop android application with mono for androidDevelop android application with mono for android
Develop android application with mono for android
Nicko Satria Consulting
 
Compile open cpn on windows
Compile open cpn on windowsCompile open cpn on windows
Compile open cpn on windows
randikaucsc
 
Tips and Tricks to Troubleshoot and Support Your SAP CRM Mobile Sales System
Tips and Tricks to Troubleshoot and Support Your SAP CRM Mobile Sales SystemTips and Tricks to Troubleshoot and Support Your SAP CRM Mobile Sales System
Tips and Tricks to Troubleshoot and Support Your SAP CRM Mobile Sales System
Tom Leddy
 
Windows 7 XP Compatibility mode, Virtual PC and Microsoft ...
Windows 7 XP Compatibility mode, Virtual PC and Microsoft ...Windows 7 XP Compatibility mode, Virtual PC and Microsoft ...
Windows 7 XP Compatibility mode, Virtual PC and Microsoft ...
butest
 

Similar to Windows 10 - tools-tools-tools (20)

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
 
Microsoft MCSE 70-982 it dumps
Microsoft MCSE 70-982 it dumpsMicrosoft MCSE 70-982 it dumps
Microsoft MCSE 70-982 it dumps
 
Everything You Ever Wanted To Know About Application Compatibility
Everything You Ever Wanted To Know About Application CompatibilityEverything You Ever Wanted To Know About Application Compatibility
Everything You Ever Wanted To Know About Application Compatibility
 
Develop android application with mono for android
Develop android application with mono for androidDevelop android application with mono for android
Develop android application with mono for android
 
Internet Explorer 8 Deployment - IE8 Firestarter
Internet Explorer 8 Deployment - IE8 FirestarterInternet Explorer 8 Deployment - IE8 Firestarter
Internet Explorer 8 Deployment - IE8 Firestarter
 
Windows Deployment Tools And Methodologies
Windows Deployment Tools And MethodologiesWindows Deployment Tools And Methodologies
Windows Deployment Tools And Methodologies
 
Presentation[1]
Presentation[1]Presentation[1]
Presentation[1]
 
Compile open cpn on windows
Compile open cpn on windowsCompile open cpn on windows
Compile open cpn on windows
 
12 installing and upgrading windows
12 installing and upgrading windows12 installing and upgrading windows
12 installing and upgrading windows
 
TechMentor Fall, 2011 - Using Task Sequences to Completely Automate Windows 7...
TechMentor Fall, 2011 - Using Task Sequences to Completely Automate Windows 7...TechMentor Fall, 2011 - Using Task Sequences to Completely Automate Windows 7...
TechMentor Fall, 2011 - Using Task Sequences to Completely Automate Windows 7...
 
Windows Accelerate IT Pro Bootcamp: Windows ToGo (Module 3 of 8)
Windows Accelerate IT Pro Bootcamp: Windows ToGo (Module 3 of 8)Windows Accelerate IT Pro Bootcamp: Windows ToGo (Module 3 of 8)
Windows Accelerate IT Pro Bootcamp: Windows ToGo (Module 3 of 8)
 
Tips and Tricks to Troubleshoot and Support Your SAP CRM Mobile Sales System
Tips and Tricks to Troubleshoot and Support Your SAP CRM Mobile Sales SystemTips and Tricks to Troubleshoot and Support Your SAP CRM Mobile Sales System
Tips and Tricks to Troubleshoot and Support Your SAP CRM Mobile Sales System
 
Windows 8.1 deployment to p cs a guide for education
Windows 8.1 deployment to p cs   a guide for educationWindows 8.1 deployment to p cs   a guide for education
Windows 8.1 deployment to p cs a guide for education
 
groupProject-1-Win8
groupProject-1-Win8groupProject-1-Win8
groupProject-1-Win8
 
W1.pptx
W1.pptxW1.pptx
W1.pptx
 
Windows 10 Presentation
Windows 10 PresentationWindows 10 Presentation
Windows 10 Presentation
 
(WPF + WinForms) * .NET Core = Modern Desktop
(WPF + WinForms) * .NET Core = Modern Desktop(WPF + WinForms) * .NET Core = Modern Desktop
(WPF + WinForms) * .NET Core = Modern Desktop
 
Android
Android Android
Android
 
Windows 8
Windows 8Windows 8
Windows 8
 
Windows 7 XP Compatibility mode, Virtual PC and Microsoft ...
Windows 7 XP Compatibility mode, Virtual PC and Microsoft ...Windows 7 XP Compatibility mode, Virtual PC and Microsoft ...
Windows 7 XP Compatibility mode, Virtual PC and Microsoft ...
 

More from Roel 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
 
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
Roel 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 Virtualization
Roel van Bueren
 

More from Roel van Bueren (16)

VMware App Volumes and Setup Commander
VMware App Volumes and Setup CommanderVMware App Volumes and Setup Commander
VMware App Volumes and Setup Commander
 
Windows 8.1 Deployment - Tools, Tools, Tools
Windows 8.1 Deployment - Tools, Tools, ToolsWindows 8.1 Deployment - Tools, Tools, Tools
Windows 8.1 Deployment - Tools, Tools, Tools
 
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 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 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'
 
ENGL Imaging Toolkit
ENGL Imaging ToolkitENGL Imaging Toolkit
ENGL Imaging Toolkit
 

Recently uploaded

AI/ML Infra Meetup | Improve Speed and GPU Utilization for Model Training & S...
AI/ML Infra Meetup | Improve Speed and GPU Utilization for Model Training & S...AI/ML Infra Meetup | Improve Speed and GPU Utilization for Model Training & S...
AI/ML Infra Meetup | Improve Speed and GPU Utilization for Model Training & S...
Alluxio, Inc.
 
Prosigns: Transforming Business with Tailored Technology Solutions
Prosigns: Transforming Business with Tailored Technology SolutionsProsigns: Transforming Business with Tailored Technology Solutions
Prosigns: Transforming Business with Tailored Technology Solutions
Prosigns
 
How to Position Your Globus Data Portal for Success Ten Good Practices
How to Position Your Globus Data Portal for Success Ten Good PracticesHow to Position Your Globus Data Portal for Success Ten Good Practices
How to Position Your Globus Data Portal for Success Ten Good Practices
Globus
 

Recently uploaded (20)

AI/ML Infra Meetup | Improve Speed and GPU Utilization for Model Training & S...
AI/ML Infra Meetup | Improve Speed and GPU Utilization for Model Training & S...AI/ML Infra Meetup | Improve Speed and GPU Utilization for Model Training & S...
AI/ML Infra Meetup | Improve Speed and GPU Utilization for Model Training & S...
 
Understanding Globus Data Transfers with NetSage
Understanding Globus Data Transfers with NetSageUnderstanding Globus Data Transfers with NetSage
Understanding Globus Data Transfers with NetSage
 
Designing for Privacy in Amazon Web Services
Designing for Privacy in Amazon Web ServicesDesigning for Privacy in Amazon Web Services
Designing for Privacy in Amazon Web Services
 
Vitthal Shirke Microservices Resume Montevideo
Vitthal Shirke Microservices Resume MontevideoVitthal Shirke Microservices Resume Montevideo
Vitthal Shirke Microservices Resume Montevideo
 
AI/ML Infra Meetup | ML explainability in Michelangelo
AI/ML Infra Meetup | ML explainability in MichelangeloAI/ML Infra Meetup | ML explainability in Michelangelo
AI/ML Infra Meetup | ML explainability in Michelangelo
 
Paketo Buildpacks : la meilleure façon de construire des images OCI? DevopsDa...
Paketo Buildpacks : la meilleure façon de construire des images OCI? DevopsDa...Paketo Buildpacks : la meilleure façon de construire des images OCI? DevopsDa...
Paketo Buildpacks : la meilleure façon de construire des images OCI? DevopsDa...
 
BoxLang: Review our Visionary Licenses of 2024
BoxLang: Review our Visionary Licenses of 2024BoxLang: Review our Visionary Licenses of 2024
BoxLang: Review our Visionary Licenses of 2024
 
Breaking the Code : A Guide to WhatsApp Business API.pdf
Breaking the Code : A Guide to WhatsApp Business API.pdfBreaking the Code : A Guide to WhatsApp Business API.pdf
Breaking the Code : A Guide to WhatsApp Business API.pdf
 
Globus Connect Server Deep Dive - GlobusWorld 2024
Globus Connect Server Deep Dive - GlobusWorld 2024Globus Connect Server Deep Dive - GlobusWorld 2024
Globus Connect Server Deep Dive - GlobusWorld 2024
 
Prosigns: Transforming Business with Tailored Technology Solutions
Prosigns: Transforming Business with Tailored Technology SolutionsProsigns: Transforming Business with Tailored Technology Solutions
Prosigns: Transforming Business with Tailored Technology Solutions
 
Agnieszka Andrzejewska - BIM School Course in Kraków
Agnieszka Andrzejewska - BIM School Course in KrakówAgnieszka Andrzejewska - BIM School Course in Kraków
Agnieszka Andrzejewska - BIM School Course in Kraków
 
How to Position Your Globus Data Portal for Success Ten Good Practices
How to Position Your Globus Data Portal for Success Ten Good PracticesHow to Position Your Globus Data Portal for Success Ten Good Practices
How to Position Your Globus Data Portal for Success Ten Good Practices
 
Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...
Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...
Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...
 
How Recreation Management Software Can Streamline Your Operations.pptx
How Recreation Management Software Can Streamline Your Operations.pptxHow Recreation Management Software Can Streamline Your Operations.pptx
How Recreation Management Software Can Streamline Your Operations.pptx
 
Climate Science Flows: Enabling Petabyte-Scale Climate Analysis with the Eart...
Climate Science Flows: Enabling Petabyte-Scale Climate Analysis with the Eart...Climate Science Flows: Enabling Petabyte-Scale Climate Analysis with the Eart...
Climate Science Flows: Enabling Petabyte-Scale Climate Analysis with the Eart...
 
Using IESVE for Room Loads Analysis - Australia & New Zealand
Using IESVE for Room Loads Analysis - Australia & New ZealandUsing IESVE for Room Loads Analysis - Australia & New Zealand
Using IESVE for Room Loads Analysis - Australia & New Zealand
 
AI/ML Infra Meetup | Reducing Prefill for LLM Serving in RAG
AI/ML Infra Meetup | Reducing Prefill for LLM Serving in RAGAI/ML Infra Meetup | Reducing Prefill for LLM Serving in RAG
AI/ML Infra Meetup | Reducing Prefill for LLM Serving in RAG
 
Into the Box 2024 - Keynote Day 2 Slides.pdf
Into the Box 2024 - Keynote Day 2 Slides.pdfInto the Box 2024 - Keynote Day 2 Slides.pdf
Into the Box 2024 - Keynote Day 2 Slides.pdf
 
Exploring Innovations in Data Repository Solutions - Insights from the U.S. G...
Exploring Innovations in Data Repository Solutions - Insights from the U.S. G...Exploring Innovations in Data Repository Solutions - Insights from the U.S. G...
Exploring Innovations in Data Repository Solutions - Insights from the U.S. G...
 
GraphAware - Transforming policing with graph-based intelligence analysis
GraphAware - Transforming policing with graph-based intelligence analysisGraphAware - Transforming policing with graph-based intelligence analysis
GraphAware - Transforming policing with graph-based intelligence analysis
 

Windows 10 - tools-tools-tools

Editor's Notes

  1. http://windowsitpro.com/windows-8/windows-desktop-death
  2. https://twitter.com/setupcommander/status/633247574175150080
  3. https://twitter.com/setupcommander/status/633247574175150080
  4. https://twitter.com/setupcommander/status/633247574175150080
  5. truesec.com/On/NewsLetterContent/0ec91dbb-590d-4145-aa3b-2afe49612215
  6. truesec.com/On/NewsLetterContent/0ec91dbb-590d-4145-aa3b-2afe49612215
  7. http://blogs.technet.com/b/msdeployment/
  8. http://blogs.technet.com/b/msdeployment/archive/2015/08/25/mdt-2013-update-1-release-notes-and-known-issues.aspx
  9. truesec.com/On/NewsLetterContent/0ec91dbb-590d-4145-aa3b-2afe49612215
  10. Windows 10 : Deploying a customized start menu
  11. Windows 10 : Deploying a customized start menu