Change/remove PC identifiers.
I saw that many apps store hardware identifiers, so I thought changing HWID and IP address was enough, but I was wrong, it turns out there are many many PC identifiers software has access to, Including
1.IP/MAC address
2.HWID
3.HDD serial number
4.CPU/Bios serial number
5.Windows id
As one might think changing all of these (and more) is tricky and time consuming, while some of them are completely unchangeable. So I'm wondering if there's a way to either:
Fake the Hardware/PC identifiers the program receives (maybe something like a 'sandbox' that the app runs in which feeds it with false info and identifiers)
Denying the program access to those identifiers (since software doesn't directly comunicate with your BIOS which gives out your seriial number)
Since doing that would be really serviceable in a lot of situations. So does anyone know how to do that?