Content Type
Profiles
Forums
Events
Everything posted by maxXPsoft
-
I extracted EZ Antivirus also and ran Setup.exe -R and have the setup.iss. It don't work either. Still have to hit enter twice then enter the Reg key. Tried it with sendkeys.vbs but was unable to get that to work either. This one is tough. Guess I'll try with Auto it next.
-
Free IDE for C# and VB.NET projects
maxXPsoft replied to Doggie's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
I just thought it was funny cause Doggie posted right above me back then..... Anyways its a pretty good Free IDE and I was looking for the link so i looked in here first cause i thought there was something new. -
Free IDE for C# and VB.NET projects
maxXPsoft replied to Doggie's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
http://www.msfn.org/board/index.php?showtopic=8923 Nov. last year I posted that -
Partitions, help is it possible?
maxXPsoft replied to NEOunderhill's topic in Unattended Windows 2000/XP/2003
In Winnt.sif [Data] AutoPartition=1 [unattended] Repartition=Yes -
BTW I used to do this before Unattend and my example is here using a floppy. http://www.maxxpsoft.com/xpinstall.php?
-
Since you had [Data] AutoPartition=1 Fix these things [unattended] OemPreinstall=No Repartition=YesThat will auto format the HD
-
Adding permissions to a Registry Key
maxXPsoft replied to klepeska's topic in Windows Tips 'n' Tweaks
You can do it with subinacl.exe says XP Pro but i do it with Home also http://www.microsoft.com/downloads/details...&DisplayLang=en heres example subinacl /subkeyreg "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework" /setowner=administrators Results::: SOFTWARE\Microsoft\.NETFramework : builtin\administrators is the new owner HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework : 1 change(s) SOFTWARE\Microsoft\.NETFramework\policy : builtin\administrators is the new owner HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\policy : 1 change(s) SOFTWARE\Microsoft\.NETFramework\policy\standards : builtin\administrators is the new owner HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\policy\standards : 1 change(s) SOFTWARE\Microsoft\.NETFramework\policy\standards\Standard CLI 2002 : builtin\administrators is the new owner HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\policy\standards\Standard CLI 2002 : 1 change(s) SOFTWARE\Microsoft\.NETFramework\policy\standards\v1.0.0 : builtin\administrators is the new owner HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\policy\standards\v1.0.0 : 1 change(s) SOFTWARE\Microsoft\.NETFramework\policy\Upgrades : builtin\administrators is the new owner HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\policy\Upgrades : 1 change(s) SOFTWARE\Microsoft\.NETFramework\policy\v1.1 : builtin\administrators is the new owner HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\policy\v1.1 : 1 change(s) Elapsed Time: 00 00:00:00 Done: 7, Modified 7, Failed 0, Syntax errors 0 Last Done : HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\policy\v1.1 -
To disable disable.vbs Dim SRP, eSRP Set SRP = GetObject("winmgmts:\\.\root\default:SystemRestore") eSRP = SRP.disable("D:\")To enable eSRP = SRP.Enable("D:\") Need \ and in quotes. Enjoy
-
ConfirmFileDelete doesn;t work here either at all. I'd go back to Shellstate under [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer] and just export your key after you get it set the way you want. Then use that in the Unattend
-
REQ: Registry key outlook express
maxXPsoft replied to arjanv's topic in Unattended Windows 2000/XP/2003
You can but you would have to create a file to read your PID and then apply tweak. The PID changes most the time and its a tricky key. In other word's its not the same each time or may not be. HKEY_CURRENT_USER, "Identities\" & PID & "\Software\Microsoft\Outlook Express\5.0\Mail", "Safe Attachments", 1, REG_DWORD -
Help needed!RunOnceEx porblem!
maxXPsoft replied to da'bEAST's topic in Unattended Windows 2000/XP/2003
Also your Java j2re-1_4_2_02-windows-i586-p.exe /s /v /qn" /f need space between the v and slash like this -
Help needed!RunOnceEx porblem!
maxXPsoft replied to da'bEAST's topic in Unattended Windows 2000/XP/2003
With the setup.iss it should read something like this REG ADD %KEY%\020 /V 1 /D "%systemdrive%\Install\ATI_driver\Setup.exe -s -f1\"%systemdrive%\Install\ATI_driver\setup.iss\" /fand yes thats all one line. -
You got that right, there are so many software but the InstallWatch will export to text also in Tab format or set the export to text format to what you want. Key Value Data HKEY_CLASSES_ROOT\TRReaderBar.ReaderBar HKEY_CLASSES_ROOT\TRReaderBar.ReaderBar @ "My Toolbar"
-
reg add /? /ve adds an empty value name <no name> for the key I don't know where you got that View at but the Re&gister DLL REG ADD HKCR\dllfile\shell\Register /ve /t REG_SZ /d "Re&gister DLL"
-
HKEY_CURRENT_USER, "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer This is what I have its set by policy
-
Just tried XMac Reg Snap is a Try and Buy software 30 days yada yada yada No thanks, my suggestion is free = 100% Queen - Another one bites the Dust
-
Help needed!RunOnceEx porblem!
maxXPsoft replied to da'bEAST's topic in Unattended Windows 2000/XP/2003
OK now delete your other post please too much scrolling. Just edit and delete and type a 1. The Start in the ones I mentioned may make it try to start something, may be confusing. You're saying they never install and that may be it. May need to try again after that cause that may be the whole problem ok. Start is a command like Start /wait -
Easy enough I use the new but some don't, heres export of both with Delete Confirmation off and on. So just set things the way you like and export the key. I see the only thing changing is the 5th set from 37 to 33 so from looking at your post 37 is off. "ShellState"=hex:24,00,00,00,37,a8,01,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 01,00,00,00,0d,00,00,00,00,00,00,00,02,00,00,00 "ShellState"=hex:24,00,00,00,33,a8,01,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 01,00,00,00,0d,00,00,00,00,00,00,00,02,00,00,00 But whats stranger is their post above shows 3C there. May be wrong but C may mean 3 in Binary or too many 12 oz curls right now, i can write it in Vb but i haven't looked that closely at it.
-
Help needed!RunOnceEx porblem!
maxXPsoft replied to da'bEAST's topic in Unattended Windows 2000/XP/2003
Are those name with this "%CDROM%\start in a Start folder? I'd rename and put in Install folder. Which ones don't work or where does it stop? The rest look ok to me maybe someone else can pick something out. -
Thanks jrzycrim That works EDIT I take that back it changed start menu to old style and dumped the icons back on desktop. It did turn off Display Delete Confirmation though. I guess you need to get it the way you want and export key then.
-
I just tried that regshot 1.7 and it's the same as before - text file. InstallwatchPro allows you to export as reg file's. Either Modified, Added and Deleted key's or all of above. What could be more simple.
-
removed
-
EDIT This was for Winzip 8 and did'nt work in 9. I now do it different and have the command's down for WinRAR also.
-
Look in Windows Tips and Tweaks Turn ANY change in xp into a registry key
-
eirogge you got the perfect one, kewl I didn't have time to test all the switches right then