PowerShell Logo Small

Enable-BCDowngrading



This is the built-in help made by Microsoft for the command 'Enable-BCDowngrading', in PowerShell version 3 - as retrieved from Windows version 'Microsoft Windows Server 2012 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 [<SwitchParameter>]] [-CimSession <CimSession>] [-Force
[<SwitchParameter>]] [-PolicyStore <String>] [-ThrottleLimit <Int32>] [-Confirm [<SwitchParameter>]] [-WhatIf [<SwitchParameter>]]
[<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Enable-BCDowngrading cmdlet instructs a client computer that is running Windows® 8 Consumer Preview to operate in a downgraded Windows7
mode. In this mode, the client sends Windows7-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

Disable-BCDowngrading

REMARKS

<

Examples


EXAMPLE 1

PS C:\> Enable-BCDowngrading



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