How do I set up command-line flags for Google Chrome in Windows?

I do it via a Windows shortcut:

2024-10-05--11-18-53

Step 1

Right-click on the shortcut and select «Properties».

Step 2

Go to the «Shortcut» tab.

Step 3

In the «Target» field, add your command-line flags to the existing path after chrome.exe.
An example:

"C:\Program Files\Google\Chrome\Application\chrome.exe" --disable-features=ExtensionManifestV2Unsupported,ExtensionManifestV2Disabled --force-device-scale-factor=1.25 --profile-directory="Default"

Step 4

Click «OK» to save the changes.

Result

The shortcut will now open Chrome with the selected command-line flags.