SlideShare une entreprise Scribd logo
1  sur  126
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?

Contenu connexe

Tendances

TechMentor Fall, 2011 - WDS Tricks You Didn't Know
TechMentor Fall, 2011 - WDS Tricks You Didn't KnowTechMentor Fall, 2011 - WDS Tricks You Didn't Know
TechMentor Fall, 2011 - WDS Tricks You Didn't KnowConcentrated Technology
 
TDF Professional Conf 2010 - Rapid Windows 7 Deployments
TDF Professional Conf 2010 - Rapid Windows 7 DeploymentsTDF Professional Conf 2010 - Rapid Windows 7 Deployments
TDF Professional Conf 2010 - Rapid Windows 7 Deploymentsjimboks
 
Installing win 7 os
Installing win 7 osInstalling win 7 os
Installing win 7 osLeonel Rivas
 
Software Packaging/Scripting
Software Packaging/ScriptingSoftware Packaging/Scripting
Software Packaging/ScriptingDell World
 
IBM Notes 10.0.1 FP2 Client Upgrades - made easy!
IBM Notes 10.0.1 FP2 Client Upgrades - made easy!IBM Notes 10.0.1 FP2 Client Upgrades - made easy!
IBM Notes 10.0.1 FP2 Client Upgrades - made easy!panagenda
 
Remote Management of Embedded Android Devices
Remote Management of Embedded Android DevicesRemote Management of Embedded Android Devices
Remote Management of Embedded Android DevicesVIA Embedded
 
Build mini - Windows 10 Dev & Cross platform Dev
Build mini - Windows 10 Dev & Cross platform DevBuild mini - Windows 10 Dev & Cross platform Dev
Build mini - Windows 10 Dev & Cross platform DevIan Chen
 
Novell ZENworks Configuration Management Design and Implementation Best Pract...
Novell ZENworks Configuration Management Design and Implementation Best Pract...Novell ZENworks Configuration Management Design and Implementation Best Pract...
Novell ZENworks Configuration Management Design and Implementation Best Pract...Novell
 
Scaling Continuous Integration Practices to Teams with Parallel Development
Scaling Continuous Integration Practices to Teams with Parallel DevelopmentScaling Continuous Integration Practices to Teams with Parallel Development
Scaling Continuous Integration Practices to Teams with Parallel DevelopmentIBM UrbanCode Products
 
JavaOne 2009 Deploying Apps for Consumers Bof5150
JavaOne 2009 Deploying Apps for Consumers Bof5150JavaOne 2009 Deploying Apps for Consumers Bof5150
JavaOne 2009 Deploying Apps for Consumers Bof5150Jeff Hoffman
 
Installing Websphere Portal in the IBM Smartcloud
Installing Websphere Portal in the IBM SmartcloudInstalling Websphere Portal in the IBM Smartcloud
Installing Websphere Portal in the IBM SmartcloudDjalma Britto
 
Water usage-visualization-tutorial
Water usage-visualization-tutorialWater usage-visualization-tutorial
Water usage-visualization-tutorialWaternomics
 
Troubleshooting the Windows Installer
Troubleshooting the Windows Installer Troubleshooting the Windows Installer
Troubleshooting the Windows Installer AppDetails
 
N-Tier Application with Windows Forms - Deployment and Security
N-Tier Application with Windows Forms - Deployment and SecurityN-Tier Application with Windows Forms - Deployment and Security
N-Tier Application with Windows Forms - Deployment and SecurityPeter Gfader
 

Tendances (19)

Deploying w7
Deploying w7Deploying w7
Deploying w7
 
TechMentor Fall, 2011 - WDS Tricks You Didn't Know
TechMentor Fall, 2011 - WDS Tricks You Didn't KnowTechMentor Fall, 2011 - WDS Tricks You Didn't Know
TechMentor Fall, 2011 - WDS Tricks You Didn't Know
 
ENGL Imaging Toolkit
ENGL Imaging ToolkitENGL Imaging Toolkit
ENGL Imaging Toolkit
 
TDF Professional Conf 2010 - Rapid Windows 7 Deployments
TDF Professional Conf 2010 - Rapid Windows 7 DeploymentsTDF Professional Conf 2010 - Rapid Windows 7 Deployments
TDF Professional Conf 2010 - Rapid Windows 7 Deployments
 
Installing win 7 os
Installing win 7 osInstalling win 7 os
Installing win 7 os
 
