@@ -1,2 +1,6 @@
@echo off
bash -c "make %*"
if exist C:\Windows\Sysnative\bash.exe (
C:\Windows\Sysnative\bash.exe -c "make %*"
) else (
C:\Windows\System32\bash.exe -c "make %*"
)
The note is not visible to the blocked user.