Jump to content

nakira

Member
  • Posts

    118
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Japan

Everything posted by nakira

  1. That's drive types, with TweakUI you can enable/disable autoplay for specific drive letters.
  2. You can disable Autorun for specific drives with TweakUI.
  3. It might seem silly, but make sure the path to hosts is set properly. Below is %SystemRoot%\System32\drivers\etc [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters] "DataBasePath"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,\ 00,74,00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,\ 64,00,72,00,69,00,76,00,65,00,72,00,73,00,5c,00,65,00,74,00,63,00,00,00
  4. I think this key [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams] "Settings"=hex:08,00,00,00,04,00,00,00,01,00,00,00,00,77,7e,13,73,35,cf,11,ae,\ 69,08,00,2b,2e,12,62,04,00,00,00,10,00,00,00,43,00,00,00 It's current user, so setting it from cmdlines.txt should make it the default.
  5. This should do it @echo off pushd %userprofile%\Local Settings\Temporary Internet Files\Content.IE5 for /f "tokens=*" %%a in ('dir /s/b favicon*.ico') do del "%%a" popd
  6. Just add a pause command to shutdown.cmd @echo off&&shutdown.exe -r -f -t 5&&pause
  7. Run ("msiexec /i progA.msi TRANSFORMS=progA.mst /qr")
  8. If you're using Firefox browser you might like the pdf download extension.
  9. nakira

    Glitch?

    Well in my case stopping the services caused the loss of the MFU list, while yours was caused by the power failure. For me, the list repopulated like from a new install.
  10. nakira

    Glitch?

    I did that myself once by killing too many services The list started to repopulate shortly.
  11. You should probably remove the registry entry and unregister the dll reg delete HKCR\*\shellex\ContextMenuHandlers\CopyMoveTo /f regsvr32 -u -s %systemroot%\system32\ContextMenuExt.dll
  12. Look here HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\CopyMoveTo
  13. You have to create the keys, if they don't exist the default places are used. Here's an example Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\ComDlg32\Placesbar] "Place0"=dword:00000000 "Place1"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,44,00,72,00,69,00,76,\ 00,65,00,25,00,5c,00,00,00 "Place2"="D:\\" "Place3"="E:\\" "Place4"=dword:00000011 Where "Place0" is Desktop "Place1" is %systemdrive%\ "Place2" is D:\ "Place3" is E:\ "Place4" is My Computer
  14. Use the right mouse button when dragging and you will have the option to copy or move.
  15. Oh yeah, sorry, that is Office places. This is the key for normal Open/Save places. HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\ComDlg32\Placesbar
  16. Or you can put the Royale files into $OEM$\$$\Resources\Themes\Royale and they will be copied to %systemroot%\Resources. Apply that style, and save it as Royale.theme, copy the theme file into $OEM$\$$\Resources\Themes in WINNT.SIF [Shell] CustomDefaultThemeFile = "%WinDir%\Resources\Themes\Royale.theme" Edit: See this page
  17. 1. How to customize the My Places bar 3. Instead of having shortcuts on your desktop, you could make hardlinks to the folders. Linkd.exe is in the Windows Server 2003 Resource Kit Tools (it's also in the Win2000 resource kit but that ones not free) Example cd desktop md Downloads linkd downloads c:\downloads Link created at: downloads Now the 'Downloads' folder on the desktop looks and acts just like a regular folder, except the contents of it are actually the files/folders inside C:\Downloads. If you save/delete/alter anything in it the changes will actually be in the target folder.
  18. Ar703.exe is missing msvcr71.dll, if you place that file into system32 it should be ok. Alternatively, add it into the ar703.exe file (with 7zip, put it into the system32 folder inside the archive)
  19. Possibly X-Setup -> http://www.x-setup.net/
  20. When you're making the archive, choose "Create SFX Archive" then click on the "Advanced" tab and then "SFX options" From there you can configure paths, silent/nonsilent mode. shortcuts etc. Try the help button if you need more info on each option. File associations will need a reg file or a cmd file
  21. nakira

    MS Update

    There's a lot more than .NET and IE6 updates there
×
×
  • Create New...