Configuring and tuning windows 8

27
Configuring & Tuning Windows 8 Olav Tvedt EVRY Consulting MVP Setup & Deployment Blog:olavtvedt.blogspot.com - Twitter: #olavtwitt

description

NIC 2013 session

Transcript of Configuring and tuning windows 8

Page 1: Configuring and tuning windows 8

Configuring & Tuning Windows 8

Olav TvedtEVRY ConsultingMVP Setup & Deployment

Blog:olavtvedt.blogspot.com - Twitter: #olavtwitt

Page 2: Configuring and tuning windows 8

Competition at EVRYs stand

Win an HP ElitePad 900HP top model arriving on the 7 of February

HP EP900 Atom Z2760 2/64GB SSD 10.1" LED WXGA TFT CAM HSPA+/abgn WLAN BT Win8 Pro32 (NO)

Page 3: Configuring and tuning windows 8

Where To Do The Changes

• Image To Be Deployed- Default Values

• Group Policy (After Deployment)- Default Values- Permanent Values

Page 4: Configuring and tuning windows 8

Customize User Profiles• Can only be done

- Manual- Per User- Not scriptable

• Or in the Image - Unattended file- CopyProfile- None domain profile (Local admin)

http://technet.microsoft.com/en-us/library/hh825135.aspx

Page 5: Configuring and tuning windows 8
Page 6: Configuring and tuning windows 8

Deployment Image

• Custom tailored

• Freshly patched

• Default values

Page 7: Configuring and tuning windows 8

Keeping The Image Fit

• Automate the creation process (MDT)

• Recreate regulary

• Offline Patching

Page 8: Configuring and tuning windows 8

http://www.wsusoffline.net/

Page 9: Configuring and tuning windows 8

Group Policy

• Control with WMI

• Policies

• Preferences

Page 10: Configuring and tuning windows 8

Windows 8select * from Win32_OperatingSystem WHERE Version like '6.2%' AND ProductType='1'

Windows 7select * from Win32_OperatingSystem WHERE Version like '6.1%' AND ProductType='1'

32 Bit OSSELECT AddressWidth FROM Win32_Processor WHERE AddressWidth = '32'

64 Bit OSSELECT AddressWidth FROM Win32_Processor WHERE AddressWidth ='64'

Helpful WMI Strings

http://olavtvedt.blogspot.no/2011/10/controlling-your-group-policies-with.html

Page 11: Configuring and tuning windows 8

Only 32 Bit Windows 8 select * from Win32_OperatingSystem WHERE Version like '6.2%' AND ProductType='1' AND AddressWidth = '32'

Only 64 Bit Windows 8 select * from Win32_OperatingSystem WHERE Version like '6.2%' AND ProductType='1' AND AddressWidth = '64'

Lenovo Windows 8 computersselect * from Win32_OperatingSystem WHERE Version like ‘6.2%’ AND ProductType=‘1’ AND Manufacturer = ‘LENOVO’

Helpful WMI Strings

http://olavtvedt.blogspot.no/2011/10/controlling-your-group-policies-with.html

Page 12: Configuring and tuning windows 8

Only Windows Clientsselect * from Win32_OperatingSystem WHERE ProductType='1'

Only Windows Servers (No Domain Controllers)Select * from WIN32_OperatingSystem where ProductType='3'

Only Domain ControllersSelect * from WIN32_OperatingSystem where ProductType='2'

Windows Servers And Domain ControllersSelect * from WIN32_OperatingSystem where ProductType='2' and ProductType='3'

Helpful WMI Strings

http://olavtvedt.blogspot.no/2011/10/controlling-your-group-policies-with.html

Page 13: Configuring and tuning windows 8
Page 14: Configuring and tuning windows 8

Group Policy For The IT Department

• Block access to Store

• Change password on local Administrator

• BGinfo

Page 15: Configuring and tuning windows 8
Page 16: Configuring and tuning windows 8

Group Policy For The Users

• Shortcuts on desktop

• Internet Explorer

• File History

• Printer

• Network Stations

Page 17: Configuring and tuning windows 8
Page 18: Configuring and tuning windows 8
Page 19: Configuring and tuning windows 8

Some Manual Tuning

• File History

• Win+

• Toolbars

Page 20: Configuring and tuning windows 8

MDOP

Microsoft Desktop Optimization Pack

Page 21: Configuring and tuning windows 8
Page 22: Configuring and tuning windows 8

Advanced Diagnostics and Recovery

• Boot from- CD- USB- Network- WinRE

• Self help

• Remote help

Page 23: Configuring and tuning windows 8
Page 24: Configuring and tuning windows 8

http://gallery.technet.microsoft.com/Arposh-Windows-System-a1beb102

Page 25: Configuring and tuning windows 8

Questions asked

• Arne Johansen – Want to use Skydrive more live Live Mesh

• Tor Erik Nybø Ones – Can I create Windows To Go without the Wizard?

• Reidar Johansen – Where are the defaultapps?

Page 26: Configuring and tuning windows 8

Competition at EVRYs stand

Win an HP ElitePad 900HP top model arriving on the 7 of February

HP EP900 Atom Z2760 2/64GB SSD 10.1" LED WXGA TFT CAM HSPA+/abgn WLAN BT Win8 Pro32 (NO)

Page 27: Configuring and tuning windows 8

THE END

Olav TvedtEVRY Consulting

MVP Setup & Deployment

Blog:olavtvedt.blogspot.com - Twitter: #olavtwitt