Debug folder listings

pull/305/head
Andrew Kahr 2022-01-24 03:04:21 -08:00
parent 03403efd8e
commit 1560595702
1 changed files with 8 additions and 0 deletions

View File

@ -1,6 +1,14 @@
# Activate Unity # Activate Unity
& "c:\steps\activate.ps1" & "c:\steps\activate.ps1"
Get-ChildItem -Path c:\regkeys
Get-ChildItem -Path "C:/Program Files (x86)/Microsoft Visual Studio"
Get-ChildItem -Path "C:/Program Files (x86)/Windows Kits"
Get-ChildItem -Path "C:/ProgramData/Microsoft/VisualStudio"
# Import any necessary registry keys, ie: location of windows 10 sdk # Import any necessary registry keys, ie: location of windows 10 sdk
# No guarantee that there will be any necessary registry keys, ie: tvOS # No guarantee that there will be any necessary registry keys, ie: tvOS
Get-ChildItem -Path c:\regkeys -File | Foreach {reg import $_.fullname} Get-ChildItem -Path c:\regkeys -File | Foreach {reg import $_.fullname}