Defrag: Ejecting an Internal Drive, Windows on a Thumb Drive, Disable Aero Shake
- Posted: Nov 08, 2011 at 3:40 PM
- 60,614 Views
- 4 Comments
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Right click “Save as…”
Microsoft tech troubleshooter extraordinaire Gov Maharaj and I help walk you through troubleshooting solutions to your tech support problems. If you have a problem you want to send us, you can use the Problem Step Recorder in Windows 7 (see this for details on how) and send us the zip file to DefragShow@microsoft.com. We will also be checking comments for problems, but the email address will let us contact you if needed.
[00:20] - Another method to eject an internal drive for removal.
[01:45] - Speed up shutdown process to avoid pranksters.
[05:35] - Tips for running Windows on a jump drive.
[07:29] - Win key getting stuck on remote desktop.
[02:25] - USB device delays on reconnect after sleep.
[10:18] - Can't hit F8 to change boot method on MacBookPro.
[11:07] - How to get a straight highlight in OneNote and Snipping Tool.
[13:30] - Flash videos locking up browser.
[14:39] - How to disable Aero Shake.
[16:20] - Adding new files to right click New context menu. [link]
[17:32] - Tips for merging directories.
[19:24] - Can standard users share folders without admin privledges?
[19:43] - Working with VS2k8 debugging and UAC privledges.
[21:02] - Pick of the Week: Nest - Rethinking the thermostat.
Comments have been closed since this content was published more than 30 days ago, but if you'd like to continue the conversation,
please create a new thread in our Forums,
or
Contact Us and let us know.
Follow the Discussion
Oops, something didn't work.
What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in. You need to be signed in to Channel 9 to use this feature.What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in and view them all on your notifications page.sign up for email notifications?
RE: New context menus
Here's an example of adding the debugger context menu for *.dmp
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\.dmp]
@="VisualStudio.dmp.10.0"
[HKEY_CLASSES_ROOT\VisualStudio.dmp.10.0\shell]
@="WinDbg_x64_public"
[HKEY_CLASSES_ROOT\VisualStudio.dmp.10.0\shell\WinDbg_x86_public]
@="Open with WinDbg x86"
[HKEY_CLASSES_ROOT\VisualStudio.dmp.10.0\shell\WinDbg_x86_public\Command]
@="\"C:\\Debuggers_x86\\windbg.exe\" -z \"%1\" -y \"SRV*C:\\Symbols*http://msdl.microsoft.com/download/symbols\""
[HKEY_CLASSES_ROOT\VisualStudio.dmp.10.0\shell\WinDbg_x64_public]
@="Open with WinDbg x64 (Public)"
[HKEY_CLASSES_ROOT\VisualStudio.dmp.10.0\shell\WinDbg_x64_public\Command]
@="\"C:\\Debuggers\\windbg.exe\" -z \"%1\" -y \"SRV*C:\\Symbols*http://msdl.microsoft.com/download/symbols\""
[01:45] - Speed up shutdown process to avoid pranksters.
There is a Hotfix for Windows 7 RTM (included in Windows 7 Sp1) which fixes a slowdown because of a hanging taskhost.exe:
There is a delay when you shut down, restart, or log off a computer that is running Windows 7 or Windows Server 2008 R2
http://support.microsoft.com/kb/975777
Based on your advice, I created a script called "Secure reboot.bat" that I have on my desktop to reboot and walk away:
It locks the workstation, and 30 seconds later, it starts the reboot process behind the lock screen. I also have a shortcut to
shutdown.exe /a— in case I double-click the reboot icon by accident, I can log back in and hit that shortcut within the 30 second delay. Works a treat.I have the whole collection of Animaniacs DVDs (everything that's been released so far, anyway), and my kids have been earning an appreciation for it, too.
You could use the device manager, you could script DISKPART, or you could just use HotSwap!. It flushes the cache and powers down your drive from the safety and convenience of the system tray.
Remove this comment
Remove this thread
close