fixed incorrect global var name
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
If ( Is64Bit ) { $BlueScreenView = $Global:MSPToolsDirectory + '\BlueScreenView-x64.exe' } Else { $BlueScreenView = $Global:MSPToolsDirectory + '\BlueScreenView-x86.exe' }
|
If ( Is64Bit ) { $BlueScreenView = $Global:ToolsDirectory + '\BlueScreenView-x64.exe' } Else { $BlueScreenView = $Global:ToolsDirectory + '\BlueScreenView-x86.exe' }
|
||||||
$BSODReport = $Global:OutputDirectory + '\BSODReport.txt'
|
$BSODReport = $Global:OutputDirectory + '\BSODReport.txt'
|
||||||
|
|
||||||
# Remove existing BSOD report
|
# Remove existing BSOD report
|
||||||
|
|||||||
Reference in New Issue
Block a user