door Bvandeglind | apr 12, 2023 | Handig, naslag
The following steps are required to remove all virtual disks and create a new one in RAID0 level in a Dell PowerEdge Server. Boot the server Click F2 to enter system setup when prompted on the screen Open Device Settings Select RAID controller Select Check...
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” }