Skip to content

Commit

Permalink
no prompt for confirmation (#2553)
Browse files Browse the repository at this point in the history
Co-authored-by: Hare Sudhan <[email protected]>
  • Loading branch information
clr2of8 and cyberbuff authored Oct 7, 2023
1 parent 008fc61 commit 8666118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atomics/T1021.001/T1021.001.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ atomic_tests:
cleanup_command: |
reg add "HKLM\System\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp" /v PortNumber /t REG_DWORD /d #{OLD_Remote_Port} /f >nul 2>&1
netsh advfirewall firewall delete rule name="RDPPORTLatest-TCP-In" >nul 2>&1
net stop TermService >nul 2>&1
net stop TermService /y >nul 2>&1
net start TermService >nul 2>&1
name: command_prompt
elevation_required: true
Expand Down

0 comments on commit 8666118

Please sign in to comment.