Jump to content

tum0r

Member
  • Posts

    64
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by tum0r

  1. :thumbup ... detailed information ...
    The ultimate 'God Mode' list: 39 secret Windows 7 shortcuts (by Ed Bott)

    http://blogs.zdnet.com/Bott/?p=1615&page=2

    http://blogs.zdnet.com/Bott/?p=1615&page=3

    Specialists ...

    Specifying a Namespace Extension's Location

    http://msdn.microsoft.com/en-us/library/cc...5).aspx#virtual

    COM-CLSID Attribute

    http://msdn.microsoft.com/en-us/library/ms675453(VS.85).aspx

    Find me Keywords Tags: CLSID Numbers List (Windows Class Identifiers) Gosh Mode Goof Mode Spoof Mode GoshMode GoofMode Spoofmode

    Anybody having any luck adding these to the Control Panel? I'm going by this, but not working yet:

    Specifying a Namespace Extension's Location

    http://msdn.microsoft.com/en-us/library/cc...5).aspx#virtual

  2. Yeah, I'll try and whip up an undo.reg for you. I've had no luck getting any this to work under vista. I get the excel missing .dll error too, default to 2003 didnt work. context menus are there but dont work with 2007. I played with my script and reg entries but still had no luck. I'm suprised the default to 2003 is working for you.

    Gimmie a day or two for the undo reg. And if anybody has any ideas on how to get this to work for vista, please let me know!

  3. tum0r-

    Can you share with me the script for defaulting files to open with 2003? I used the script to give the option of opening in either version and it works great. It would be helpful to have everything open in 03 since my whole company is not up and running with 07 yet. Who knows when that will be =)

    heres the .cmd:

    Rem -- Reenable Excel and PowerPoint 2003:

    "%ProgramFiles%\Microsoft Office\OFFICE11\Excel.exe" /regserver
    "%ProgramFiles%\Microsoft Office\OFFICE11\PowerPnt.exe" /regserver


    Rem -- Setup Right-click menu for 2003 & 2007 choices

    RegEdit /s Tweaks\TweakMSO.reg


    Rem -- Stop MS-Word from re-registering

    RegEdit /s Tweaks\NoRereg.reg


    Rem -- Return Microsoft Word default to Office-2003!

    "C:\Program Files\Microsoft Office\OFFICE11\WinWord.exe" /r

    pause

    exit

    and here's norereg.reg:

    REGEDIT4

    [HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Access]

    [HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Access\Options]
    "NoRereg"=dword:00000001

    [HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Excel]

    [HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Excel\Options]
    "NoRereg"=dword:00000001

    [HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\PowerPoint]

    [HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\PowerPoint\Options]
    "NoRereg"=dword:00000001

    [HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Word]

    [HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Word\Options]
    "NoRereg"=dword:00000001


    [HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Access]

    [HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Access\Options]
    "NoRereg"=dword:00000001

    [HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Excel]

    [HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Excel\Options]
    "NoRereg"=dword:00000001

    [HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\PowerPoint]

    [HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\PowerPoint\Options]
    "NoRereg"=dword:00000001

    [HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Word]

    [HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Word\Options]
    "NoRereg"=dword:00000001

  4. I tried merging the installers as you did, but I was not able to get past the product selection either. I seperated out the files again, removed the folders Admin, Catalog, and Rosebud from my new VISIO folder and adjusted my script a little. There may be some super Config.xml file that can do it correctly, but I dont know it....

  5. heres a little registry tweak that puts open with 2003 and open with 2007 in the right click context menu (dosent work with files created in Access 2007):

    NOTE: THE FOLLOWING FILES ONLY WORK FOR XP

    REGEDIT4

    ;----- MS Access Menu Items:

    [HKEY_CLASSES_ROOT\Access.Application.11\shell]

    [HKEY_CLASSES_ROOT\Access.Application.11\shell\Access2003]
    @="OPEN with Microsoft Access 2003"

    [HKEY_CLASSES_ROOT\Access.Application.11\shell\Access2003\command]
    @="\"C:\\Program Files\\Microsoft Office\\OFFICE11\\MSACCESS.EXE\" /NOSTARTUP \"%1\""

    [HKEY_CLASSES_ROOT\Access.Application.11\shell\Access2007]
    @="OPEN with Microsoft Access 2007"

    [HKEY_CLASSES_ROOT\Access.Application.11\shell\Access2007\command]
    @="\"C:\\Program Files\\Microsoft Office\\OFFICE12\\MSACCESS.EXE\" /NOSTARTUP \"%1\""


    [HKEY_CLASSES_ROOT\Access.MDBFile\shell]

    [HKEY_CLASSES_ROOT\Access.MDBFile\shell\Access2003]
    @="OPEN with Microsoft Access 2003"

    [HKEY_CLASSES_ROOT\Access.MDBFile\shell\Access2003\command]
    @="\"C:\\Program Files\\Microsoft Office\\OFFICE11\\MSACCESS.EXE\" /NOSTARTUP \"%1\""

    [HKEY_CLASSES_ROOT\Access.MDBFile\shell\Access2007]
    @="OPEN with Microsoft Access 2007"

    [HKEY_CLASSES_ROOT\Access.MDBFile\shell\Access2007\command]
    @="\"C:\\Program Files\\Microsoft Office\\OFFICE12\\MSACCESS.EXE\" /NOSTARTUP \"%1\""

    ;----- MS PowerPoint Menu Items:

    [HKEY_CLASSES_ROOT\PowerPoint.Show.8\shell]

    [HKEY_CLASSES_ROOT\PowerPoint.Show.8\shell\PowerPnt2003]
    @="OPEN with Microsoft PowerPoint 2003"

    [HKEY_CLASSES_ROOT\PowerPoint.Show.8\shell\PowerPnt2003\command]
    @="\"C:\\Program Files\\Microsoft Office\\Office11\\POWERPNT.EXE\" \"%1\""

    [HKEY_CLASSES_ROOT\PowerPoint.Show.8\shell\PowerPnt2007]
    @="OPEN with Microsoft PowerPoint 2007"

    [HKEY_CLASSES_ROOT\PowerPoint.Show.8\shell\PowerPnt2007\command]
    @="\"C:\\Program Files\\Microsoft Office\\Office12\\POWERPNT.EXE\" \"%1\""


    [HKEY_CLASSES_ROOT\PowerPoint.Show.12\shell]

    [HKEY_CLASSES_ROOT\PowerPoint.Show.12\shell\PowerPnt2003]
    @="OPEN with Microsoft PowerPoint 2003"

    [HKEY_CLASSES_ROOT\PowerPoint.Show.12\shell\PowerPnt2003\command]
    @="\"C:\\Program Files\\Microsoft Office\\Office11\\POWERPNT.EXE\" \"%1\""

    [HKEY_CLASSES_ROOT\PowerPoint.Show.12\shell\PowerPnt2007]
    @="OPEN with Microsoft PowerPoint 2007"

    [HKEY_CLASSES_ROOT\PowerPoint.Show.12\shell\PowerPnt2007\command]
    @="\"C:\\Program Files\\Microsoft Office\\Office12\\POWERPNT.EXE\" \"%1\""

    ;----- MS Excel Menu Items:

    [HKEY_CLASSES_ROOT\Excel.Sheet.8\shell\Excel2003]
    @="OPEN with Microsoft Excel 2003"

    [HKEY_CLASSES_ROOT\Excel.Sheet.8\shell\Excel2003\command]
    @="\"C:\\Program Files\\Microsoft Office\\Office11\\EXCEL.EXE\" \"%1\""

    [HKEY_CLASSES_ROOT\Excel.Sheet.8\shell\Excel2007]
    @="OPEN with Microsoft Excel 2007"

    [HKEY_CLASSES_ROOT\Excel.Sheet.8\shell\Excel2007\command]
    @="\"C:\\Program Files\\Microsoft Office\\Office12\\EXCEL.EXE\" \"%1\""


    [HKEY_CLASSES_ROOT\Excel.Sheet.12\shell\Excel2003]
    @="OPEN with Microsoft Excel 2003"

    [HKEY_CLASSES_ROOT\Excel.Sheet.12\shell\Excel2003\command]
    @="\"C:\\Program Files\\Microsoft Office\\Office11\\EXCEL.EXE\" \"%1\""

    [HKEY_CLASSES_ROOT\Excel.Sheet.12\shell\Excel2007]
    @="OPEN with Microsoft Excel 2007"

    [HKEY_CLASSES_ROOT\Excel.Sheet.12\shell\Excel2007\command]
    @="\"C:\\Program Files\\Microsoft Office\\Office12\\EXCEL.EXE\" \"%1\""

    ;----- MS Word Menu Items:

    [HKEY_CLASSES_ROOT\Word.Document.8]

    [HKEY_CLASSES_ROOT\Word.Document.8\shell\Word2003]
    @="OPEN with Microsoft Word 2003"

    [HKEY_CLASSES_ROOT\Word.Document.8\shell\Word2003\command]
    @="\"C:\\Program Files\\Microsoft Office\\OFFICE11\\WINWORD.EXE\" \"%1\""

    [HKEY_CLASSES_ROOT\Word.Document.8\shell\Word2007]
    @="OPEN with Microsoft Word 2007"

    [HKEY_CLASSES_ROOT\Word.Document.8\shell\Word2007\command]
    @="\"C:\\Program Files\\Microsoft Office\\OFFICE12\\WINWORD.EXE\" \"%1\""


    [HKEY_CLASSES_ROOT\Word.Document.12]

    [HKEY_CLASSES_ROOT\Word.Document.12\shell\Word2003]
    @="OPEN with Microsoft Word 2003"

    [HKEY_CLASSES_ROOT\Word.Document.12\shell\Word2003\command]
    @="\"C:\\Program Files\\Microsoft Office\\OFFICE11\\WINWORD.EXE\" \"%1\""

    [HKEY_CLASSES_ROOT\Word.Document.12\shell\Word2007]
    @="OPEN with Microsoft Word 2007"

    [HKEY_CLASSES_ROOT\Word.Document.12\shell\Word2007\command]
    @="\"C:\\Program Files\\Microsoft Office\\OFFICE12\\WINWORD.EXE\" \"%1\""

    as for files automatically opening in 2007, i do have another script we use to make all files default to 2003.......

  6. i'm trying to lighten my 2007 as well. i can keep things from installing, but can i remove stuff (like groove) to make my installer smaller? i'm using enterprise with OCT. i'm very curious how you got down to 270 MB.....

  7. does any body know the files i need to modify for changing the text/colors in the textmode setup? the ugly blue one that says pick a partition, copying files, etc?

    thanks...

    nvm. found it on page 2 here in this thread. thanks orbit30....

  8. I'll be building a new multi-xp/repair disc soon now that SP3 is as good as here. So I'd also like to add some newer repair tools.

    I really like Parted Magic and would like to have it as a menu option but can't figure out how the hell to get it working with CDShell. I know there's an isolinux option you can use from CDShell (and this would be the only util using it) but I've tried placing the iso-extracted files in a few different places and just can't get the program to run when called from CDShell. Can anyone who knows their way around cdshell and isolinux help me out here?

    i've been trying the same thing. been using BCDW through Nuno's UXP project, which works, but i would perfer to use CDShell. Supposedly they can be used together, but i've had no luck. I'm also trying to add Offline NT Password & Registry Editor to my disc, but that would include multiple isolinux boot options....

  9. dosent cdswitch have a script that looks for CD.txt in all drives before continuing? maybe that could be modified....

    FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\CD.txt SET CDROM=%%i:

    cmdow @ /HID
    @echo off

    ECHO.
    ECHO Switch to next disc
    ECHO Please wait...
    start /wait cdswitch DSXPV2_D2 %CDROM%

    ECHO.
    ECHO Starting WPI
    ECHO Please wait...
    start /wait %CDROM%\WPI.hta

    ECHO.

    i think if you just edit out the switch disc part, that would work......?

×
×
  • Create New...