Jump to content

idle.newbie

Member
  • Posts

    93
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Taiwan

Everything posted by idle.newbie

  1. Downloader: NetTransport (FlashGet clone with extra features, free with tolerable popup dialog, paid for more features, unattended switch: /SILENT /SP-)
  2. i386\WINNT.SIF: [GuiUnattended] DetachedProgram = ".\system32\cmd.exe" Arguments="/Q /C FOR /F %I IN (%SystemRoot%\system32\$winnt$.inf) DO (FOR %J IN (%I$OEM$\Detached.cmd) DO (IF EXIST %J (START /MIN %J)))" $OEM$\Detached.cmd: @ECHO OFF ::change CurrentDirectory to where script is CD /D "%~dp0" ::extracting $$ into SystemRoot .\$$.exe -y -o"%SystemRoot%" .\$1.exe -y -o"%SystemDrive%" ::extracting Intel INF .\DRV\IntelINF.exe -y -o"%SystemRoot%\INF" ::extracting RyanVM SATA/Raid drivers repacked .\DRV\RaidDRV.exe -y -o"%SystemDrive%\DRV" ::extracting drivers sfx .\DRV\DRV_SFX.exe -y -o"%SystemDrive%\DRV" EXIT Tested and confirmed. Works even with OemPreinstall=No, everything executes on disc. $OEM$\$$ and $OEM$\$1 compressed with 7zip console SFX, no textmode copying needed. Also works on multi boot/source disc.
  3. How to make ShellNew with underscore shortcut hotkey? I'd like to make text file with a T shortcut key, as F for a folder...
  4. Only hides CTF language bar ;Hides language bar [HKEY_CURRENT_USER\Software\Microsoft\CTF\LangBar] "ShowStatus"=dword:00000003 "Label"=dword:00000000 "ExtraIconsOnMinimized"=dword:00000000 ;Turn off help on language bar [HKEY_CURRENT_USER\Software\Microsoft\CTF\LangBar\ItemState\{ED9D5450-EBE6-4255-8289-F8A31E687228}] "DemoteLevel"=dword:00000000 "DisableDemoting"=dword:00000001
  5. [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects] "VisualFXSetting"=dword:00000003 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\AnimateMinMax] "DefaultValue"=dword:00000000 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ComboBoxAnimation] "DefaultValue"=dword:00000000 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\CursorShadow] "DefaultValue"=dword:00000000 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\DragFullWindows] "DefaultValue"=dword:00000000 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\DropShadow] "DefaultValue"=dword:00000000 "DefaultByAlphaTest"=dword:00000000 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\FontSmoothing] "DefaultValue"=dword:00000001 "DefaultByFontTest"=dword:00000001 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ListBoxSmoothScrolling] "DefaultValue"=dword:00000000 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ListviewAlphaSelect] "DefaultValue"=dword:00000000 "DefaultByAlphaTest"=dword:00000000 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ListviewShadow] "DefaultValue"=dword:00000000 "DefaultByAlphaTest"=dword:00000000 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ListviewWatermark] "DefaultValue"=dword:00000000 "DefaultByAlphaTest"=dword:00000000 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\MenuAnimation] "DefaultValue"=dword:00000000 "DefaultByAlphaTest"=dword:00000000 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\SelectionFade] "DefaultValue"=dword:00000000 "DefaultByAlphaTest"=dword:00000000 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\TaskbarAnimations] "DefaultValue"=dword:00000000 "DefaultByAlphaTest"=dword:00000000 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\Themes] "DefaultValue"=dword:00000000 "NoApplyDefault"="yes" [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\TooltipAnimation] "DefaultValue"=dword:00000000 "DefaultByAlphaTest"=dword:00000000 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\WebView] "DefaultValue"=dword:00000000 "DefaultByAlphaTest"=dword:00000000 Everything OFF, except Theme and FontSmoothing. It sets the default value, user settings should override it. ListviewWatermark regTweak must apply after user actually logon. [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ListviewWatermark] "DefaultValue"=dword:00000000
  6. http://www.msfn.org/board/index.php?showto...914&hl=WillyPad
  7. Thanks... I think it's the one that adds extra length info in explorer detail view. You're right. But those shell extensions seems to slow down explorer on large number files directory. And it's annoying with too many context menu. I'd like to keep it simple.
  8. regsvr32 /u /s %SystemRoot%\system32\zipfldr.dll regsvr32 /u /s %SystemRoot%\system32\cabview.dll regsvr32 /u /s %SystemRoot%\srchasst\srchui.dll What .dlls everybody unregistered on your unattended disc?
  9. http://www.msfn.org/board/index.php?showtopic=21223
×
×
  • Create New...