Jump to content

chicoquente

Member
  • Posts

    14
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

About chicoquente

chicoquente's Achievements

0

Reputation

  1. Thanks for all the help... Using: [COMMANDS] "useraccounts.cmd" "bootlogo.cmd" "RunOnceEx.cmd >> C:\Errors.log 2>&1" Ended up working just fine for me and gave me the log I needed. Now to sort through it and figure out all my errors... I'm sure I'll post again needing help fixing some of the errors.
  2. I am not overly sure if I understand correctly how to use that... but let me give it a shot. Would it work if I were to edit my "cmdlines.txt" and made it look like this: [COMMANDS] "useraccounts.cmd" "bootlogo.cmd" "RunOnceEx.cmd >> C:\Errors.log 2>&1"
  3. Aha... I got it! Turns out I needed to move around the quotation marks. REG DELETE "HKLM\Software\Microsoft\Windows NT\CurrentVersion\WinLogon /v DefaultUsername" /f needed to be: REG DELETE "HKLM\Software\Microsoft\Windows NT\CurrentVersion\WinLogon" /v DefaultUsername /f
  4. Hey again. So I want to make a batch file that will delete the following registry entries for me to disable auto login... but I am getting stumped. I used the programs /? command but it still did not help me out. I am doing something wrong, but not sure what. The keys to delete are here: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] "DefaultUserName"="Hades" "DefaultPassword"="*****" "AutoAdminLogon"="1" And here are the two different batch files I have tried to use... neither of them working.. I realize I am probably overlooking something entirely.. but I am new to doing reg work with command prompt and so I do not quite understand it all that well. REG DELETE "HKLM\Software\Microsoft\Windows NT\CurrentVersion\WinLogon\DefaultUsername" /f REG DELETE "HKLM\Software\Microsoft\Windows NT\CurrentVersion\WinLogon\DefaultPassword" /f REG DELETE "HKLM\Software\Microsoft\Windows NT\CurrentVersion\WinLogon\AutoAdminLogon" /f And the second one I tried was this: REG DELETE "HKLM\Software\Microsoft\Windows NT\CurrentVersion\WinLogon /v DefaultUsername" /f REG DELETE "HKLM\Software\Microsoft\Windows NT\CurrentVersion\WinLogon /v DefaultPassword" /f REG DELETE "HKLM\Software\Microsoft\Windows NT\CurrentVersion\WinLogon /v AutoAdminLogon" /f So yeah... if anyone could help me with the correct commands I would be forever grateful. Thanks!
  5. While helpful that is not exactly what I am looking for... When my file "RunOnceEx.cmd" executes it is giving errors about some of the commands I told it to enter into the registry, BUT I am unsure which ones are giving errors and what the errors are as they scroll past very quickly when it moves onto the next command. I need a way to log the execution of the CMD file... not the execution of the registry entries.
  6. Hey... Well when my runonceex command window is running it goes really fast but I can see errors but can not read them because they fly past so quickly.. So I was wondering if there is a way I can log that window and the error messages to find my errors and fic them? Is that possible? Any help would be appreciated.
  7. I've had no luck with SoulSeek or Style XP yet... Could anyone please give me SOME help??
  8. Alanoll your suggestion was very helpful. It certainly helped me figure out why the file in the system folder was untouched.. Now I've got it all figured out. Thanks a lot guys!
  9. Ok I will try that... Why is it that the one on my computer right now as "logonui.exe" is so much smaller than the file I downloaded ?? How does it still run as the modified one??
  10. Hey all.. So first of all I have used the search and have not been able to find the answer I am looking for.. I have read some things but they don't seem to match up right for me. I've got my bootscreen changed properly on my unattended CD but not the login screen (yet.) So I downloaded a login screen and the file name was "PrtdEdtnIIISP2.exe".. It is a 2.52MB file.. To apply it I used Style XP and it works fine for me... But now I do not understand how to put this file properly into my CD... I understand it needs to replace LOGONUI.EX_ but how do I go about getting the "PrtdEdtnIIISP2.exe" file ready to be that new file?? I assume I can't just rename it?? Also, I tried looking at the LOGONUI.exe that my Windows currently uses and it is only a few hundred KB so I do not understand how it is my modified version? It also says that the file logonui.exe was last modified in early August but I only started using this modified login screens a week or two ago.. So I do not understand how it uses my "PrtdEdtnIIISP2.exe" version? So what do I do to get it on there?? Any help is GREATLY appreciated..
  11. Thanks for the link... I'd been using the Google search of the forums up top the whole time... It doesn't seem to come up with nearly as many results... But now that I am using the normal search I am finding everything I need. THANKS!
  12. Hey guys.... I would really appreciate it if someone could help me figure out how to do silent installs of the programs Ad Muncher, Steam, StyleXP, and Soulseek... Any help is greatly appreciated! Thanks.
×
×
  • Create New...