Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
derdanu committed Aug 4, 2023
1 parent f95db02 commit ceeecb0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
# azure-storage-mover-hyper-v-gallery
Hyper-V Gallery for Azure Storage Mover Agent

# Setup Hyper-V Gallery
The following commands must be executed on Administrator PowerShell.

# Add gallery
## Add gallery
New-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Virtualization\" `
-Name 'GalleryLocations' -PropertyType MultiString -Value (
'https://raw.githubusercontent.com/derdanu/azure-storage-mover-hyper-v-gallery/main/image.json',
'https://go.microsoft.com/fwlink/?linkid=851584'
)


# Remove gallery
## Remove gallery
Remove-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Virtualization\" -Name "GalleryLocations"

0 comments on commit ceeecb0

Please sign in to comment.