Ja adicionei o caminho na variável usando o prompt como administrador
PS C:\Users\GABRIEL\Documents\ESTUDOS\alura\visual studio\projetos-cadernos\C\adivinhação> gcc programa.c -o programa.out
gcc : The term 'gcc' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is
correct and try again.
At line:1 char:1
+ gcc programa.c -o programa.out
+ ~~~
+ CategoryInfo : ObjectNotFound: (gcc:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException