Jump to content

sixpack

Member
  • Posts

    576
  • Joined

  • Last visited

  • Days Won

    1
  • Donations

    0.00 USD 
  • Country

    Netherlands

Everything posted by sixpack

  1. for upx: http://upx.sourceforge.net/ for startx.exe i dunno edit: startx.exe http://www.naughter.com/startx.html
  2. meaby RyanVM can make a nice new Microsoft .NET Framework 1.1 installer with this update
  3. Thanks ... but i meant slipstreamed. I used the /Xp switch to extract the .msp file but i forgot the manipulation to do after. I've done this same kind of process a long time ago when i slipstreamed the SP 1.1. Unfortunately, i lost the guide :\ i did edit my post i respond to quick to your post sorry for this
  4. use the /Q /N /Z /O switch for the update's tested and works i only did not use the mydoom patch i did the reg tweak
  5. thanks chon i never can find the update's like this on windows site
  6. reg for mydoom: btw can someone tell me where to download KB886903
  7. ~q = Double-quote character: " Example: infobox "This is the first line~n~qThis is a second line, in quotes~q" "Example" The above example displays a message-box containing 2 lines. from the help file
  8. try this, so no /min @echo off cmdow @ /hid del /q winamp.m3u /T List windows only shown on the taskbar. /B List windows using bare format (no heading information). /F List windows showing full information (don't truncate any fields). /P List windows showing position and size (left, top, width and height). /TH Tile windows horizontally. /TV Tile windows vertically. /MA Minimize all windows. /CW Cascade windows. /UW Undo tile/minimize/cascade. /AT Intelligent [Alt]-[Tab] /FS Switch to full screen mode. /WM Switch to window mode. /ACT Activate specified window. /INA Inactivate specified window. /ENA Enable specified window. /DIS Disable specified window. /VIS Unhide specified window. /HID Hide specified window. /MIN Minimize specified window. /MAX Maximize specified window. /RES Restore specified window. /REN Rename specified window. /TOP Make window always on top. /NOT Make window not always on top. /MOV Move specified window. /SIZ Resize specified window. /CLS Close specified window. /END Kill process linked to window.
  9. HIDE: Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons] [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\ClassicStaMenu] "{645FF040-5081-101B-9F08-00AA002F954E}"=dword:00000001 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel] "{645FF040-5081-101B-9F08-00AA002F954E}"=dword:00000001 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoSaveSettings"=dword:00000000 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy Objects\LocalUser\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoSaveSettings"=dword:00000000 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy Objects\LocalUser\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "**del.NoSaveSettings"=" "
  10. will this help you? http://www.msfn.org/board/index.php?showtopic=38380
  11. I just want to edit it for my ua cd if there are more solutions, post them please
  12. @echo off ATTRIB -R -S -H %systemdrive%\boot.ini del /F /Q %systemdrive%\boot.ini SET inifile="%systemdrive%\boot.ini" ECHO [boot loader] >> %inifile% ECHO timeout=4 >> %inifile% ECHO default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS >> %inifile% ECHO [operating systems] >> %inifile% ECHO multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="XP Professional" /noexecute=optin /fastdetect >> %inifile% ECHO C:\CMDCONS\BOOTSECT.DAT="HerstelConsole" /cmdcons >> %inifile% ATTRIB +R +S +H %systemdrive%\boot.ini PAUSE
  13. i know how to set the ATTRIB for the file in cmd but not how to edit it
  14. well i did /? and there's a s***load of options there can you point me in the wright direction
  15. hi i want to edit the boot.ini via batch how to make this work? the orginal one: [boot loader] timeout=4 default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS [operating systems] multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect C:\CMDCONS\BOOTSECT.DAT="Microsoft Windows XP Herstelconsole" /cmdcons new one: [boot loader] timeout=4 default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS [operating systems] multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="XP Professional" /noexecute=optin /fastdetect C:\CMDCONS\BOOTSECT.DAT="Herstelconsole" /cmdcons
×
×
  • Create New...