Sqeaky clean vm tips

alright, so I’m in the process of making an extra sneaky vm for y’all, and I thought, since I need to transfer the code anyway, I’d show you a bit I use that disguises things very well.

Post this in a Notepad and save as .reg file. Then run this with admin privs every time you boot (run a task) or run it once and then create a snapshot of your VM.

@echo off reg add "HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\SYSTEM" /v "SystemBiosVersion" /d "ALASKA - 1072009" /t REG_MULTI_SZ /f reg add "HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\SYSTEM" /v "VideoBiosVersion" /d "84.6.26.0.5a" /t REG_MULTI_SZ /f

Thanks @Alphu#96479

Would this change how something looks in MSInfo32 and DxDiag or something else?

this isn’t msinfo or dxdiag. this is wmic bios get version. Sometimes you see a random uac prompt after the scammer logs on. this is gotoassist checking specs on the pc. If they see VBOX - 1, you’re done. this fixes that (provided you have registry ownership I think. troubleshooting now.)

So how do you run this? im new to everything