Skip to content

TechRepublic

  • Top Products
  • AI
  • Developer
  • Payroll
  • Security
  • Project Management
  • Accounting
  • CRM
  • Academy
Resources
  • TechRepublic Premium
  • TechRepublic Academy
  • Newsletters
  • Resource Library
  • Forums
  • Sponsored
Go Premium
Popular Topics
  • Top Products
  • AI
  • Developer
  • Payroll
  • Security
  • Project Management
  • Accounting
  • CRM
  • Academy
  • Project Management
  • Innovation
  • Cheat Sheets
  • Big Data
  • Tech Jobs
View All Topics
Go Premium
Microsoft

Top ten enterprise features in the Windows 10 October Update

By Mary Branscombe941 October 2, 2018, 2:29 AM PDT

Image
1
of 9

w10-enterprise-controlled-folder-access-1.png
w10-enterprise-controlled-folder-access-1.png
Top ten enterprise features in the Windows 10 October Update

Security improvements

Image: Mary Branscombe/TechRepublic

Security improvements

As well as the improvements to the Windows and Edge user interfaces and consumer tools like Mixed Reality Flashlight, the Windows 10 October 2018 update comes with some solid improvements aimed at enterprises, especially in security.

There’s a simpler user interface for users to see the state of their systems, which is now just called Windows Security. You can see the highlights under Settings / Update & Security / Windows Security, or launch the full view from there or directly via the system tray. The ‘Virus & threat protection’ section shows any action you need to take to protect your system, and includes some new controls that you can also manage centrally.

If you’re not already controlling Windows Defender Application Guard (WDAG, which opens Edge in an isolated VM for security), there’s now a link to install it from the App & browser control section of Windows Security, under ‘Isolated browsing’. With WDAG on, you can use Group Policy to allow files to be downloaded in Edge to the host PC: under Administrative Templates / Windows Components / Windows Defender Application Guard, select ‘Allow files to download and save to the host operating system’ from Windows Defender Application Guard.

Controlled folder access stops ransomware corrupting files, but this can also block legitimate apps from editing common folders like Documents and Pictures. To fix this, choose Windows Security / Virus & threat protection settings / Ransomware protection / Manage ransomware protection, and select ‘Allow an app through controlled folder access’ and ‘Add an allowed app’.

You can now block DMA access for Thunderbolt devices while a PC is locked — which can be an attack vector — using the IOMMU. Choose Device security / Core isolation / Core isolation details and set ‘Memory integrity’ to on. External GPUs connected via Thunderbolt 3 can be safely ejected from the Safely Remove Hardware and Eject Media icon in the system tray.

Windows Security now integrates third-party tools. Choose Settings / Security providers / Manage providers to see all the antivirus, firewall and web protection agents running on a device.

Edge also has some HTTP/2 improvements. As well as using connection coalescing to speed up sites that use sharding (which improved performance for HTTP/1.1 but slows down HTTP/2), it can cope with sites that list cipher suites in the wrong order. Instead of terminating the connection, it negotiates the correct encryption from the server’s list of allowed and banned protocols.

Image: Mary Branscombe/TechRepublic
w10-enterprise-newconsole-3.png
w10-enterprise-newconsole-3.png
Top ten enterprise features in the Windows 10 October Update

Command line and WSL improvements

Mary Branscombe/TechRepublic

Command line and WSL improvements

The October 2018 Update adds a brand new pseudo-console infrastructure, ConPTY, that allows console applications (from Microsoft or other software developers) to use UTF-8 encoded text/VT connections to command-line applications instead of calling the Windows Console API. That improves compatibility with the command-line interfaces of Linux binaries you run with Windows Subsystem for Linux (WSL) and unlocks new features like the 16 million RGB colours that Windows supports at the command line that aren’t being added to the Console API.

The Windows Console already supports using Ctrl-C and Ctrl-V for copy and paste, but for Bash and other Linux shells that you can use with WSL you may prefer to save Ctrl-V and insert the next key combination you press without running it (Ctrl-C works as cancel, but only when a process is running, so you wouldn’t be able to copy anyway). If you want alternative copy and paste shortcuts, right-click on the title bar of any Console window and choose Properties then select ‘Use Ctrl+Shift+C/V as Copy/Paste’ to turn on those shortcuts.

