HI
Wanting to enable the local partition to restore system of Windows 7 SP1, I wrote:
PS C:\Windows\system32> Enable-ComputerRestore -Drive "F:\"
but I get:
Enable-ComputerRestore : Include the system drive in the drives list.In riga:1 car:23+ Enable-ComputerRestore <<<< -Drive "F:\" + CategoryInfo : InvalidArgument: (:) [Enable-ComputerRestore], A rgumentException + FullyQualifiedErrorId : EnableComputerNoSystemDrive,Microsoft.PowerShell .Commands.EnableComputerRestoreCommand
Why? So, how can I fix this?
THANKS
BYE
Can you check and make sure your drive is being listed in get-psdrive?
Since the Enable-ComputerRestore -Drive "F:\" command wants the Administrator rights, in interactive Windows Powershell started from Command Prompt, how do I do this?