Skip to content

Shell script to modify System information of Windows 10 Virtual Machine on VBox

License

Notifications You must be signed in to change notification settings

Hashik-Donthineni/vBoxSysInfoMod-Linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

vBoxSysInfoMod-Linux

This script is used to modify the values inside Virtual Machine VBox to hide it from scammers. Very useful for scambaiting (Scamming a tech-scammer).

The script changes values inside the "System Information" of Windows 10 guests. However, to change the values inside the "Device Manager," we need to change couple of values in Windows Registery; you can get to them hitting "find" on HKEY_LOCAL_MACHINE > System > ControlSet001 > Enum section, the terms are...

{4d36e967-e325-11ce-bfc1-08002be10318}
{4d36e968-e325-11ce-bfc1-08002be10318}
{4d36e965-e325-11ce-bfc1-08002be10318}
{4d36e96f-e325-11ce-bfc1-08002be10318}

You can take help from UncleUdink's Youtube video to change the values. To change the values. His Video contains a similar script, but for Windows.

Usage

To give executable permission to the script.

chmod 777 VboxMod.sh 

To set the values

./VboxMod.sh -s

To re-set the values

./VboxMod.sh -r

Don't forget to close both VBox Guest Additions Service, tray icon using task-bar manager.

It is only used in the OS start-up so it's safe to close them.

About

Shell script to modify System information of Windows 10 Virtual Machine on VBox

Topics

Resources

License

Stars

Watchers

Forks

Languages