User Tools

Site Tools


windows:notes:misc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
windows:notes:misc [2026/07/29 08:58] Sean Rhonewindows:notes:misc [2026/07/30 19:50] (current) – eject iso Sean Rhone
Line 119: Line 119:
  
   "%SystemRoot%\System32\bcdedit.exe" /deletevalue "SAFEBOOT"   "%SystemRoot%\System32\bcdedit.exe" /deletevalue "SAFEBOOT"
 +
 +====== Eject ISO ======
 +
 +  * Eject disk at ''D:\'' ([[https://superuser.com/questions/972447/how-can-i-eject-a-cd-via-the-cmd/972502#972502|source]])
 +
 +  "%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -Command "(New-Object -COM 'Shell.Application').NameSpace(17).ParseName('D:').InvokeVerb('Eject')"
  
 ====== Tweaks ====== ====== Tweaks ======
/usr/local/www/wiki/data/attic/windows/notes/misc.1785329906.txt.gz · Last modified: by Sean Rhone