Jump to content

Sonic

Patron
  • Posts

    1,709
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    France

Everything posted by Sonic

  1. Even with 2 separated lines (nolimit want test with two GPRS connection I think), a material multiplexer is needed ... and it's not cheap!
  2. Warning Andromeda43, don't forget ethernet modem with PPPoE mode, so it's not ready directly, we must set up the connection and connect after. After you can set up options to autoconnect ...
  3. wow bridging two dialup connections works ?? I doubt
  4. Try to reinstall/update Windows Installer component. You can test that commands in cmd too start /w "" %SystemRoot%\system32\msiexec.exe /unregister start /w "" %SystemRoot%\system32\msiexec.exe /regserver
  5. There is HFSLIP too to just integrate hotfixes ... http://www.msfn.org/board/index.php?showtopic=57659
  6. You don't need to specify the letter in the path. You must just write %cdrom%\\.....\\YourSetup.exe and WPI itself detect the correct path ...
  7. At the moment, you can't make an unattended repair CD Moreover in your case you can't access windows due to the bsod, so there isn't solution. When we are already in windows we can make an unattended repair with the windows setup gui and unattended.txt.
  8. Try these reg tweaks and reboot ... REGEDIT4 ;Disable printers [-HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer\NameSpace\{2227A280-3AEA-1069-A2DE-08002B30309D}] ;Disable scheduled tasks [-HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer\NameSpace\{D6277990-4C6A-11CF-8D87-00AA0060F5BF}] ;Don't search shared printers [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "NoNetCrawling"=dword:00000001
  9. Browsing the web on 2 computers works ?
  10. I think he want to unattend create the dialup connection. You can configure your connection and save with the method from Microsoft http://support.microsoft.com/default.aspx?...;284269&sd=tech With that, you have the settings. For user and password, you can dial up the connection with rasdial TheNameOfTheConnection user password and you're connected. You can disconnect with rasdial TheNameOfTheConnection /disconnect I don't remember the way to real backup user and password (because it save in registry/crypted ..) I use that method to etablish VPN connection, but works great with classic dialup.
  11. There is Maximus universal drivers too on the forum http://www.msfn.org/board/index.php?showtopic=43605
  12. To install the language pack silently use .exe /Q /c:"install /q"
  13. I use a vbs from a member, I don't remember his name It's applied at cmdlines.txt by [Commands] "Wscript Accounts.vbs" 'Accounts.vbs On Error Resume Next strComputer = "." Set WshShell = WScript.CreateObject("WScript.Shell") Set WshNetwork = WScript.CreateObject("WScript.Network") Set oReg=GetObject("winmgmts:{impersonationLevel=impersonate}!\\" & "." & "\root\default:StdRegProv") strComputer = WshNetwork.ComputerName 'Rename Administrator Set oMachine = GetObject("WinNT://" & strComputer) Set oInfoUser = GetObject("WinNT://" & strComputer & "/Administrator,user") set oUser = oMachine.MoveHere(oInfoUser.ADsPath,"YourWantedLogin") 'Password, delete that if you don't wan password Set objUser = GetObject("WinNT://" & strComputer & "/Sonic, user") objUser.SetPassword "thepasswordnocrypted" objUser.SetInfo edit: Why I can't write "f o r u m e r" without spaces ??
  14. For firefox, you need to backup your profile located in C:\Documents and Settings\YourLoginName\Application Data\Mozilla\Firefox
  15. What mean "/no" ? you want to say /persistent:no instead isn't it ?
  16. Soon ... but he test fully so be patient ...
  17. There isn't solution to install framework 2 other than a user session ...
  18. Problem with security strategy, remove all shared folders and reset the security policies, and re-share folders. I will post a batch to do it ... you can search for secedit command too ...
  19. I have used the international .net 2 while one month, and finally today I have the .net 2 from ryan. And the language pack from microsoft, that method avoid problem in windows update and frameworks. Perhaps no problem now, but my way works fine during two months now ...
  20. Many people repackage all updates from microsoft and host the content, but they make a fault calling their pack sp3 .. it's a post-sp2 pack same as ryan. I think no war*z is intended.
  21. Drivers for Intel chipset are generic for all , download the latest INF Intel 7.x for XP, unzip the content to a folder and run simply setup. For a silent install, use that command : setup.exe -OVERALL -S -overall force update -s silent update After a reboot updated drivers are ready. Goodbye.
  22. Does the .hta will support network usage, or an option to map a drive temporaly ? With .cmd I use a net use command, and some other stuff, can I re-apply this stuff to the .hta ?
  23. For me, I do a reboot at the end of the all process of tweaks, installs ... I use this regtweak to force reload theme. With a restart service that will work too. Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ThemeManager] "LoadedBefore"="0" "ColorName"="Metallic" Goodbye.
  24. You can re-set owner & rights to your data in command line too. Here is my example @echo off Color CF takeown /A /R /D O /F D: >NUL xcacls D: /G Sonic:F SYSTEM:F "Tout le Monde":R /T /C /Y >NUL echo MaJ "Priv‚e" ... xcacls "D:\Documents" /E /D Invit‚ /T /C >NUL xcacls "D:\Games\-= Games =-" /E /D Invit‚ /T /C >NUL xcacls "D:\Games\Halo" /E /D Invit‚ /T /C >NUL xcacls "D:\Games\NFS Underground" /E /D Invit‚ /T /C >NUL xcacls "D:\Games\Steam" /E /D Invit‚ /T /C >NUL xcacls "D:\Games\UT2004" /E /D Invit‚ /T /C >NUL xcacls "D:\Games\WarCraft III" /E /D Invit‚ /T /C >NUL xcacls "D:\Games\Trackmania Sunrise\Default.SystemConfig.Gbx" /E /D Invit‚ /T /C >NUL xcacls "D:\AutoWindows" /E /D Invit‚ /T /C >NUL You need to download xcacls & takeown, I can post it too ... That code retake folders, and set all data to all users (in my example, it's French lang.) and I set some folders to private access, disable from network browsing ...
  25. You can make a sfx of your installed spyware doctor directory, and register chilkatxml.dll with regsvr32 /s chilkatxml.dll Works fine here. Don't forget to bakup registration information in registry too.
×
×
  • Create New...