You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you very much for your feedback for the alternative method! I've been bit busy with other things, but I'll include your changes in the next revision!
You don't need to invoke yet another shell inside shell - PowerShell inside cmd. You can check Windows version:
instead of:
Next, you cna check if Windows is a part of domain:
instead of:
Also you don't need @ before
setlocal
since the first line is@echo off
.The text was updated successfully, but these errors were encountered: