-
Posts
560 -
Joined
-
Last visited
-
Donations
$0.00
About Numinous

Contact Methods
-
Website URL
http://www.hedz.pwp.blueyonder.co.uk/
Numinous's Achievements
0
Reputation
-
i cant see a clear winner, we need a poll
-
How do you setup\configure IEAK6.
Numinous replied to Aviator747's topic in Unattended Windows 2000/XP/2003
what do you need to know matey? -
How do you setup\configure IEAK6.
Numinous replied to Aviator747's topic in Unattended Windows 2000/XP/2003
ooops... double post -
How do you setup\configure IEAK6.
Numinous replied to Aviator747's topic in Unattended Windows 2000/XP/2003
its been a while since i did this so its a wee bit hazy.. you need to create a file in your $oem$ folder called whatever.ins that should contain something like this :: [Internet_Mail] Use_IMAP=Yes IMAP_Server=******** SMTP_Server=******** Logon_Using_SPA=No SMTP_Logon_Using_SPA=No SMTP_Logon_Required=0 IMAP_Root_Folder=InBox Use_Special_Folders=0 Junk_Mail_Filtering=1 Default_Client=Yes HTML_Msgs=1 [Outlook_Express_Global] Read_Only=0 Disable_Account_Access=0 [Outlook_Express] Folder_Bar=1 Folder_List=1 Outlook_Bar=0 Status_Bar=1 Contacts=1 Tip_Day=0 Toolbar=1 Show_Toolbar_Text=1 Preview_Pane=1 Show_Preview_Header=1 Show_Preview_Beside_Msgs=0 [Mail_Signature] Use_Mail_For_News=0 Use_Signature=0 [Signature] Use_Signature=0 [Proxy] Proxy_Enable=0 Use_Same_Proxy=1 [User] Display_Password=No Name=********* Password=********* Requires_Logon=No you can find a full list of settings in a help file that comes with the ieak6 package mines configured to use imap4 instead of pop3 so you'll need to make changes there add this to winnt.sif [Branding] BrandIEUsingUnattended=No IEBrandingFile=whatever.ins have fun -
How to put my IE favorites into windows setup CD?
Numinous replied to biocyberman's topic in Unattended Windows 2000/XP/2003
never was one to blow my own whistle but give this a go http://www.msfn.org/board/index.php?showto...indpost&p=64339 -
excellent.. all the best and congratulations :beer:
-
pink floyd .. without a doubt .. superbious
-
Add "Close Tray" to right-click menu on CD-drive
Numinous replied to DarkBringer's topic in Unattended Windows 2000/XP/2003
i have this one ... eject.zip eject e: opens the tray eject e: /l closes the tray you'll need some kind of handler to send the right drive letter to the command :/ -
for the same reason anyone would want to convert a reg file to an inf file ..lol i want it because i use a folder full of reg files processed with a command like this.. for %%i in (%systemdrive%\install\regtweaks\*.reg) do start /wait regedit /s %%i seeing as regedit exports reg files it makes things a whole lot easier if i need to add or remove a tweak i just drop it in or move it out of the folder
-
hmm.. dont suppose you know of something that converts infs to reg files
-
in xp you can prioritize device IRQs to improve performance open the system information utility (msinfo32.exe) ..to view your systems IRQs navigate to Hardware Resources\IRQs open regedit and navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\PriorityControl create a new DWORD value called IRQ#Priority, where # would be the IRQ of the device to prioritize (for example IRQ8Priority for IRQ 8, your system CMOS). double-click the new value, and enter a number for its priority.. enter 1 for top priority, 2 for second, and so-on.. make sure not to enter the same priority number for two entries.. keep it simple at first by experimenting with only one or two values.. good results can be achieved by prioritizing IRQ 8 (the system CMOS) and the video cards corresponding IRQ export your settings to a reg file and add them to your reg tweaks reboot your machine
-
oh well worth a try ..ill guess ill have to stick with my 7mb super sleak version
-
care to share it with us un4given1?? ..although i guess what you've got is the opk version, in which case most of us have it.. i didnt know becoming a volume license customer gave you access to oem material.. hmmmm
-
redirecting favorites and my documents
Numinous replied to Numinous's topic in Unattended Windows 2000/XP/2003
thanks geckotek.. must be that the reg key's added when wmp is installed by setup.. you can tell by gosh's post above.. thanks for that.. i suppose you could do the whole tweak through a reg file theres no need to use an inf.. although if your using the inf to redirect your folders just add the my music folder redirection to it -
redirecting favorites and my documents
Numinous replied to Numinous's topic in Unattended Windows 2000/XP/2003
oh i see what you mean.. lol ..i have no idea.. i keep my music elsewhere too.. i'll look into it