Jump to content

wangchung

Member
  • Posts

    17
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by wangchung

  1. Every few hours of inactivity, the checkbox ( http://www.mvps.org/marksxp/images/desktop/perfop.JPG ) next to smooth-scroll listboxes resets itself. I want it off, and it resets to on. HKCU \Software\Microsoft\Windows\CurrentVersion\ Explorer\VisualEffects\ListBoxSmoothScrolling\DefaultApplied is "dword:00000001" HKCU\Control Panel\ Desktop\UserPreferencesMask is b0 02 01 80. Changing the third bit to a 1 doesn't have any effect. Can anyone help permanently turn off smooth scrolling of list boxes?
  2. OK, it was the IPSec driver, which the TCPIP driver depends on. Both IPSec and TCPIP are not listed in services.msc. [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\IPSec] "Start"=dword:00000003 Thanks everyone.
  3. Hmm... it might be: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\IPSec] "Start"=dword:00000003 This sets the IPSec driver to manual, when I meant to disable the PolicyAgent. Let's test in VM ...
  4. OK, it's definitely one of the services tweaks. Thanks for leading me in that direction, MHz. Any ideas? I've disabled DNS and DHCP on Windows 2000 machines with no problems, so I doubt it's those.
  5. One of these unattended regtweaks causes the tcpip driver to fail with the following error upon reboot: Event ID: 7000 Description: The TCP/IP Protocol Driver service failed to start due to the following error: The system cannot find the file specified. Can anyone figure out which tweak is killing it? (please see attached - you may want to run in a VM and make a restore point before running it) services.reg
  6. When reinstalling Outlook Express via: %SystemRoot%\System32\rundll32.exe setupapi,InstallHinfSection DefaultInstall 128 %systemroot%\inf\msoe50.inf %SystemRoot%\System32\rundll32.exe setupapi,InstallHinfSection DefaultInstall 128 %systemroot%\inf\wab50.inf How do you specify the CD-ROM drive? By default, it looks in "C:\WINDOWS\inf\i386" which doesn't exist.
  7. It's still not as fast as version 4. I've never encountered a PDF than version 4 can't read. You can download it at http://www.oldversion.com/program.php?n=acrobat REG ADD %KEY%\005 /VE /D "Acrobat Reader 4" /f REG ADD %KEY%\005 /V 1 /D "%systemdrive%\apps\acrobat\setup.exe /s /f1"%systemdrive%\apps\acrobat\setup.iss"" /f Here is the Adobe recommended way of disabling plug-ins. You can put it in cleanup.cmd: move "%programfiles%\Adobe\Acrobat\Reader\plug_ins\*.*" "%programfiles%\Adobe\Acrobat\Reader\Optional"
  8. My Recent Documents renamed results:
  9. How to rename My Recent Documents: 1. reshack explorer.exe (see attached) 2. use replacer 3. reboot
  10. How do you: - Classic Start Menu: Remove Printers and Faxes from Settings? - Classic Start Menu: Remove the word "Programs" (you can remove "All Programs" from New Start Menu, why not on Classic?) - Classic Start Menu: Rename Search to Find and make it a one-click operation (without using a VBS script) - Classic Start Menu: Rename Settings to Control Panel and make it a one-click operation - New Start Menu: Rename My Recent Documents? Even reshacking shell32.dll didn't work. Also, can these be done automatically? - Outlook Express: Import registry settings to new machine when you don't know what the new Identity key will be - Services.msc: Remove Extended tab leaving only the Standard View (manually: mmc.exe > open services > click Customize View > Uncheck Taskpad Navigation Tabs > Save) - Or can you safely copy a saved services.msc from one XP system to another? - Cole2k advanced codec pack: Install everything but Divx Pro?
  11. How do you install the following 3 drivers silently? raspppoe ( http://raspppoe.com/RASPPPOE_098B.ZIP ) pdf995 ( http://www.pdf995.com/download.html ) dfmirage hook driver for TightVNC ( http://aleron.dl.sourceforge.net/sourcefor...ht/dfmirage.zip )
  12. Peek is a handy context menu extension that is similar to the unix strings command. You can download it at http://members.ping.at/mlubich/peek11.zip It only comes with in INF and a DLL. How do you automate the install of this INF?
  13. Found it: http://www.msfn.org/board/index.php?showto...ndpost&p=156868
  14. Thanks Crahak! Now, any idea about the TEMP variables? I'd like to set them before RunOnceEx ...
  15. How do you enable the No Sounds scheme? How do you disable the pc speaker/beep device? What's the best way of setting TEMP/TMP variables? When exporting [HKEY_CURRENT_USER\Environment], I get back hex values. Would like something a little cleaner.
  16. Also, what's the switch to make opera install to %programfiles%\opera instead of \opera75? I have this so far: REG ADD %KEY%\009 /VE /D "Opera" /f REG ADD %KEY%\009 /V 1 /D "%systemdrive%\apps\opera\ow32enen754.exe /s" /f REG ADD %KEY%\009 /V 2 /D "copy %systemdrive%\apps\opera\opera6.ini %systemdrive%\usr\local\opera\profile\opera6.ini" /f
  17. Edit: Got Miranda-IM and VCDGear working by RARing their respective folders and using this as a comment: Path=.\%programfiles% SavePath Silent=1 Overwrite=2 As for Acrobat 4, Universal Silent Switch Finder (USSF) helped.
×
×
  • Create New...