Jump to content

SlimShady

Member
  • Posts

    133
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Netherlands

Everything posted by SlimShady

  1. You can tell the batch file to delete the shortcut that runs the batch. For example: CLS @echo off ECHO. START %systemdrive%\install\quicklaunch.vbs DEL /Q "%ALLUSERSPROFILE%\Start Menu\Programs\Startup\quicklaunch.lnk" ECHO. EXIT Let your batch file copy the link (that links to %systemdrive%\install\quicklaunch.bat) to "%ALLUSERSPROFILE%\Start Menu\Programs\Startup" It will run the quicklaunch.vbs and delete the shortcut, so it won't run ever again.
  2. I was thinking about the toolbar of IE 6. 'Where are the settings for the toolbars and the buttons stored?' Ofcourse in the registry. So I searched on Google, I only found tools to add buttons. But that's not what I want. I want to only have certain buttons shown. What I did (on 2K, but I want this for XP) is locate the registry key: [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer] I compared the registry settings before and after adding a button. This 'name' has been added: 'AddButtons' as a DWORD. Never mind, I finally found what I want, for interested, here's a link: http://www.winguides.com/registry/display.php/968
×
×
  • Create New...