door Bvandeglind | apr 12, 2023 | Handig, naslag
Bypass Windows 11 security requirements Below are the instructions to bypass these security settings during the installation of Windows 11. Quick-steps-quide During set-up start a command prompt: Shift-F10 Open the registry editor: regedit Navigate...
door Bvandeglind | apr 12, 2023 | Handig, naslag
Get-ChildItem “C:\Downloads\PDF\*.pdf” | ForEach-Object {Start-Process $_.Name -Verb Print -WorkingDirectory “C:\Downloads\PDF” }