diff --git a/.vscode/tasks.json b/.vscode/tasks.json
index 1a638678a84fe9ecdb4897f0558affe303a62609..acb21326f83f5cb9e9ec192d1e893357a1aff14c 100644
--- a/.vscode/tasks.json
+++ b/.vscode/tasks.json
@@ -61,7 +61,7 @@
             "label": "Run Sextant",
             "type": "shell",
             "windows": {
-                "command": "cd build/boot; c:\\sextant\\qemu\\qemu.exe -L \"c:\\sextant\\qemu\" -net nic,model=ne2k_isa -net user -tftp ./ -cdrom grub.iso",
+                "command": "cd build/boot; c:\\sextant\\qemu\\qemu.exe -L \"c:\\sextant\\qemu\" -no-kqemu -net 'nic,model=ne2k_isa' -net user -tftp ./ -cdrom grub.iso",
                 "options": {
                     "env": {
                         "PATH": "C:\\sextant\\ccompil"
@@ -128,4 +128,4 @@
             "problemMatcher": []
         }
     ]
-}
\ No newline at end of file
+}