From ss64.com:
/I : Ignore any changes to the current environment.
What does that mean? If you could give examples of usage and what it effects or doesn’t effect, that would be great (none provided on website and have google searched with no luck).
If you modified the current environment by defining a variable;
App.exe would see
%foo%as being"bar"App.exe would see
%foo%as being undefined.