Jump to content

Tsunami

Member
  • Posts

    292
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Netherlands

Everything posted by Tsunami

  1. He already said he wanted to close a folder... The problem is that you can't use taskkill here, because explorer windows are part of explorer.exe (correct me if I'm wrong, I couldn't get it to work, but that could just be me ), so killing that would kill your whole shell.
  2. Really, where did you get that second tweak Astalavista InfoTip has nothing to do with the position of the icon, and I afaik there's no difference between HKEY_LOCAL_MACHINE\SOFTWARE\Classes and HKEY_CLASSES_ROOT, so this should be enough: [HKEY_CLASSES_ROOT\{450D8FBA-AD25-11D0-98A8-0800361B1103}] "SortOrderIndex"=dword:00000054
  3. I believe it always asks for a serial when you run the setup from Windows.
  4. here ya go: http://www.simplify-i-t.com/guides/guide1.htm
  5. 1) Maybe it's better to remove your product key from your post. 2) Is your $OEM$ folder next to or inside your I386 folder?
  6. Start Run cmd help md -> Create directory voila
  7. Can't we have a limitation that people that have less than 50 posts can't use caps, big letters and colors? seamanyin: please don't use big letters and colors unnecessarily. As for an example, you can find plenty of examples with the search function of this board. Or just read ref.chm.
  8. Well, you would know if you just read that website...
  9. Try it the other way around : REG ADD %KEY%\060 /VE /D "Install of Maxthon" /F REG ADD %KEY%\060 /VE 1 "rundll32 setupapi,InstallHinfSection DefaultInstall 128 \"%ProgramFiles%\Maxthon\maxthon.inf\"" /F
  10. Well, I did read it, but I just wanted to know if there was another way to do it (without using binary). I guess there isn't
  11. The Data-value can be a REG_SZ, so you don't have to work with hex values. I tried to make it a REG_MULTI_SZ (to have multiple lines), but it just put all the lines on one line I think you're better off with a predefined file if you want to have multiple lines. Edit1: btw, you don't need the NullFile-value in there. It will show up in the New-list anyway if you just put in the Data- or FileName-value. Edit2: I'd still go for the predefined file. If you use the Data-value, it will add a character (not sure what character, it shows up as a space in Notepad) to the end of your string.
  12. I just tried it, but the values for Type and Size are the other way around here. So: 0 = Name 1 = Size 2 = Type 3 = Date
  13. http://www.dazdezines.com/simplify-it redirects to http://www.simplify-i-t.com/guides/guide1.htm
  14. I'm not sure what language you wrote that example in, but if it's supposed to be a batch file, then it's wrong IF "%UserName%" == "A" GOTO NameA IF "%UserName%" == "B" GOTO NameB IF "%UserName%" == "C" GOTO NameC IF "%UserName%" == "D" GOTO End :NameA setup.exe EXIT :NameB setup.exe EXIT :NameC setup.exe EXIT :End EXIT
  15. Sets cache size to 50MB: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\Cache\Content] "CacheLimit"=dword:0000c800 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\Content] "CacheLimit"=dword:0000c800
  16. DEL "%AppData%\Microsoft\Internet Explorer\Quick Launch\Ad-aware SE Professional.lnk"
  17. Yes, it's hardware dependant. I asked the same thing in this topic, and idle.newbie recommended me NirCmd. It works perfect
  18. Put the last \ back one character. Like this: REG ADD %KEY%\015 /V 1 /D "\"%systemdrive%\windows\system32\xcopy.exe /Y /E /I %systemdrive%\install\Tcommander\inikey f:\Total commander\"" /f That should work.
  19. You can create a directory and call it "Recycle Bin.{645FF040-5081-101B-9F08-00AA002F954E}" (you can call it whatever you like, just make sure it has the {645FF040-5081-101B-9F08-00AA002F954E} extension). In will only show the description in your Quick Launch, not the name.
  20. It's mentioned under the winbom.ini section in SP1's ref.chm, but there's no winbom.ini section in SP2's ref.chm, so I don't know if it's even possible in SP2 then.
  21. No, you still haven't said what you want to do with it It's called OOBE, so searching for that will give you enough info I think.
×
×
  • Create New...