The aim of Dart FFI project (tracked as Issue #34452) is to provide a low boilerplate, low ceremony & low overhead way of interoperating with native C/C++ code.
The motivation behind this project is twofold:
The aim of Dart FFI project (tracked as Issue #34452) is to provide a low boilerplate, low ceremony & low overhead way of interoperating with native C/C++ code.
The motivation behind this project is twofold:
# List of packages to be installed. | |
$Packages = 'firefox', 'vlc', '7zip', 'vscode', ` | |
'everything', 'sharex', 'scansnapmanager', 'steam', 'discord', ` | |
'Revo.Uninstaller', 'battle.net' | |
# Packages that won't be installed and the user will be reminded of. | |
$Extras = "Windows Store apps, Oculus, AMD/Radeon Drivers" | |
# Get the ID and security principal of the current user account | |
$myWindowsID = [System.Security.Principal.WindowsIdentity]::GetCurrent() | |
$myWindowsPrincipal = new-object System.Security.Principal.WindowsPrincipal($myWindowsID) |