SlideShare uma empresa Scribd logo
1 de 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?

Mais conteúdo relacionado

Mais procurados

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
Concentrated Technology
 

Mais procurados (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
 

Destaque

Artikel Uitmagazine voorjaar2016
Artikel Uitmagazine voorjaar2016Artikel Uitmagazine voorjaar2016
Artikel Uitmagazine voorjaar2016
Eric Wie
 
Renault twizzy
Renault twizzyRenault twizzy
Renault twizzy
Eric Wie
 
2011 01-12 powerpointsef
2011 01-12 powerpointsef2011 01-12 powerpointsef
2011 01-12 powerpointsef
Ricardo
 

Destaque (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
 

Semelhante a Windows10 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
 
Windows 8 Consumer Preview
Windows 8 Consumer PreviewWindows 8 Consumer Preview
Windows 8 Consumer Preview
Rence Montanes
 

Semelhante a 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
 

Mais 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
 

Último

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
vu2urc
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 

Último (20)

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
 
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
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.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
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
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
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
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
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
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...
 
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
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
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
 

Windows10 tools-tools-tools

Notas do Editor

  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