Add print dir to context menu – Win 7

Registry information to add a print directory menu to your right mouse button in Windows 7// Part One

Copy the following and save it as print.reg

Double click and add the contents to the registry.

=================================================
Windows Registry Editor Version 5.00

[-HKEY_CLASSES_ROOT\Directory\shell\print]

[HKEY_CLASSES_ROOT\Directory\shell\print]
@=”Print Directory List”
“HasLUAShield”=””

[HKEY_CLASSES_ROOT\Directory\shell\print\command]
@=”cmd.exe /s /k pushd \”%V\” & printlist”

[-HKEY_CLASSES_ROOT\Directory\Background\shell\print]

[HKEY_CLASSES_ROOT\Directory\Background\shell\print]
@=”Print Directory List”
“HasLUAShield”=””

[HKEY_CLASSES_ROOT\Directory\Background\shell\print\command]
@=”cmd.exe /s /k pushd \”%V\” & printlist”

[-HKEY_CLASSES_ROOT\Drive\shell\print]

[HKEY_CLASSES_ROOT\Drive\shell\print]
@=”Print Directory List”
“HasLUAShield”=””

[HKEY_CLASSES_ROOT\Drive\shell\print\command]
@=”cmd.exe /s /k pushd \”%V\” & printlist”
=========================================================

// Part Two

Copy the following to a file called printlist.bat and save it in the Windows/System32 directory.

========================
dir /b > print.txt
exit
========================

Print Friendly, PDF & Email

More Like This


Categories


Win 7 / 10 Tips & Tricks

Tags


  • Post a comment