Jump to content

maxXPsoft

Developer
  • Posts

    3,080
  • Joined

  • Last visited

  • Days Won

    1
  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by maxXPsoft

  1. That sendkey's work's for me. Someone sent me an email asking for the reg entries. I've done stated that exporting this key has the serial all setup on install. Reg extracted from HKEY_LOCAL_MACHINE\SOFTWARE\ComputerAssociates\Anti-Virus
  2. Yes look closely at my cmd file DEL "%AllUsersProfile%\start menu\Programs\Startup\OpenOffice.org 1.1.1.lnk" DEL "%USERPROFILE%\Start Menu\Programs\Startup\OpenOffice.org 1.1.1.lnk" One of them is what starts it. May not need the AllUsersProfile but it won't hurt.
  3. You do the reg tweak thing so you don't see Links at all in Fav's, Ok May be why you don't see that in mine because its not actually Link's but then I turn Link's on in right click to see my toolbar. ? yes I've seen that but don't recall offhand and been too busy lately to look directly but you said WINNT/Favorites. Is that NT or Xp?
  4. That is for any that may want to do that to make sure it's shed of it. In other word's for those with pre sp1a CD's. Simply uninstalling don't get it all. dam just realized it has been a long time since I did format, with 120 gigs i install and test on separate partition's and leave what work's alone. I'm waiting on SP2 before I do the format of primary. Why mess with 1a since that was main thing it done to appease the lawsuit.
  5. http://unattended.msfn.org/xp/downloads.htm cmdow download there
  6. If you want to just test it remove the cmdow @ /HID line Otherwise that tells you that the cmdow.exe is not present in Windows\system32 folder. Go back to the guide and download that and place in system32, it also has to be copied on setup. Do that by placing in the XPCD\$OEM$\$$\System32\ folder
  7. Maybe this would work, you'll have to execute it right afterward's Kill_IE.vbs strComputer = "." Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2") Set colProcessList = objWMIService.ExecQuery _ ("Select * from Win32_Process Where Name = 'IEXPLORE.EXE'") For Each objProcess in colProcessList objProcess.Terminate() Next EDIT: Unlike Greenmachine's exe he added this kill's all IE window's. Nice for those stupid site's also where they pop window after window.
  8. Since MS no longer support's their Java commonly referred to as VM then it just make's sense to uninstall it and install the Sun Java. So this will uninstall and take care of several thing's left laying around. MS_Java_remove.cmd start /wait RunDll32 advpack.dll,LaunchINFSection java.inf,UnInstall /Q REG DELETE HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx /f SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Uninstalling MS Java" REG ADD %KEY%\010 /VE /D "MS Java VM Remove" REG ADD %KEY%\010 /V 1 /D "cmd /c REG DELETE \"HKLM\SOFTWARE\Microsoft\Java VM\" /f" REG ADD %KEY%\010 /V 2 /D "cmd /c REG DELETE \"HKLM\SOFTWARE\Microsoft\Internet Explorer\AdvancedOptions\JAVA_VM\" /f" REG ADD %KEY%\010 /V 3 /D "cmd /c rmdir %systemroot%\java /s /q" REG ADD %KEY%\010 /V 4 /D "cmd /c del %systemroot%\inf\java.pnf /q" REG ADD %KEY%\010 /V 5 /D "cmd /c del %systemroot%\inf\java.inf /q" REG ADD %KEY%\010 /V 6 /D "cmd /c del %systemroot%\system32\jview.exe /q" REG ADD %KEY%\010 /V 7 /D "cmd /c del %systemroot%\system32\wjview.exe /q" shutdown -r -t 5 -c "Windows XP will now restart to finish uninstalling..." EXIT The one line wrapped should be this; \"HKLM\SOFTWARE\Microsoft\Internet Explorer\AdvancedOptions\JAVA_VM\" /f" I don't use the /f force overwrite cause I just delete the RunonceEX key first, add the entries and reboot. I ran this quite a few times after re-installing the msjavx86.exe with no problem's.
  9. Yes you can but it has to be REG_EXPAND_SZ Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\*\shell\ResHack] [HKEY_CLASSES_ROOT\*\shell\ResHack\command] @=hex(2):25,00,73,00,79,00,73,00,74,00,65,00,6d,00,72,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,52,00,65,00,\ 73,00,48,00,61,00,63,00,6b,00,65,00,72,00,2e,00,65,00,78,00,65,00,20,00,25,\ 00,31,00,00,00 My command says %systemroot%\System32\ResHacker.exe %1 That gives me right click ResHacker
  10. Just noticed in yours -r:install\OOo should be -r:%systemdrive%\Install or %24%\install I guess with Inf Need the path
  11. Perhaps try call it like this cmd /C start /wait setup /s Probably right setup calls something else then closes thus ending the batch.
  12. wouldn't even install? That's strange I've used reghot and i'll stay with the other. More option's The one I use exports both but I allways delete HKEY_USERS cause as soon as a key is added to the Current_user it writes to that other with your SID. Then when you log off it writes that to your ntuser.dat in your profile folder. You don't want to export with the SID because when you setup XP next time chances are very high your SID will be different. BTW auto_cascade tells it to go to 2 coumns if enough things are added that it needs it, I have 3, if you want the 1 column you end up with those stupid arrows to expand which are a pain to scroll through. EDIT if you want 1 then look here and reverse what we been trying to help this guy with. http://www.msfn.org/board/index.php?showtopic=19325 Have fun
  13. regsvr32 /u %systemroot%\srchasst\srchui.dll That unregisters the dll so he gone
  14. Looks so Infy I call a .cmd file to take care of a few extra things from my runonceEX REG ADD %KEY%\iAdd /VE /D "OpenOffice" /f REG ADD %KEY%\iAdd /V 1 /D "cmd /C start /wait %systemdrive%\Install\OpenOffice\OpenOffice.cmd" /fOpenOffice.cmd cmdow @ /HID %systemdrive%\Install\OpenOffice\setup.exe -r:%systemdrive%\Install\OpenOffice\setup.txt -debug xcopy %systemdrive%\Install\OpenOffice\registry "%ProgramFiles%\OpenOffice.org1.1.1\user\registry\" /E /H /Y DEL "%AllUsersProfile%\start menu\Programs\Startup\OpenOffice.org 1.1.1.lnk" DEL "%USERPROFILE%\Start Menu\Programs\Startup\OpenOffice.org 1.1.1.lnk" EXITThe registry folder contains my setup stuff copied from program files\user\registry
  15. Duh lol should have recognized he was using classic from the pic.
  16. Yes you can do all that. Read this and use that program http://www.msfn.org/board/index.php?showtopic=18284 For the can I put it all in 1 row check the Start_AutoCascade here and set to a 0 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "Start_AutoCascade"=dword:00000000
  17. Mine don't do that perhaps cause I set auto cascade also. Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "Start_AutoCascade"=dword:00000001 "Start_ScrollPrograms"=dword:00000000
  18. Yes perhap's so, may need that power cycle unfortunately just like bios is read during boot. Maybe the addresses are read and setting's assigned/applied.
  19. I just paid attention to that and yep a total reboot is necessary, maybe cause it loads the data to NIC's then??? I have Starband and I have to total reboot here also with any changes. piaqt Thats what that little vbs file is doing look closely at it. Process As I said it do work on some but But then logoff don't work for all either. Now got me thinking if theres a way to cycle power or settings on a NIC.... have to look into that. Would be nice. I know you can disable but does it load new settings when it restart's? Off to looking for answer's
  20. http://www.msfn.org/board/index.php?showto...=0entry130150 It will install silent and the license key is in there but you have to do the other stuff when PC gets on desktop.
  21. This will remove the My Documents icon from the desktop, Windows Explorer, programs that use Windows Explorer, and the standard Open dialog box My Documents just say NO.reg Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\NonEnum] "{450D8FBA-AD25-11D0-98A8-0800361B1103}"=dword:00000001 Need Log off for effect maybe
  22. For some strsange reason that looks familiar Heres the RemoveSunJavaUpdateCheck.reg The ZoneAlarm is in this key [HKEY_LOCAL_MACHINE\SOFTWARE\Zone Labs\ZoneAlarm\Registration] export it.
  23. Enable Quick Reboot (Windows NT/2000)NOT!! here on XP From the web 1 : Enables quick restart with Ctrl+Shift+Alt+Del, at the risk of losing data, by forcing all current applications to close. Uses the same API as the Resource Kit shutdown /c utility. You had better avoid enabling that entry. But I am adventuresome and tried it, it didn't work here. All you wanna do is close Explorerr process and restart it, what I provided will do just that. I tried it on several key's need a reboot to take effect and it work's. I'm not saying it will work for all, like the icon's.
  24. Heres what I use to kill the explorer process which is supposed to reinitialize cause it kill's everything. Make sure you have changes saved before applying. If you move an icon on desktop then that's not saved and they will go back where they were. Its funny try moving a few and you'll see. kill.vbs strComputer = "." Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2") Set colProcessList = objWMIService.ExecQuery _ ("Select * from Win32_Process Where Name = 'explorer.exe'") For Each objProcess in colProcessList objProcess.Terminate() NextI remember Refresh in a previous version but haven't found anything supporting it in XP
×
×
  • Create New...