I couldn't create a VHD disk on a remote share (\\ortak\backup\lucasrv
) because I supplied the wrong credentials, and saved them in the Remote File Browser dialog box.
I can create VHD disks at \\ortak2\backup\lucasrv
, the test location.
How can I reset saved user credentials? I think the information is stored in Hyper-V Server 2012 because I've tried to add a disk from a different Hyper-V Manager with no luck. Resetting the user credentials in Hyper-V Manager won't help.
At the command prompt, issue the command
net use
and validate that no active connections are open to the server.If not, issue the command:
then attempt to re-connect. You should be prompted for credentials again.
net use \\sharename /delete won't work until you log off. You must log off.