Created
February 27, 2019 16:46
-
-
Save chartjes/cead85df43ba3826b1f853a2a93b31c5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rmdir : Cannot remove item C:\Users\chartjes\vagrant-ubuntu\.vagrant\machines\default\hyperv\Virtual Hard | |
Disks\precise64.vhdx: Access to the path 'precise64.vhdx' is denied. | |
At line:1 char:1 | |
+ rmdir .\vagrant-ubuntu\ | |
+ ~~~~~~~~~~~~~~~~~~~~~~~ | |
+ CategoryInfo : PermissionDenied: (precise64.vhdx:FileInfo) [Remove-Item], UnauthorizedAccessException | |
+ FullyQualifiedErrorId : RemoveFileSystemItemUnAuthorizedAccess,Microsoft.PowerShell.Commands.RemoveItemCommand | |
rmdir : Directory C:\Users\chartjes\vagrant-ubuntu\.vagrant\machines\default\hyperv\Virtual Hard Disks cannot be | |
removed because it is not empty. | |
At line:1 char:1 | |
+ rmdir .\vagrant-ubuntu\ | |
+ ~~~~~~~~~~~~~~~~~~~~~~~ | |
+ CategoryInfo : WriteError: (Virtual Hard Disks:DirectoryInfo) [Remove-Item], IOException | |
+ FullyQualifiedErrorId : DirectoryNotEmpty,Microsoft.PowerShell.Commands.RemoveItemCommand | |
rmdir : Directory C:\Users\chartjes\vagrant-ubuntu\.vagrant\machines\default\hyperv cannot be removed because it is | |
not empty. | |
At line:1 char:1 | |
+ rmdir .\vagrant-ubuntu\ | |
+ ~~~~~~~~~~~~~~~~~~~~~~~ | |
+ CategoryInfo : WriteError: (hyperv:DirectoryInfo) [Remove-Item], IOException | |
+ FullyQualifiedErrorId : DirectoryNotEmpty,Microsoft.PowerShell.Commands.RemoveItemCommand | |
rmdir : Directory C:\Users\chartjes\vagrant-ubuntu\.vagrant\machines\default cannot be removed because it is not empty. | |
At line:1 char:1 | |
+ rmdir .\vagrant-ubuntu\ | |
+ ~~~~~~~~~~~~~~~~~~~~~~~ | |
+ CategoryInfo : WriteError: (default:DirectoryInfo) [Remove-Item], IOException | |
+ FullyQualifiedErrorId : DirectoryNotEmpty,Microsoft.PowerShell.Commands.RemoveItemCommand | |
rmdir : Directory C:\Users\chartjes\vagrant-ubuntu\.vagrant\machines cannot be removed because it is not empty. | |
At line:1 char:1 | |
+ rmdir .\vagrant-ubuntu\ | |
+ ~~~~~~~~~~~~~~~~~~~~~~~ | |
+ CategoryInfo : WriteError: (machines:DirectoryInfo) [Remove-Item], IOException | |
+ FullyQualifiedErrorId : DirectoryNotEmpty,Microsoft.PowerShell.Commands.RemoveItemCommand | |
rmdir : Directory C:\Users\chartjes\vagrant-ubuntu\.vagrant cannot be removed because it is not empty. | |
At line:1 char:1 | |
+ rmdir .\vagrant-ubuntu\ | |
+ ~~~~~~~~~~~~~~~~~~~~~~~ | |
+ CategoryInfo : WriteError: (.vagrant:DirectoryInfo) [Remove-Item], IOException | |
+ FullyQualifiedErrorId : DirectoryNotEmpty,Microsoft.PowerShell.Commands.RemoveItemCommand | |
rmdir : Directory C:\Users\chartjes\vagrant-ubuntu\ cannot be removed because it is not empty. | |
At line:1 char:1 | |
+ rmdir .\vagrant-ubuntu\ | |
+ ~~~~~~~~~~~~~~~~~~~~~~~ | |
+ CategoryInfo : WriteError: (C:\Users\chartjes\vagrant-ubuntu\:DirectoryInfo) [Remove-Item], IOException | |
+ FullyQualifiedErrorId : DirectoryNotEmpty,Microsoft.PowerShell.Commands.RemoveItemCommand |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment