How can I make the sdk window setenv.cmd work globally, instead of a single cmd window?

Hi, It seems to me that this is stupid, but I want to install the windows sdk build environment so that any process (including some tools for MS developers) can get access to the correct configuration without trying to insert setenv.cmd / x86 into each startup process,

I cannot find the correct search conditions for this, and I do not want to manually select various exes and dirs to include them in the path.

Is there a way to make setenv.cmd affect the whole Windows environment? (Xp)

Best regards Seref

+3
source share
1 answer

, Control Panel + System , .cmd. , :

  • , . , .
  • debug release x86 x64 build
  • , SDK, .

, .

0

Source: https://habr.com/ru/post/1771692/


All Articles