mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-18 20:47:58 +00:00
fixed typo in runTools, removed extra file
This commit is contained in:
parent
75b02a18e3
commit
0fc1b3893c
@ -1,7 +0,0 @@
|
||||
|
||||
# Create a shortcut to start the RIM shell
|
||||
$WshShell = New-Object -comObject WScript.Shell
|
||||
$Shortcut = $WshShell.CreateShortcut("$Home\Desktop\HIRS_tools.lnk")
|
||||
$Shortcut.TargetPath = "$PWD\hirsshell.ps1"
|
||||
$Shortcut.WorkingDirectory = "$PWD"
|
||||
$Shortcut.Save()
|
@ -1,2 +1,3 @@
|
||||
@echo off
|
||||
powershell -NoProfile -ExecutionPolicy Bypass -File "~dp0hirsshell.ps1"
|
||||
powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0hirsshell.ps1"
|
||||
pause
|
Loading…
Reference in New Issue
Block a user