Friday, March 18, 2022

Sistem info

 systeminfo > C:\temp\SystemID.txt


wmic /output:C:\temp\InstalledPrograms.txt product get name,version


wmic bios get /?
wmic bios get releasedate
wmic bios get serialnumber


https://dev.to/gamegods3/how-to-install-gcc-in-windows-10-the-easier-way-422j




#include <stdio.h>
#include <locale.h>
#include <windows.h>

int main()
{
    SetConsoleOutputCP(65001);
    setlocale(LC_ALL, "C");
    printf("Hello World! Привет, мир!\n");
}





int _tmain(int argc, _TCHAR* argv[])



++


https://www.howtogeek.com/65291/how-to-make-your-own-custom-windows-7-icons-out-of-any-image/

https://www.phplift.net/how-to-create-a-screen-recorder-in-javascript/

Time hypocrisy...


more goodies:

https://developercommunity.visualstudio.com/t/create-a-utf8-c-runtime/351432


No comments:

Post a Comment

Коментар: