Forum Discussion
Refael Falach
Jul 29, 2017Copper Contributor
error code running wdag 0x80070003, no vm created hyperv manager
tryng to test wdag windows defender applicatin gourd give an error i think the problem is that the vm want created while i instaled h-v and wdag im using last insider build 16251 is thare a way t...
Refael Falach
Aug 01, 2017Copper Contributor
Reg creating VM:
Using PowerShell scripts you can create a VM in Hyper V let me know if you need those scripts.
hi
yes please send me the ps commands
try again to sfc and cc the problem not solved
Anonymous
Aug 01, 2017Please find the below links to create a virtual machine in Hyper-V scripting. according to your requirements, you need to modify the script
https://docs.microsoft.com/en-us/windows-server/virtualization/hyper-v/get-started/create-a-virtual-machine-in-hyper-v
https://docs.microsoft.com/en-us/virtualization/hyper-v-on-windows/quick-start/try-hyper-v-powershell
PowerShell
------------------------------------------------
$VMName = "VMNAME"
$VM = @{
Name = $VMName
MemoryStartupBytes = 2147483648
Generation = 2
NewVHDPath = "C:\Virtual Machines\$VMName\$VMName.vhdx"
NewVHDSizeBytes = 53687091200
BootDevice = "VHD"
Path = "C:\Virtual Machines\$VMName"
SwitchName = (Get-VMSwitch).Name[0]
}
New-VM @VM
Thanks
Gowrish
https://docs.microsoft.com/en-us/windows-server/virtualization/hyper-v/get-started/create-a-virtual-machine-in-hyper-v
https://docs.microsoft.com/en-us/virtualization/hyper-v-on-windows/quick-start/try-hyper-v-powershell
PowerShell
------------------------------------------------
$VMName = "VMNAME"
$VM = @{
Name = $VMName
MemoryStartupBytes = 2147483648
Generation = 2
NewVHDPath = "C:\Virtual Machines\$VMName\$VMName.vhdx"
NewVHDSizeBytes = 53687091200
BootDevice = "VHD"
Path = "C:\Virtual Machines\$VMName"
SwitchName = (Get-VMSwitch).Name[0]
}
New-VM @VM
Thanks
Gowrish
- AnonymousAug 02, 2017Check out Windows 10 Insider Preview 16257.1 (rs3_release) today for PC it can fix your issue.
Windows Defender Application Guard (WDAG) Improvements
We have added new status strings to the WDAG splash dialog to provide more information about the startup stages for WDAG. These new strings will be displayed to users when WDAG is starting up and when it’s being resumed from a paused state.
We have also made significant improvements to container launch times by optimizing background preparation of the WDAG container.
We fixed a number of issues that were impacting networking inside the WDAG container as well as a poor user experience when connecting to the WDAG container.
Fixed an issue where the WDAG launch resulted in Error Codes 0x02 / 0x00 or 0x02 / 0c.
Fixed an issue where only part of the WDAG window was being displayed after launch.
Added a registry key to allow users to optimize WDAG launch times during active browsing by not suspending the WDAG container when the WDAG window is closed. You can set the registry key to optimize for performance here: Computer\HKLM\Software\Microsoft\HVSI\, Value name: SuspendOnContainerClosed, REG_DWORD, Value data: 1. Note: Setting this key will result in the container not pausing and the container will not release committed memory.- Refael FalachAug 04, 2017Copper Contributor
hi
after the apdate to 16257 my laptop back to the original windows 10 pro so i change the key again
(is thare somthing more to do than just activate the new key, may be refreshing os)
its look like windows activate my license of the ent version but stays pro
have this error whan trying to add the function
"windows defender application guard is not supported on dhis device confoguration"
thanks again for your replays
- AnonymousAug 05, 2017I am not sure where you are stuck. Please share the screen shot the error. Let me know the hardware configuration.
How to setup and configure your system for Windows Defender Application Guard
Requirements:
Windows 10 Enterprise SKU only, Build 16188+
en-us only for the current builds; Full locale support will arrive soon
PC must support Hyper-V (some older PCs may not support Hyper-V or have this feature disabled in BIOS)
Windows Defender Application Guard is Off by default, it must be enabled manually or by policy
You can turn on Windows Defender Application Guard using the Turn Windows features on or off dialog.
Select the checkbox as shown below for Windows Defender Application Guard.
Click OK and then restart your computer.
How to Use Windows Defender Application Guard
Open Edge and click on the menu in the top right corner
Click on "New Application Guard window" as shown below
Windows Defender Application Guard
You will see the following splash screen after which a new instance of Edge will open with Windows Defender Application Guard enabled.
The new instance of Edge will open with Windows Defender Application Guard enabled
We encourage Windows Insiders to use Windows Defender Application Guard with Microsoft Edge to browse the Web. Your feedback, suggestions, and telemetry will help us to improve this feature.
Thanks