
evilvoice
MemberContent Type
Profiles
Forums
Events
Everything posted by evilvoice
-
site is back up.
-
deleted
-
you could edit the installer...this is what I do...i get innounp (youll have to google it), then run the command to extract from the exe...then I open the .iss and edit that with ISTool (again google), then I compile and put that in my cd...btw, the Run heading is what runs after install...you could add "skipifsilent" to anything there and it should not run as long as your using the silent switches...
-
Please post your SiI3112 hardware IDs!
evilvoice replied to Bâshrat the Sneaky's topic in Device Drivers
mine is the exact same as RyanVM's -
ok killerbee, ive given it some time, but could you please answer my post (2 before this one...the one that starts with Updated...)
-
hmmm, does that work, since syssetup.inf calls for wmp.inf? and also calls on other inf files also?
-
no, its not possible. why is it not possible? I ask because Im also interested in adding wmp10 slipped instead of through svcpack.inf, but would need to know why it cant be done...also, the easiest thing for slipping wmp10 would be to remove wmp9 with nlite, then you should be able to use mstest's post or do one of your own.
-
ive looked...if you delete or erase the data in the key, it just puts it back...which is what made me really mad...LOL...I will have to try the hosts file and see if I can get it to not open the page...I know he has to go there since he paid for it...now isnt that sad? Pay $50 to spy on a woman...pfft screw that. (there is a lot more to the story, but thats classified LOL)
-
well, she has begged, pleaded and cried that he stop...so the only way I know is to make it stop...I guess it doesnt really matter...worse comes to worse Ill find out where he is downloading the file from and extract the uninstaller from it for her to use if she wants to remove him spying...another question, is there a way to remove an entire site from being opened? like if you goto www.msn.com, it displays "site not found"
-
I looked at it, honestly it didnt really say anything that hasnt been posted here...unless you just wanna know what the switches do...
-
i think there was a way to get it boot from usb hard drive, so adapting it to run off flash drive shouldnt be that hard...dunno where that thread went...also, id await the sp2 release of winpe.
-
well, the biggest problem with this prog is once installed, it starts almost the same time explorer does...its a pain...if you try end task, it just starts back up...this is why I wanted to block it.
-
Default User Swap Revised
evilvoice replied to Coolsights2000's topic in Unattended Windows 2000/XP/2003
I updated the command, but yea...im not even sure you need all that...once you start the shutdown...a simple pause before you exit should stop runonceex from continuing... -
dunno if this is the right thread for this post, but here goes... a friend of mine has a problem with her husband trusting her (no neither one of those 2 people is me)...and he loads spyware to capture what she is doing and saying...is there a reg tweak or something I can put on this unattended cd for her to block a certain type of program from being downloaded or ran? I know the name of the program being run...ssstray.exe (which loads another explorer.exe to capture everything)...I would like it if I could block that specific item from ever being allowed to run AT ALL...
-
Default User Swap Revised
evilvoice replied to Coolsights2000's topic in Unattended Windows 2000/XP/2003
a couple of changes...maybe, maybe not...these are for Coolsights2000 to see if he thinks this will work in cmdlines.txt "usersetup.cmd" usersetup.cmd (this deletes ASPNET and other users not needed..deletes guest also...taken from raverod and benners) @echo off cmdow @ /HID title Setup Accounts renuser Guest Disabled net localgroup guests Disabled /delete net user aspnet /delete net user HelpAssistant /delete net user SUPPORT_388945a0 /delete cls net user "Default User" /add net localgroup Administrators "Default User" /add net accounts /maxpwage:unlimited REGEDIT /S autologon.reg exit autologon.reg Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] "DefaultUserName"="Default User" "DefaultPassword"="" "AutoAdminLogon"="1" ;Disable Administrator User [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList] "Administrator"=dword:00000000 runonceex.cmd REG ADD %KEY%\000 /VE /D "Default User Swap" /f REG ADD %KEY%\000 /V 1 /D "%systemdrive%\Install\~SIDefaultuser\~SIDefaultuser.cmd" /f All four of those go in $OEM$ folder ------------------------------------------ ~SIDefaultuser.cmd (changed so runonceex does not continue) TITLE SIDFinish cmdow @ /HID @echo off Cls ECHO. ECHO SID Finish %systemdrive%\Install\Applications\~SIDefaultuser\Sid.vbs Start /wait shutdown.exe -r -f -t 60 -c "Windows XP will now restart in 1 minute And you will be on the Default User Profile" ECHO. ECHO Restarting the PC in 1 minute... pause EXIT sid.vbs stays the same and I think thats it...all sid files go in $OEM$\$1\Install\Applications\~SIDefaultuser (I use install\applications, but could be anything) -
How To: WMP 10 Silent Install and Reg Tweaks
evilvoice replied to Randy Rhoads's topic in Unattended Windows 2000/XP/2003
Randy Rhoads, hmmmm...I didnt mean to say youre method wasnt good, nothing of the sort...just building on your info, see I had already gone through some inf's for some reason or another and noticed the preferences in wmp10.inf...so I replied saying maybe we could do away with a reg tweak and add it to the inf...my reasoning behind this is so I can do all wmp10 in svcpack.inf...I know some people dont wanna do this, but I already have svcpack.inf which installs like 4 things (msjava, dotnetsp1, journal, highmat) so I wanted wmp10 in there also (since it can be installed there)...that was my only reason for posting what i did...heck, I dont even think its gonna work since those settings are put in the reg somehow, but arent part of the inf's... -
Default User Swap Revised
evilvoice replied to Coolsights2000's topic in Unattended Windows 2000/XP/2003
GOOD GOD!!!! Coolsights2000 you expect me to read ALL THAT? LOL...im just playing...good show...glad someone figured this out...personally, I think this is great, now im gonna have to figure out how I want to do this since im using xplode... Here is another question...if doing this the way you specified, is an administrator user created (not the group, the user)? I wonder because although Administrator is a great name, I would like to call it something else, and dont really wanna call it something else if Im gonna have Docs and Settings folder with Administrator folder inside... -
Default User Swap Revised
evilvoice replied to Coolsights2000's topic in Unattended Windows 2000/XP/2003
have a question about this...does this mean that HKCU keys entered here will work for any user created after? ie, the reason for running reg tweaks at cmdlines.txt is so that it gets put on default user so that when administrator is created, it will have the same tweaks...so now that we are on default user profile, any hkcu keys entered here will be put in say "John" if john is created 5 days after (default time...5 days...could be any amount of time) just trying to get a feeling for why we would want to do this. -
Moving the XP Marker Folders (New Member)
evilvoice replied to futurity's topic in Multi-Boot CD/DVDs
i may be wrong, but the i386 folder needs to be labeled i386...there is just a bunch of stuff that requires it to be i386...moreso than just editing txtsetup.sif/layout.inf/dosnet.inf...in fact, I have no idea why you have yours setup that way...this is how I have mine root (all marker files for every OS here) --XPPR (4 char folder) ----nr2pfre_en (marker files here - for the purpose of creating a standalone) ------i386 (i386 folder...edit txtsetup.sif to point to this) --XPHO (4 char folder) ----nr2hfre_en (marker files here - for the purpose of creating a standalone) ------i386 (i386 folder...edit txtsetup.sif to point to this) --Support (tools for all OS's) -
How To: WMP 10 Silent Install and Reg Tweaks
evilvoice replied to Randy Rhoads's topic in Unattended Windows 2000/XP/2003
hmmm...other than doing this...if someone wanted to install in svcpack.inf and didnt want to run tweaks.reg...they could edit wmp10.inf and put these settings in there...from what I have found...these are the ones that only need to be changed, not added... HKCU, "Software\Microsoft\MediaPlayer\Preferences", "AcceptedPrivacyStatement",0x00010001,1 HKCU, "Software\Microsoft\MediaPlayer\Preferences", "StretchToFit",0x00010001,1 HKCU,"software\microsoft\mediaplayer\preferences","LibraryHasBeenRun",0x00010001,1 i would search for preferences...other than that...when you find stretchtofit, I would add the custom settings here...now, im not 100% sure that would work, but I think it will. Im gonna do it...would be nice if someone could test...I could always post the settings I have (changed to be put in wmp10.inf) if someone wants to test this out for me... -
How To: WMP 10 Silent Install and Reg Tweaks
evilvoice replied to Randy Rhoads's topic in Unattended Windows 2000/XP/2003
hmmm, might be nice to know what each tweak does...some people may have their wmp setup differently than you...but wow...great post... -
unattended Window media player 10 setup?
evilvoice replied to Rico.JohnnY's topic in Application Installs
smaller by 700K...unless 7zip compresses a lot more...winrar can only save 700K...not that big of a deal to me since almost every cd recorder can overburn at least 700K -
I believe its string #2...which is 8, but could be string #1 which is 9...afaik, 6-15 have nothing to do with sizes (Ive changed them and it didnt do anything as far as I could see, prolly string #1
-
check what i posted for abcpy.ini (this is what I have that is different than yours)...and use the /S it may work from run, but I can assure you that it definitely works like I have it...also, how is it that you can use %CDROM% do you have the variable set somewhere?