https://canary.discord.com/channels/296120206932312064/1139368007995510885/1241993871672606780
- take ownership HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\DmaSecurity\AllowedBuses
- kasih user full control ke regkey itu
- add string values ke regkey, masukin nama serah terus valuenya sesuai compatible IDs
https://canary.discord.com/channels/296120206932312064/1139368007995510885/1242007544524705802
- list of PCIE devices: wmi class
Win32_PnpEntity
, find all withPCI
in the first 3 char ofqueryObj["PNPDeviceID"]
, device name is onqueryObj["Name"]
Doc: https://stackoverflow.com/questions/11966684/how-to-get-the-device-id-of-pci-devices - take registry ownership https://stackoverflow.com/questions/38448390/how-do-i-programmatically-give-ownership-of-a-registry-key-to-administrators