diff --git a/DebugNotes.md b/DebugNotes.md new file mode 100644 index 0000000..40aaaef --- /dev/null +++ b/DebugNotes.md @@ -0,0 +1,5 @@ +# Locate ARMA 3 +In PowerShell +``` +Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Steam App 107410" -Name InstallLocation | select InstallLocation +``` \ No newline at end of file