Disable-ComputerRestore
Disables the System Restore feature on the specified file system drive.
Syntaxe
Default (Výchozí)
Disable-ComputerRestore
[-Drive] <String[]>
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
The Disable-ComputerRestore cmdlet turns off the System Restore feature on one or more file system drives. As a result, attempts to restore the computer do not affect the specified drive.
To disable System Restore on any drive, it must be disabled on the system drive, either first or concurrently.
To re-enable System Restore, use the Enable-ComputerRestore cmdlet. To find the state of System Restore for each drive, use Rstrui.exe.
System restore points and the ComputerRestore cmdlets are supported only on client operating systems, such as Windows 7, Windows Vista, and Windows XP.
Příklady
Example 1: Disable System Restore on the specified drive
PS C:\> Disable-ComputerRestore -Drive "C:\"
This command disables System Restore on the C: drive.
Example 2: Disable System Restore on multiple drives
PS C:\> Disable-ComputerRestore "C:\", "D:\"
This command disables System Restore on the C: and D: drives. The command uses the Drive parameter, but it omits the Drive parameter name.
Parametry
-Confirm
Prompts you for confirmation before running the cmdlet.
Vlastnosti parametru
Typ: | SwitchParameter |
Default value: | False |
Podporuje zástupné znaky: | False |
DontShow: | False |
Aliasy: | cf |
Sady parametrů
(All)
Position: | Named |
Povinné: | False |
Hodnota z kanálu: | False |
Hodnota z kanálu podle názvu vlastnosti: | False |
Hodnota ze zbývajících argumentů: | False |
-Drive
Specifies the file system drives. Enter one or more file system drive letters, each followed by a colon and a backslash and enclosed in quotation marks, such as C:\ or D:. This parameter is required.
You cannot use this cmdlet to disable System Restore on a remote network drive, even if the drive is mapped to the local computer, and you cannot disable System Restore on drives that are not eligible for System Restore, such as external drives.
To disable System Restore on any drive, System Restore must be disabled on the system drive, either before or concurrently.
Vlastnosti parametru
Typ: | String[] |
Default value: | None |
Podporuje zástupné znaky: | False |
DontShow: | False |
Sady parametrů
(All)
Position: | 0 |
Povinné: | True |
Hodnota z kanálu: | False |
Hodnota z kanálu podle názvu vlastnosti: | False |
Hodnota ze zbývajících argumentů: | False |
-WhatIf
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Vlastnosti parametru
Typ: | SwitchParameter |
Default value: | False |
Podporuje zástupné znaky: | False |
DontShow: | False |
Aliasy: | wi |
Sady parametrů
(All)
Position: | Named |
Povinné: | False |
Hodnota z kanálu: | False |
Hodnota z kanálu podle názvu vlastnosti: | False |
Hodnota ze zbývajících argumentů: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Vstupy
None
You cannot pipe input to this cmdlet.
Výstupy
None
This cmdlet does not generate any output.
Poznámky
To run this cmdlet on Windows Vista and later versions of Windows, open Windows PowerShell with the Run as administrator option.
To find the file system drives that are eligible for system restore, in System in Control Panel, see the System Protection tab. To open this tab in Windows PowerShell, type
SystemPropertiesProtection
.This cmdlet uses the Windows Management Instrumentation (WMI) SystemRestore class.