HWID Read and write

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
User avatar
glnklein
Posts: 92
Joined: 23 Oct 2020, 04:26

HWID Read and write

25 Mar 2024, 03:52

Englisch:

Hello
I found this code while searching the forum:

Code: Select all

BiosInfo := GetBiosSerial() 
MsgBox % BiosInfo
Return

GetBiosSerial() 
{
	wmi := ComObjGet("winmgmts:")
	query := wmi.ExecQuery("Select SerialNumber from Win32_BIOS")._NewEnum()
	if query[bios]
	{
		serial := bios.SerialNumber
	}
	wmi := query := ""
	return serial
}
Is there a way to not only read the HWID (serial number of a device, motherboard, bios, CPU etc) of a device but also to temporarily change it?



Deutsch:

hallo
ich habe bei der suche im forum diesen code gefunden:

Code: Select all

BiosInfo := GetBiosSerial() 
MsgBox % BiosInfo
Return

GetBiosSerial() 
{
	wmi := ComObjGet("winmgmts:")
	query := wmi.ExecQuery("Select SerialNumber from Win32_BIOS")._NewEnum()
	if query[bios]
	{
		serial := bios.SerialNumber
	}
	wmi := query := ""
	return serial
}
gibt es eine möglichkeit die HWID ( seriennummer eines gerätes , Motherboard ,bios ,CPU etc ) eines gerätes nicht nur zu lesen sonden sie auch vorläufig zu ändern ?
:D verwende AutoHotkey104805 :D ------------------------UPDATE auf ..1.1.33.02 erfolgreich , jetzt kommen neue Probleme :lolno:
User avatar
boiler
Posts: 16996
Joined: 21 Dec 2014, 02:44

Re: HWID Read and write

25 Mar 2024, 05:39

Locking this thread.

@glnklein — This forum is not a place to discuss approaches that serve illegitimate/illegal purposes such as software piracy.

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: erann, FanaticGuru, rubeusmalfoy, Satheeshkumar and 206 guests