Software Packaging/Scripting
Software Packaging/ScriptingSoftware Packaging/Scripting
Software Packaging/Scripting
 
IBM Notes 10.0.1 FP2 Client Upgrades - made easy!
IBM Notes 10.0.1 FP2 Client Upgrades - made easy!IBM Notes 10.0.1 FP2 Client Upgrades - made easy!
IBM Notes 10.0.1 FP2 Client Upgrades - made easy!
 
Remote Management of Embedded Android Devices
Remote Management of Embedded Android DevicesRemote Management of Embedded Android Devices
Remote Management of Embedded Android Devices
 
Build mini - Windows 10 Dev & Cross platform Dev
Build mini - Windows 10 Dev & Cross platform DevBuild mini - Windows 10 Dev & Cross platform Dev
Build mini - Windows 10 Dev & Cross platform Dev
 
Novell ZENworks Configuration Management Design and Implementation Best Pract...
Novell ZENworks Configuration Management Design and Implementation Best Pract...Novell ZENworks Configuration Management Design and Implementation Best Pract...
Novell ZENworks Configuration Management Design and Implementation Best Pract...
 
2012 01-jenkins-udeploy
2012 01-jenkins-udeploy2012 01-jenkins-udeploy
2012 01-jenkins-udeploy
 
Scaling Continuous Integration Practices to Teams with Parallel Development
Scaling Continuous Integration Practices to Teams with Parallel DevelopmentScaling Continuous Integration Practices to Teams with Parallel Development
Scaling Continuous Integration Practices to Teams with Parallel Development
 
JavaOne 2009 Deploying Apps for Consumers Bof5150
JavaOne 2009 Deploying Apps for Consumers Bof5150JavaOne 2009 Deploying Apps for Consumers Bof5150
JavaOne 2009 Deploying Apps for Consumers Bof5150
 
Installing Websphere Portal in the IBM Smartcloud
Installing Websphere Portal in the IBM SmartcloudInstalling Websphere Portal in the IBM Smartcloud
Installing Websphere Portal in the IBM Smartcloud
 
10 gui 14
10 gui 1410 gui 14
10 gui 14
 
Water usage-visualization-tutorial
Water usage-visualization-tutorialWater usage-visualization-tutorial
Water usage-visualization-tutorial
 
Troubleshooting the Windows Installer
Troubleshooting the Windows Installer Troubleshooting the Windows Installer
Troubleshooting the Windows Installer
 
Virtualization today
Virtualization todayVirtualization today
Virtualization today
 
N-Tier Application with Windows Forms - Deployment and Security
N-Tier Application with Windows Forms - Deployment and SecurityN-Tier Application with Windows Forms - Deployment and Security
N-Tier Application with Windows Forms - Deployment and Security
 

En vedette

Alicia's story
Alicia's storyAlicia's story
Alicia's storyDago Pahs
 
Artikel Uitmagazine voorjaar2016
Artikel Uitmagazine voorjaar2016Artikel Uitmagazine voorjaar2016
Artikel Uitmagazine voorjaar2016Eric Wie
 
De tien dingen die je niet moet missen van Windows 10
De tien dingen die je niet moet missen van Windows 10De tien dingen die je niet moet missen van Windows 10
De tien dingen die je niet moet missen van Windows 10Ngi-NGN Online
 
Sumarga pamplate
Sumarga pamplateSumarga pamplate
Sumarga pamplatesdmsumarga
 
Avaya One Touch Video Fact Sheet by VOXNS
Avaya One Touch Video Fact Sheet by VOXNSAvaya One Touch Video Fact Sheet by VOXNS
Avaya One Touch Video Fact Sheet by VOXNSVOX Network Solutions
 
Bost on discount card
Bost on discount cardBost on discount card
Bost on discount cardjacabjohn
 
Renault twizzy
Renault twizzyRenault twizzy
Renault twizzyEric Wie
 
How to Come up with Great Content Ideas for Your Blog Post
How to Come up with Great Content Ideas for Your Blog PostHow to Come up with Great Content Ideas for Your Blog Post
How to Come up with Great Content Ideas for Your Blog PostOnline Business Owners
 
2011 01-12 powerpointsef
2011 01-12 powerpointsef2011 01-12 powerpointsef
2011 01-12 powerpointsefRicardo
 
Understanding by design
Understanding by designUnderstanding by design
Understanding by designAjay Kumar
 
