Installation of v12 under Windows no assets

Hey together,
after composer install/update no symlinks will be created under public/_assets with a windows operating system.

If I use WSL for Windows on another machine, everything works like expected.
But Windows PowerShell or CMD will not create _assets files.

This makes it impossible to run TYPO3 under Windows.

Anyone with the same issue?

Best wishes.

Daniel

PS here ist my composer.json:

{
	"name": "dn/t312",
	"description": "T312 local",
	"license": "GPL-2.0-or-later",
	"type": "project",
	"config": {
		"allow-plugins": {
			"typo3/class-alias-loader": true
		},
		"platform": {
			"php": "8.1.*"
		},
		"sort-packages": true
	},
	"repositories": [
		{
			"type": "path",
			"url": "./extensions/*/"
		}
	],
	"require": {
		"typo3/cms-backend": "^12.4",
		"typo3/cms-belog": "^12.4",
		"typo3/cms-beuser": "^12.4",
		"typo3/cms-core": "^12.4",
		"typo3/cms-dashboard": "^12.4",
		"typo3/cms-extbase": "^12.4",
		"typo3/cms-extensionmanager": "^12.4",
		"typo3/cms-felogin": "^12.4",
		"typo3/cms-filelist": "^12.4",
		"typo3/cms-filemetadata": "^12.4",
		"typo3/cms-fluid": "^12.4",
		"typo3/cms-fluid-styled-content": "^12.4",
		"typo3/cms-form": "^12.4",
		"typo3/cms-frontend": "^12.4",
		"typo3/cms-impexp": "^12.4",
		"typo3/cms-indexed-search": "^12.4",
		"typo3/cms-info": "^12.4",
		"typo3/cms-install": "^12.4",
		"typo3/cms-lowlevel": "^12.4",
		"typo3/cms-recycler": "^12.4",
		"typo3/cms-redirects": "^12.4",
		"typo3/cms-reports": "^12.4",
		"typo3/cms-rte-ckeditor": "^12.4",
		"typo3/cms-scheduler": "^12.4",
		"typo3/cms-seo": "^12.4",
		"typo3/cms-setup": "^12.4",
		"typo3/cms-sys-note": "^12.4",
		"typo3/cms-tstemplate": "^12.4",
		"helhum/typo3-console": "^8.0"
	},
	"scripts": {
		"typo3-cms-scripts": [
			"vendor/bin/typo3 install:fixfolderstructure"
		],
		"post-autoload-dump": [
			"@typo3-cms-scripts"
		]
	},
	"require-dev": {
		"roave/security-advisories": "dev-latest"
	},
	"config": {
		"allow-plugins": {
			"typo3/class-alias-loader": true,
			"typo3/cms-composer-installers": true
		}
	}
}

It’s a bug.
For all:
https://review.typo3.org/c/Packages/TYPO3.CMS/+/75867