Jump to content

Virindi

Member
  • Posts

    69
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by Virindi

  1. I mean, the user should have no network / remote access rights. In other words, after I add the account, it should only be useable locally.
  2. I will definately give this a shot. Thanks very much for the help.
  3. Hi all, I posted this in the Windows XP forum, and then noticed that there was a security forum here. I apologize for the cross-post in advance. I'm working on a windows installer that adds a new user to the system to run scheduled tasks. For security, I want to disable remote login for that account. There's a utility for windows that can do this (ntrights.exe), but it's only part of the Resource Kit and not installed by default. I can't depend on the kit being installed - I have to assume the end user won't have it. I also can't re-distribute ntrights.exe as part of my installer - we don't want to make Microsoft angry So far I am thinking maybe there is a solution that falls into one of the following: 1) is it possible to disable remote login through registry editing somehow? 2) can I export the "disable remote login" part of a security policy and re-apply just that one rule during installs using gpedit or whatever? Not sure that this is possible, or that it would work on XP Home/Pro and 2000, but maybe.. 3) is there an open-source tool or something else I can use to do this? 4) Maybe there is another utility that is installed with windows that will do this, and I missed it somehow. Any help would be greatly appreciated. Thanks!
  4. Hi all, I'm working on a windows installer that adds a new user to the system to run scheduled tasks. I generate a random password, add the user, and schedule the tasks. Here's the thing I can't figure out so far: For security, I want to disable remote login for that account. I think there's a utility for windows that can do this, in the Resource Kit. But I can't depend on the kit being installed - I have to assume the end user won't have it. I also can't re-distribute the program(s) that comes as part of the Resource Kit, as part of my installer - we don't want to make Microsoft angry Anyway, I see two programs that come as part of the Resource Kit that would do the job: Ifmember.exe - Manage user group association Ntrights.exe - Manage user rights I am trying to figure out if anyone knows a way (through registry manipulations, another open-source alternative that I could include in my installer, or anything really) to disable remote login rights for my new user. I would prefer something that works on Win9x as well as 2000/XP, but anything would help... even if the solution only worked on 2000 and up (I can warn the user that I can't disable remote login for their OS because it's too old or something). Any help would be greatly appreciated.
  5. Thanks very much for the reply. You've made my life much easier!
  6. Hi all, I don't have a copy of Windows XP Home Edition to test this - but with XP Pro, you can schedule tasks from the commandline using: Windows\System32\schtasks.exe Can anyone that has Home Edition confirm that this file exists on XP Home and Win2000 as well? I would very much appreciate it. I am almost certain that Win2000 also has schtasks.exe, but not so sure about XP Home. Title Edited - Please follow new posting rules from now on. --Zxian
  7. http://support.microsoft.com/default.aspx?...kb;en-us;330132 Fix the Desktop.ini issue: Run this from XPlode, cmdlines, or whatever: attrib -h -s desktop.ini /s Followed by: attrib +h +s desktop.ini /s Doing that will fix the issue. I don't know what exactly causes it, probably one of the tweaks out there like Marshall's Visualiation Tweaks with superhidden or hidden seeting, I dont know - but whatever. This fixes it. Hope it helps.
  8. [nevermind; irrelevant. Off I go to find more WMP 10 silent install information].
  9. I don't have an available XP SP1 box (mine are all at SP2). If someone has MM 2.1 listed in their available updates list, please send me a quick email before downloading / installing it - I'll send you the address of my proxy so I can catch the address of MM 2.1 in the logs. -J
  10. An excellent and informative reply, it_ybd. I'm impressed.
  11. I see a lot of this kind of thing in your logs: 4 File(s) 3ÿ583ÿ680 bytes 2 Dir(s) 19ÿ888ÿ185ÿ344 bytes free I'm not sure what's going on there, but... Also, it somehow does not detect your source version: -------------------------------------------------------------------------------- -- 10:55:52 -- Determine Source Version. -------------------------------------------------------------------------------- (nothing else). Is this an english version of Windows 2000? -J
  12. XPCreate works from a "clean" cd. NLite does not always work OK from an XPCreate modified cd. Best to test and see how it goes for you.
  13. They probably did customize a version of wget, and then compressed it with UPX or something similar. I can't find a miniature version of wget, lynx, or curl for windows. :\ So I tested compressing it myself: http://www.interlog.com/~tcharron/wgetwin.html wget 1.5.3: compresses to 76k with UPX. I can't find anything smaller at the moment, but I will keep an eye out.
  14. 1) Install a machine with the "Core" OS - the same thing as whatever CD or state you start with. You may want to use vmWare or Microsoft's VirtualPC for this. 2) Run the Microsoft Baseline Security Analyzer and it should state which hotifxes are missing. 3) Take note of the list, and download the appropriate fixes. Install them on the test machine. 4) Go to windows update and see if it missed anything; take note again and download the appropriate fixes. That should at least get you started I've got to say though, unless you have a hard reason not to use SP2 -- I would consider installing it. If it breaks an application you need, or something like that... ok. Otherwise if it's just minor annoyances like the "security center" or the half-open connection limitation, or default firewall settings - those can be easily worked around with registry tweaks. I like the attempt at stack overflow protection that MS put into SP2, the increased Outlook / IE security settings, the popup blocker in IE, and some of the other features they've added. For the typical end-user, the fact that XP whines about no antivirus, or out of date antivirus, or non-automatic windows updates -- is a good thing. For you, it may not be, but again that can be overcome with a few registry tweaks. -J
  15. You're right. It should have been removed from the update list, and somehow I missed it. It is commented out as of now. It's way more trouble than it's worth -J
  16. I don't see a reason why SP2 would not work with XPCreate, but because it is not officially released yet (and won't be for a few months), it's too much work to support it. That would mean maintaining at least two sets of lists for every language, plus adding logic to check which version of the SP2 RC the user has, and then deciding what updates that RC does or does not have already. Waaaaaaaaaaay too much work for no benefit, and lots of time involved... (fictional conversation): user: the update list missed 2 critical updates. gm: no, SP2 should include those updates user: nope gm: you sure? user: yeah. I installed SP2 RC 654432231A and it doesn't have it. gm: there is a SP2 RC 654432232A out now. user: oh. gm: but that release stops your mouse from working, so you'll need to apply Q654823 if you're using RC654432232A, unless you're running XP Home with more than 512mb of ram. They should fix that bug in RC65443235C. user:This is too confusing. Why didn't you just support SP1 + standard updates? ... heh. -J
  17. Look here, and scroll down to Creating a Bootable CD. After extracting the boot image file, rename it to XPCTBOOT.BIN and put it in the appropriate folder. -J
  18. -------------------------------------------------------------------------------- -- 22:05:34 -- Found Language Version: ESP -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- 22:05:34 -- Found Localization Version: Español -------------------------------------------------------------------------------- I have an ESN language folder on there, but no ESP. Should I link the two together? [big edit] OK, I did a little digging: http://www.microsoft.com/globaldev/referen...xp/langtla.mspx Spanish - Spain (International Sort) ESN Spanish - Spain (Traditional Sort) ESP Now the real question is, do they require seperate download lists, or are they similar enough that it's "safe" to link the ESN list to the ESP list? I dont know, so I'm not going to change it at the moment. if $freetime < 0 ... -J
  19. Thanks for the Italian list. I did comment out the 4 entries without download links. ; ADD SVC-WMP\WMP9_MM2_ENU.exe DOWNLOADLINKHERE 6BBC0B7AE217F2BD13AEEF6190D09C0F ; ADD SVC-HF2\WindowsMedia-KB828026-x86-ITA.exe DOWNLOADLINKHERE 54F8FE99E2B80BF2528F216246C4A2B3 ; ADD SVC-HF1\Q819696_WXP_SP2_x86_ITA.exe DOWNLOADLINKHERE 7F8B228C0AA454DEB6FC88C2D3F07D21 ; ADD SVC-PRE\DX9NTopk.rar DOWNLOADLINKHERE C8B330E6D9BA1ED68DF8404E64DE4F1D -V
  20. Thank you all for the updates. Added. I am still working on an easier way to maintain the lists, but it is in my free time -- so it progresses slowly. -J
  21. I had the same problem quite some time ago, but I also had a very customized version of the Windows 2000 cd, so I won't say it was XPCreate. My symptoms were actually that IE partially rendered things involving Javascript, and failed to let me input data into form fields (like Google's search field). This, of course, also affected things like Windows Update. My solution was to use MakeIE to download/create a full IE installer for Windows 2000, and then run the IE package on the affected Win2000 box and reboot. Voila, problem solved. -J
  22. Virindi

    MAKEIE Error

    He is saying that the current version of XPCreate handles the IE6 update automatically, and you do not need to use MAKEIE anymore.
  23. I am very sorry about the issues we had today on that server, and I won't go into it too much except to say that I almost choked the tech. ... because, hypothetically, if said tech did something incredibly .. @#$% and caused some serious problems, that would really suck and would probably cause some downtime while everything was repaired. But anyway. I'm very sorry about all the problems; it should let you download the hotfix lists again. -J
  24. Reviewed and added. Thanks! I like slipstreaming swflash into the install, but honestly I think it is best if we remove it from the update list. The reason is, they change it very often without saying anything. When it changes, the MD5 signature is wrong, and it stops XPCreate from continuing. So it is probably best if we leave it off.
×
×
  • Create New...