Questions tagged [hwid]

Short for Hardware Identification, a security measure used by Microsoft upon the activation of the Windows operating system.

Short for Hardware Identification, a security measure used by Microsoft upon the activation of the Windows operating system. As part of the Product Activation system, a unique HWID number is generated when the operating system is first installed. The HWID identifies the hardware components that the system is utilizing, and this number is communicated to Microsoft. Every 10 days and at every reboot the operating system will generate another HWID number and compare it to the original to make sure that the operating system is still running on the same device. If the two HWID numbers differ too much then the operating system will shut down until Microsoft reactivates the product.

The theory behind HWID is to ensure that the operating system is not being used on any device other than the one for which it was purchased and registered. However, problems can arise when users start replacing or adding hardware components -- such as motherboards, sound cards, CD-R drives, Ethernet adapters -- because these will generate new HWIDs, and if there are too many differences from the original installation number the system will register that the operating system has been installed on a different device than the original and subsequently shut itself down. The only way to resolve the issue is to telephone Microsoft and explain the new hardware in order to obtain a new code.

Source: http://www.webopedia.com/TERM/H/HWID.html

31 questions
0
votes
1 answer

How to get HWID in c++ simular to c#

Using this code in c#: WindowsIdentity.GetCurrent().User.Value; And getting output: S-1-5-21-3050176684-2277112922-4090480026-1001 How to get same output in c++?
0
votes
1 answer

How would u get someones UUID?

so I am trying to make a HWID licensing software but I don't know specifically on how to get the UUID, with python code. I've used this so far import requests from uuid import getnode as get_mac import hashlib f = open("License.txt", "r") ID03 =…
TeisqI
  • 115
  • 7
0
votes
0 answers

Python Giving Me A False Answer. I need some assistance

I have this Python code that checks if my HWID is on my pastebin archive. I got it working but then when I execute it It prints the else statement, even though my HWID is the same as the raw text on the pastebin archive. It would be great for…
WripWrath
  • 51
  • 1
  • 1
  • 7
0
votes
0 answers

Securely create hwid in Java

Wondering if anyone could point me in the write direction for how to generate a hwid securely in java. I need to lock my software to only certain hwids hard coded in an array. The methods I’ve seen so far involve System.getEnv which can be easily…
0
votes
1 answer

Batch file to check for a specific motherboard ID

So I'm making a spoofer that changes a lot of network stuff and hwids but I want to make it private or sell it and so I'm making a system that checks against a txt on my server for motherboard IDs (wmic baseboard get serialnumber) and if it's…
user10534576
0
votes
0 answers

Windows 10 anniversary changing hwid

Recently after the windows 10 anniversary update all my users who have updated to windows 10 anniversary had their hwid changed. They are still using the same machine. However users who haven't updated or are using windows 7 or 8 hwid havent…
b0ss
  • 1
0
votes
0 answers

Best way to generate a stable and unique HWID?

I am writing a licencing system for my software and wondering what are some good ways to generate stable (as in it's always going to be generated the same for that computer) and unique HWID's? It needs to be unique as I will be hardware locking…
Zach Johnson
  • 2,047
  • 6
  • 24
  • 40
0
votes
1 answer

SQL UPDATE HWID WHERE LICENSEKEY

Okay so I have a project on going and people pay for licenses and once a license is activated from the project it auto enters there hwid into the mysql DB. So what I'm trying to do is for instance if column license key consists of license key…
0
votes
1 answer

HW_PROFILE_INFO Windows 8.1 bug

I'm using this piece of code to unique identity the computers, but it seems it doesn't work properly on Windows 8.1. HW_PROFILE_INFO HwProfInfo; if (!GetCurrentHwProfile(&HwProfInfo)) return; std::wstring…
user3967028
0
votes
1 answer

It is possible to code this on PHP?

i coded some vb.net application, for security i use HWID security method... vb.net code to generate unique key is: Dim hwid As String = System.Security.Principal.WindowsIdentity.GetCurrent.User.Value it will return some unique key for every pc like…
user2430116
  • 147
  • 2
  • 2
  • 8
0
votes
1 answer

How do I generate unique IDs on the Mac/Linux without any external ruby dependencies (i.e. no gems)?

I'm trying to find a way to generate a unique system ID (HWID) without having to add any other gems first. In other words, I want someone who's running a brand new version of Mac/Linux to be able to generate an ID, without having to install anything…
Justin
  • 93
  • 1
  • 11
-1
votes
2 answers

C# HWID Check, its working but wont pass in to string

Okey, my code for checking HWID is working fine, but when it comes the part to pass the the HWID in to string its not working, its returning blank. This is the code i use private void Form1_Load(object sender, EventArgs e) { string HWID…
CEED
  • 1
  • 3
-2
votes
1 answer

Is there a way to get a users Hardware-ID in C#?

Im trying to get the hwid of a user using csharp for a program kind of like stuff like PredatorSense which shows ur cpu speed and other stuff, ive tried using the Registry.GetValue method from Microsoft.Win32 yet idk how to use it, Heres my code.…
-3
votes
1 answer

Valorant HWID Band

I have a HWID Ban in Valorant (Van 152) I used several spoofer like Woofer or InvisionCheats or Cheat City Spoofer (all paid ones) and flashed Bios afterwords. I even reinstalled Windoows and Valorant/Riot Games/Vanguard several times. I need help.…
YFF
  • 1
-3
votes
1 answer

Tried to convert a registry value to a string but got some error

I tried many many ways to Convert a value to String so part of my tool set I made a form that will tell you your HWID HardWare ID. I found the registry with the value in it. HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\IDConfigDB\Hardware…
Jake Nime
  • 9
  • 3