DisableComputerRestoreCommand Class

The Disable-ComputerRestore cmdlet class that is implemented by Windows PowerShell. This class is included in this SDK for completeness only. The members of this class cannot be used directly, nor should this class be used to derive other classes.This class is introduced in Windows PowerShell 2.0.

Namespace: Microsoft.PowerShell.Commands
Assembly: Microsoft.PowerShell.Commands.Management (in Microsoft.PowerShell.Commands.Management.dll)

Usage

'Usage
Dim instance As DisableComputerRestoreCommand

Syntax

'Declaration
<CmdletAttribute("Disable", "ComputerRestore", SupportsShouldProcess:=True, HelpUri:="https://go.microsoft.com/fwlink/?LinkID=135207")> _
Public NotInheritable Class DisableComputerRestoreCommand
    Inherits PSCmdlet
    Implements IDisposable
[CmdletAttribute("Disable", "ComputerRestore", SupportsShouldProcess=true, HelpUri="https://go.microsoft.com/fwlink/?LinkID=135207")] 
public sealed class DisableComputerRestoreCommand : PSCmdlet, IDisposable
[CmdletAttribute(L"Disable", L"ComputerRestore", SupportsShouldProcess=true, HelpUri=L"https://go.microsoft.com/fwlink/?LinkID=135207")] 
public ref class DisableComputerRestoreCommand sealed : public PSCmdlet, IDisposable
/** @attribute CmdletAttribute("Disable", "ComputerRestore", SupportsShouldProcess=true, HelpUri="https://go.microsoft.com/fwlink/?LinkID=135207") */ 
public final class DisableComputerRestoreCommand extends PSCmdlet implements IDisposable
CmdletAttribute("Disable", "ComputerRestore", SupportsShouldProcess=true, HelpUri="https://go.microsoft.com/fwlink/?LinkID=135207") 
public final class DisableComputerRestoreCommand extends PSCmdlet implements IDisposable

Remarks

This cmdlet disables the System Restore feature on the specified file system drive.For more information about this cmdlet, see Disable-ComputerRestore in the Microsoft TechNet library.

For Help at the command line, type:

get-help disable-computerrestore

Inheritance Hierarchy

System.Object
   System.Management.Automation.Internal.InternalCommand
     System.Management.Automation.Cmdlet
       System.Management.Automation.PSCmdlet
        Microsoft.PowerShell.Commands.DisableComputerRestoreCommand

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also

Reference

DisableComputerRestoreCommand Members
Microsoft.PowerShell.Commands Namespace

Other Resources

Windows PowerShell SDK