Jump to content

m4dh0

Member
  • Posts

    49
  • Joined

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Posts posted by m4dh0

  1. Firewall: Router

    Anti-Virus: Nod32

    Advanced Windows Tuning (software like tweakXP): regedit

    Download Utilities: built into firefox

    E-Mail: Outlook 2003 and Thunderbird

    Webdesign: Dreamweaver MX2004, NVU

    Graphics Development: Photoshop CS2

    Hard-Drive optimization tools (defraggers for example): O&O Defrag

    Windows error Checking (Like Norton Utilities): N/A

    Video Player: Media Player Classic

    Audio Player: Foobar

    DVD/CD Burning: Nero

    Antispyware: Adaware SE personal, Spybot 1.3 and MS antispyware

  2. the following registry file "should" do it

    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\TCL]
    "Driver"="C:\\WINDOWS\\System32\\sqlsrv32.dll"
    "Description"="TCL"
    "Server"="MyTCLServer"
    "QuotedId"="No"
    "AnsiNPW"="No"
    "Trusted_Connection"="Yes"

    [HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\ODBC Data Sources]
    "TCL"="SQL Server"

    as the above is all under HKLM it automaticaly becomes a system dsn available to all users

    You also dont need to add anything under HKLM\Software\ODBC\ODBCINST.INI as the needed entries are already in place.

    Ps. ive not tested this :whistle:

  3. You can create sql server dsns via registry files, example below.

    [HKEY_LOCAL_MACHINE\Software\ODBC\ODBC.INI\DSNNAME]
    "Driver"="C:\\WINDOWS\\system32\\sqlsrv32.dll"
    "Description"="Description"
    "Server"="sqlservername"
    "Database"="databasename"
    "LastUser"="sqlusername"

    [HKEY_LOCAL_MACHINE\Software\ODBC\ODBC.INI\ODBC Data Sources]
    "DSNNAME"="SQL Server"

    oops edited to be HKEY_LOCAL_MACHINE to make into system dsns

×
×
  • Create New...