Entrprise Services Planning
Entrprise Services PlanningEntrprise Services Planning
Entrprise Services PlanningRenee Troughton
 
Kabinetschef van Willy Claes was mol voor Amerikanen
Kabinetschef van Willy Claes was mol voor AmerikanenKabinetschef van Willy Claes was mol voor Amerikanen
Kabinetschef van Willy Claes was mol voor AmerikanenThierry Debels
 
Lesson 4 : STAKEHOLDERS IN CURRICULUM IMPLEMENTATION
Lesson 4 : STAKEHOLDERS IN CURRICULUM IMPLEMENTATIONLesson 4 : STAKEHOLDERS IN CURRICULUM IMPLEMENTATION
Lesson 4 : STAKEHOLDERS IN CURRICULUM IMPLEMENTATIONRizza Lynn Labastida
 

En vedette (14)

Alicia's story
Alicia's storyAlicia's story
Alicia's story
 
Artikel Uitmagazine voorjaar2016
Artikel Uitmagazine voorjaar2016Artikel Uitmagazine voorjaar2016
Artikel Uitmagazine voorjaar2016
 
De tien dingen die je niet moet missen van Windows 10
De tien dingen die je niet moet missen van Windows 10De tien dingen die je niet moet missen van Windows 10
De tien dingen die je niet moet missen van Windows 10
 
Sumarga pamplate
Sumarga pamplateSumarga pamplate
Sumarga pamplate
 
Avaya One Touch Video Fact Sheet by VOXNS
Avaya One Touch Video Fact Sheet by VOXNSAvaya One Touch Video Fact Sheet by VOXNS
Avaya One Touch Video Fact Sheet by VOXNS
 
Bost on discount card
Bost on discount cardBost on discount card
Bost on discount card
 
Renault twizzy
Renault twizzyRenault twizzy
Renault twizzy
 
How to Come up with Great Content Ideas for Your Blog Post
How to Come up with Great Content Ideas for Your Blog PostHow to Come up with Great Content Ideas for Your Blog Post
How to Come up with Great Content Ideas for Your Blog Post
 
Avaya Social Media Manager by VOXNS
Avaya Social Media Manager by VOXNSAvaya Social Media Manager by VOXNS
Avaya Social Media Manager by VOXNS
 
2011 01-12 powerpointsef
2011 01-12 powerpointsef2011 01-12 powerpointsef
2011 01-12 powerpointsef
 
Understanding by design
Understanding by designUnderstanding by design
Understanding by design
 
Entrprise Services Planning
Entrprise Services PlanningEntrprise Services Planning
Entrprise Services Planning
 
Kabinetschef van Willy Claes was mol voor Amerikanen
Kabinetschef van Willy Claes was mol voor AmerikanenKabinetschef van Willy Claes was mol voor Amerikanen
Kabinetschef van Willy Claes was mol voor Amerikanen
 
Lesson 4 : STAKEHOLDERS IN CURRICULUM IMPLEMENTATION
Lesson 4 : STAKEHOLDERS IN CURRICULUM IMPLEMENTATIONLesson 4 : STAKEHOLDERS IN CURRICULUM IMPLEMENTATION
Lesson 4 : STAKEHOLDERS IN CURRICULUM IMPLEMENTATION
 

Similaire à Windows10 tools-tools-tools

Microsoft MCSE 70-982 it dumps
Microsoft MCSE 70-982 it dumpsMicrosoft MCSE 70-982 it dumps
Microsoft MCSE 70-982 it dumpslilylucy
 
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 CompatibilityStephen Rose
 
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 androidNicko Satria Consulting
 
Internet Explorer 8 Deployment - IE8 Firestarter
Internet Explorer 8 Deployment - IE8 FirestarterInternet Explorer 8 Deployment - IE8 Firestarter
Internet Explorer 8 Deployment - IE8 FirestarterMithun T. Dhar
 
Windows Deployment Tools And Methodologies
Windows Deployment Tools And MethodologiesWindows Deployment Tools And Methodologies
Windows Deployment Tools And MethodologiesAidan Finn
 
Compile open cpn on windows
Compile open cpn on windowsCompile open cpn on windows
Compile open cpn on windowsrandikaucsc
 
12 installing and upgrading windows
12 installing and upgrading windows12 installing and upgrading windows
12 installing and upgrading windowshafizhanif86
 
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...Concentrated Technology
 
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)Intergen
 
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 SystemTom Leddy
 
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 educationHeo Gòm
 
