mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 09:58:54 +00:00
6 lines
219 B
Batchfile
6 lines
219 B
Batchfile
@echo off
|
|
%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -ExecutionPolicy Bypass .\tools\provision.ps1
|
|
IF %ERRORLEVEL% NEQ 0 EXIT /B %ERRORLEVEL%
|
|
%ALLUSERSPROFILE%\chocolatey\bin\refreshenv.cmd
|
|
|