You can now launch a Linux shell for the current folder from File Explorer, not just a command prompt or PowerShell console. Hold down Shift and right-click on the folder name, then choose ‘Open Linux shell here’. If you’re already in the folder, type ‘bash’ into the address bar.

WSL processes now go through the Windows Firewall and can have firewall rules and exceptions applied. So if you run an SSH or web server in WSL, you’ll see the Windows Firewall prompt to open an outside port, the same as with native Windows processes.

Mary Branscombe/TechRepublic
w10-enterprise-kiosk-4.png
w10-enterprise-kiosk-4.png
Top ten enterprise features in the Windows 10 October Update

Kiosk mode

Image: Mary Branscombe/TechRepublic

Kiosk mode

There’s a new wizard to make it easier to set a device up as a single-app kiosk or digital sign. To create the kiosk account and assign the app to run, choose Accounts / Family & other users / Set up a kiosk / Assigned access / Get started. Edge also now has a kiosk mode with either a single website running full screen or multiple tabs; both use InPrivate. For a multi-app kiosk, you can also run a full version of Edge.

Image: Mary Branscombe/TechRepublic
w10-enterprise-no-admin-font-5.png
w10-enterprise-no-admin-font-5.png
Top ten enterprise features in the Windows 10 October Update

Non-admin font install

Image: Mary Branscombe/TechRepublic

Non-admin font install

Previously, Windows fonts have been installed for all users, so installing a font needed admin privileges. That meant either giving any user who needed to install new fonts an admin account, or making them wait for an admin to log in and approve the install. Fonts from the Windows Store already install without admin privileges, and in 1809 that also applies to any font. Right-click on the font file in File Explorer and choose ‘Install’ rather than ‘Install for all users’. If the font is in a ZIP file, you can’t right-click, but you can double-click the font to open it in the font previewer and click ‘Install’.

Image: Mary Branscombe/TechRepublic
w10-enterprise-font-size-6.png
w10-enterprise-font-size-6.png
Top ten enterprise features in the Windows 10 October Update

Change system font sizes

Image: Mary Branscombe/TechRepublic

Change system font sizes

As well as several improvements to the accessibility tools like Narrator and Magnify, it’s now easier to change the font size across Windows — including Start, Settings, control panels and apps like File Explorer — to help users who find it hard to read small fonts. Choose Settings / Ease of Access and drag the slider under ‘Make text bigger’ to a comfortable size.

Image: Mary Branscombe/TechRepublic
w10-enterprise-time-7.png
w10-enterprise-time-7.png
Top ten enterprise features in the Windows 10 October Update

Leap second support

Image: Mary Branscombe/TechRepublic

Leap second support

Windows 10 now supports the occasional leap seconds used to adjust UTC time about every 18 months, a new precision time protocol for organisations that need the highest accuracy for industrial, weather or flight control uses, and more accurate network timestamps that remove the delay introduced by Windows networking. Windows Security / Device performance & health now covers the Windows time service; if your device time or date is so wrong that it can’t connect to a time server to sync the correct time, you’ll see an option to turn time syncing back on.

Image: Mary Branscombe/TechRepublic
w10-enterprise-power-8.png
w10-enterprise-power-8.png
Top ten enterprise features in the Windows 10 October Update

More details on power use

Image: Mary Branscombe/TechRepublic

More details on power use

Task Manager now includes ‘Power usage’ and ‘Power usage trend’ columns that show how much power an app uses — including CPU, GPU and disk usage — to help diagnose apps that could be responsible for poor battery life.

Image: Mary Branscombe/TechRepublic
w10-enterprise-wireless-project-9.png
w10-enterprise-wireless-project-9.png
Top ten enterprise features in the Windows 10 October Update

Wireless projection bar

Image: Mary Branscombe/TechRepublic

Wireless projection bar

When you project your PC screen wirelessly to a second screen or another PC, a bar now appears at the top of the screen, much like when making a Remote Desktop Connection. This puts the Disconnect button where you can easily find it and also lets you pick the screen latency. Games mode minimises screen latency, Video mode increases latency so videos play more smoothly, and Productivity is in the middle to balance responsive typing and smooth screen updates.

