PowerShell Logo Small

Enable-BCDowngrading



This is the built-in help made by Microsoft for the command 'Enable-BCDowngrading', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Instructs a client computer that is running an operating system later than Windows 7® to operate in a downgraded Windows 7 mode.

SYNTAX


Enable-BCDowngrading [[-Version] <PreferredContentInformationVersion>] [-AsJob] [-CimSession <CimSession[]>] [-Force] [-ThrottleLimit <Int32>] [-Confirm] [-WhatIf]
[<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Enable-BCDowngrading cmdlet instructs a client computer that is running Windows® 8 to operate in a downgraded Windows7 mode. In this mode, the client sends Windows
7-specific version requests to content servers, and content servers respond by sending Windows7 versions of content information to the client.


Note: Windows 7-based BranchCache client computers are not affected by this setting.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?linkid=287271
Disable-BCDowngrading

REMARKS

<

Examples


EXAMPLE 1

PS C:\>Enable-BCDowngrading



This example instructs the local computer to operate in Windows 7 mode.