(WPF + WinForms) * .NET Core = Modern Desktop
(WPF + WinForms) * .NET Core = Modern Desktop(WPF + WinForms) * .NET Core = Modern Desktop
(WPF + WinForms) * .NET Core = Modern DesktopOren Novotny
 
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
 
Windows 8 Consumer Preview
Windows 8 Consumer PreviewWindows 8 Consumer Preview
Windows 8 Consumer PreviewRence Montanes
 

Similaire à Windows10 tools-tools-tools (20)

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 ...
 
Windows 8 Consumer Preview
Windows 8 Consumer PreviewWindows 8 Consumer Preview
Windows 8 Consumer Preview
 

Plus de Ngi-NGN Online

Data in de cloud door Jaap Wesselius
Data in de cloud door Jaap WesseliusData in de cloud door Jaap Wesselius
Data in de cloud door Jaap WesseliusNgi-NGN Online
 
De Cloud en IT-Recht It advocaat-joost-gerritsen-presentatie-cloud-n gi-ngn
De Cloud en IT-Recht It advocaat-joost-gerritsen-presentatie-cloud-n gi-ngnDe Cloud en IT-Recht It advocaat-joost-gerritsen-presentatie-cloud-n gi-ngn
De Cloud en IT-Recht It advocaat-joost-gerritsen-presentatie-cloud-n gi-ngnNgi-NGN Online
 
Hello Windows 10 Identiteitsbescherming
Hello Windows 10 IdentiteitsbeschermingHello Windows 10 Identiteitsbescherming
Hello Windows 10 IdentiteitsbeschermingNgi-NGN Online
 
Azure ad join met windows 10
Azure ad join met windows 10Azure ad join met windows 10
Azure ad join met windows 10Ngi-NGN Online
 
Ngn ngi windows 10 beheer
Ngn ngi windows 10 beheerNgn ngi windows 10 beheer
Ngn ngi windows 10 beheerNgi-NGN Online
 
Ngi ngn - erwin derksen - 8000 werkplekken naar 8 1 waar loop je tegenaan
Ngi ngn - erwin derksen - 8000 werkplekken naar 8 1 waar loop je tegenaanNgi ngn - erwin derksen - 8000 werkplekken naar 8 1 waar loop je tegenaan
Ngi ngn - erwin derksen - 8000 werkplekken naar 8 1 waar loop je tegenaanNgi-NGN Online
 

Plus de Ngi-NGN Online (7)

Data in de cloud door Jaap Wesselius
Data in de cloud door Jaap WesseliusData in de cloud door Jaap Wesselius
Data in de cloud door Jaap Wesselius
 
De Cloud en IT-Recht It advocaat-joost-gerritsen-presentatie-cloud-n gi-ngn
De Cloud en IT-Recht It advocaat-joost-gerritsen-presentatie-cloud-n gi-ngnDe Cloud en IT-Recht It advocaat-joost-gerritsen-presentatie-cloud-n gi-ngn
De Cloud en IT-Recht It advocaat-joost-gerritsen-presentatie-cloud-n gi-ngn
 
Hello Windows 10 Identiteitsbescherming
Hello Windows 10 IdentiteitsbeschermingHello Windows 10 Identiteitsbescherming
Hello Windows 10 Identiteitsbescherming
 
Windows 10
Windows 10Windows 10
Windows 10
 
Azure ad join met windows 10
Azure ad join met windows 10Azure ad join met windows 10
Azure ad join met windows 10
 
Ngn ngi windows 10 beheer
Ngn ngi windows 10 beheerNgn ngi windows 10 beheer
Ngn ngi windows 10 beheer
 
Ngi ngn - erwin derksen - 8000 werkplekken naar 8 1 waar loop je tegenaan
Ngi ngn - erwin derksen - 8000 werkplekken naar 8 1 waar loop je tegenaanNgi ngn - erwin derksen - 8000 werkplekken naar 8 1 waar loop je tegenaan
Ngi ngn - erwin derksen - 8000 werkplekken naar 8 1 waar loop je tegenaan
 

Dernier

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
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
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
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
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
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilV3cube
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
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
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
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
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 

Dernier (20)

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
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
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
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
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...
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
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
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
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
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 

Windows10 tools-tools-tools

Notes de l'éditeur

  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