Image: Mary Branscombe/TechRepublic
w10-enterprise-roaming-data-10.png
w10-enterprise-roaming-data-10.png
Top ten enterprise features in the Windows 10 October Update

Mobile broadband

Image: Mary Branscombe/TechRepublic

Mobile broadband

tLTE mobile broadband in Windows 10 now uses the new Net Adapter driver framework as the default for generic drivers, both for USB modems and SIM cards connected over the internal USB bus. This is shown in Device Manager as the Generic Mobile Broadband Cx Net Adapter. If that causes problems, you can go back to the Mobile Broadband Adapter driver. (This doesn’t apply if you have hardware-specific drivers, like in the ARM-based Always Connected PCs.)

tWhichever driver you use, you can now see roaming data consumption under Settings / Network & Internet / Data usage.

 

Also see

    • t

    • Windows 10 power tips: Secret shortcuts to your favorite settings (Tech Pro Research)

t

    • How to avoid installing Windows 10 crapware (free PDF) (TechRepublic)

t

    • Top ten features in the Windows 10 October 2018 Update (TechRepublic)

t

    • Windows 10 1809: Microsoft reveals features it’s dropping in October 2018 Update (ZDNet)

t

    • What to expect from Windows 10 October 2018 Update (ZDNet)

t

  • Windows 10: This new preview helps you free up disk space by clearing old files (ZDNet)
Image: Mary Branscombe/TechRepublic
  • Microsoft
  • Software
  • Account Information

    Share with Your Friends

    Top ten enterprise features in the Windows 10 October Update

    Your email has been sent

Share: Top ten enterprise features in the Windows 10 October Update
Image of Mary Branscombe941
By Mary Branscombe941
Mary Branscombe is a tech journalist. Mary has been a technology writer for nearly two decades, covering everything from early versions of Windows and Office to the first smartphones, the arrival of the web and most things inbetween.
  • Account Information

    Contact Mary Branscombe941

    Your message has been sent

  • |
  • See all of Mary's content

Daily Tech Insider

If you can only read one tech story a day, this is it.

TechRepublic TechRepublic
  • TechRepublic on Facebook
  • TechRepublic on X
  • TechRepublic on LinkedIn
  • TechRepublic on YouTube
  • TechRepublic on Pinterest
  • TechRepublic RSS
Services
  • About Us
  • Newsletters
  • RSS Feeds
  • Site Map
  • Site Help & Feedback
  • FAQ
  • Advertise
  • Do Not Sell My Information
  • Careers
Explore
  • Downloads
  • TechRepublic Forums
  • Meet the Team
  • TechRepublic Academy
  • TechRepublic Premium
  • Resource Library
  • Photos
  • Videos
  • Editorial Policy
  • Legal Terms
  • Privacy Policy
© 2025 TechnologyAdvice. All rights reserved.
CLOSE

Create a TechRepublic Account

Get the web's best business technology news, tutorials, reviews, trends, and analysis—in your inbox. Let's start with the basics.

Already registered? Sign In
Use Facebook
Use Linkedin

* - indicates required fields

CLOSE

Sign in to TechRepublic

Not a member? Create an account
Use Facebook
Use Linkedin

Lost your password? Request a new password

CLOSE

Reset Password

Please enter your email adress. You will receive an email message with instructions on how to reset your password.

Check your email for a password reset link. If you didn't receive an email don't forgot to check your spam folder, otherwise contact support.

Back to login
1 Finish Profile
2 Newsletter Preferences
CLOSE

Welcome. Tell us a little bit about you.

This will help us provide you with customized content.

No thanks, continue without
1 Finish Profile
2 Newsletter Preferences
CLOSE

Want to receive more TechRepublic news?

Newsletter Name
Subscribe
Daily Tech Insider
Daily Tech Insider AU
TechRepublic UK
TechRepublic News and Special Offers
TechRepublic News and Special Offers International
Executive Briefing
Innovation Insider
Project Management Insider
Microsoft Weekly
Cloud Insider
Data Insider
Developer Insider
TechRepublic Premium
Apple Weekly
Cybersecurity Insider
Google Weekly
Toggle All
No thanks, continue without

You're All Set

Thanks for signing up! Keep an eye out for a confirmation email from our team. To ensure any newsletters you subscribed to hit your inbox, make sure to add [email protected] to your contacts list.

Back to Home Page
×