Jump to content

Sonic

Patron
  • Posts

    1,709
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    France

Everything posted by Sonic

  1. Or you can use simply switchs like jre-6u1-windows-i586-p.exe /s ADDLOCAL=ALL REBOOT=Suppress JAVAUPDATE=0 JU=0 AUTOUPDATECHECK=0
  2. You need to make a multi boot cd, follow guide here : http://flyakite.msfn.org/ I use that method for me, 1 CD ~600mb for 6 different install (xp home, pro & vlm each in normal or unattended) btw, you can install recovery console unattended in a unattended install, use batch start /w winnt32 /dudisable /cmdcons /unattend bootcfg /timeout 1 in cmdlines.txt and works great ...
  3. You mean you can't enable simple sharing ? if yes, try regedit "HKLM\SYSTEM\ c u r r e n t c o n t r o l s e t \ c o n t r o l \ l s a \ f o r c e g u e s t" = 1
  4. You can install from usb but not directly, I mean you can boot xp from usb (bartpe) and after you install windows like "winnt /syspart ...."
  5. I didn't really like Nero Lite, but it works great ! I just prefer using original installer from Ahead. I will use you script I think if I didn't find admin install during this weekend ... but I prefer SFX install ... (yes I prefer some things ) I will test with a retail distibution v7.9.6.0.
  6. Sonic

    Xp woes

    Get a CD of Windows XP from a friend and use license from your sticker, go to www.hp.com to get all drivers updated.
  7. I think you need to install drivers from CD to enable all features of your keyboard ... Btw, if you used nLite make sure you havn't removed some drivers/features.
  8. Syntax is right, try to use net use with a shared folder with a space. I just tried with folder and it works. Make sure you havn't make a fault in name too try with a * before /user like net use "\\pc 1\f 2" * /user:xxx
  9. Sonic

    Lost CD Key

    @Ponch: Thanks for correction! I do many language errors, thanks for anyone correct me ! @mikesw: Nothing to do with AES algorithm ! It's just a basic conversion. This method is used for Windows because there are keys preactivated with hardware, but for Office there isn't preactivated license, so if you use license many times you will be in illegal status, but I think you could find a vbs script to get your Office license. There are many softs like Everest which get all licenses of your system ...
  10. Nice autoit script. What about an administrative install to optimize more space, I have cab missing error. btw, if I use admin install from my oem disc (nero 7 essentials v7.5.14.0 ), there isn't problem ...
  11. No, I doubt ... Windows XP x64 is more like Server 2003 ...
  12. Sonic

    Lost CD Key

    The genuine cdrom of Windows XP Pro or Home or any version is nothing ! You must have the key and your sticker. Media/CD can be recopied from friend without problem, it's tolered ...
  13. @razormoon : How do you extract files ? No problems with missing cabs files ?
  14. Warning ! promote software product in your first post can be a reason to ban you ... btw, welcome !
  15. Perhaps with batch we can do something. What "net use" in a command prompt command say when password is wrong and printer installed ? I think we can "net use \\server\printer /d /y" and reconnet to printer with "net use \\server\printer /user:YouName *" (* will ask you password). Edit : Wrong, you can login with custom login & password using "net use" or "map letter using different password", it works great with folders, I think "net use" will work for printers too ...
  16. I doubt it's possible, perhaps in nLite section ... but I think you re can rebuild you nLited CD
  17. Unless of course you have a recent "normal" motherboard, on which the piezoelectric speaker is soldered to it. jaclaz and there is a switch on recent mb to disable the piezoelectric speaker , in the case of DFI nF4 ...
  18. Not unattended method, very effective : unplug the speaker directly from mainboard
  19. Optical drives doesn't need drivers at all, even to unlock certain features ... Perhaps firmware can be upgraded, but if 'DVD' doesn't work you can say goodbye to 'dvd' feature that's all, it's dead for dvd ...
  20. Sonic

    Dual Core

    CPU control http://www.koma-code.de/index.php?option=c...8&Itemid=93
  21. You can add the content to your actual .pbk file with batch like "echo xxxx >>file.pbk"
  22. Windows XP doesn't support *native* concurrent remote desktop even with reg file. edit : "native" added
  23. btw, You can just edit existing setup.iss to change BootOption to 0 , and run direclty setup -s. I use that method for long time ago without problems.
  24. Keep just the .msi of Kaspersky (extract from the .exe downloaded from website) Edit the .msi with ORCA (you will find the util on forum) to remove "RunApp" in "CustomActions" section and save modifications. Now you can start install silenlty with : start /w kav6.fr.msi /qb After install no reboot. You can continue to install other softwares and you can use one final reboot. I have repacked the .msi with a batch (containing start /w kav6.fr.msi /qb ) inside a Winrar sfx and in WPI I have just prog[pn]=['Kaspersky AntiVirus 6'] uid[pn]=['kav6']; cond[pn]=['FileExists("%cdrom%\\Programmes\\Protection\\KAV6.exe")'] cmd1[pn]=['%cdrom%\\Programmes\\Protection\\KAV6.exe'] configs[pn]=['no'] cat[pn]=['Programmes'] pn++
  25. Create once the vpn connection by wizard and backup the .pbk file. After you can use command line : Connect rasdial NameOfConnection user pass /phonebook:file.pbk Disconnect rasdial NameOfConnection /disconnect Sample .pbk file [NameOfConnection] ShowMonitorIconInTaskBar=0 IpPrioritizeRemote=0 MEDIA=rastapi Port=VPN9-0 Device=Miniport réseau étendu (L2TP) DEVICE=rastapi PhoneNumber=ip or dns name
×
×
  • Create New...