Everything posted by Ctrl-X
-
Internet Information Services
That's not the Event Log. To open the Event Log: Start / Run -> "eventvwr.msc" [Enter]. Or right-click the My Computer icon and select "Manage". The Event Viewer will be right under the System Tools node. By the way, if you're going to post such a long log, please attach instead of quoting it.
-
BCM2035 Bluetooth Drivers
Check out the forum on the BlueSoleil site... Looks like their product is a piece of cr@p
-
Software Deployment GPO
Check if the software groups are nested in the VPN group one way or the other. Also check the security settings of the individual software assignments in the GPO, especially for the VPN client assignment.
-
BCM2035 Bluetooth Drivers
Some Googling reveals that it's a Broadcom device, but there aren't any drivers for it on the Broadcom site. I guess it should be supported by the manufacturer (BlueSoleil?).
-
change Microsoft NT workstation computer description
That changes the description of the AD computer object, not of the computer itself
-
Internet Information Services
So what does the Event Log say?
-
BCM2035 Bluetooth Drivers
Yes, but have you tried installing the software?
-
Setup Manager
IIRC, the one you found [edit]in WINNT.SIF[/edit] is a pre-activated key, so it would probably be best to use that one.
-
BCM2035 Bluetooth Drivers
Have you tried installing the software from the accompanying CD? The drivers may be included with it somewhere... I can't imagine Broadcom selling a BT device without the required drivers.
-
Office 2003 Won't unattend install
Remove the "/qb-" switch at the end so you can see what's going wrong. After you have solved the problem, you can add it again.
-
Office 2003 Won't unattend install
Could you post the command you're using to run the unattended Office install?
-
More XP SP2 Install issues
If this is a standard XP CD, my guess is it's complaining about the i386\txtsetup.sif file. Check to see if it is corrupted.
-
Remove programs from "Add/Remove Programs"
nospoon got his answer six months ago
-
RIS - Problem installing NIC and not so unattended!
Thanks for the link, cluberti - I couldn't find any reference to the LegacyNIC setting in ref.chm, so I assumed it didn't exist
-
icm icc file placement?
The %disk% variable points to a line saying "disk=" in the [strings] section of the .inf file. Since there's no path in the [sourceDisksNames] section, you should place all related files in the same folder as the .inf file.
-
How To Remove "System Volume Information"
IIRC the folder holds the Indexing Service indexes in Windows 2000.
-
How to use config for autoinst CD for RIS
That happens when all possible Choice Options have been disabled. You'll need to set "Custom Setup" to "Enabled" and all other options to "Disabled" or "Not configured". Also make sure there's no other GPO below the domain level that is overwriting these settings.
-
icm icc file placement?
You could place them directly in $OEM$\$$\system32\spool\drivers\color, but it might be better to put them in a $OEM$\$1\Drivers\Monitor folder and to include that folder in the OemPnpDriversPath.
-
Active Directory Backup
Backup a domain controller and make sure you include the System State.
-
W2k Pro : direct connection / LAN , not routing
Have you added a route to the 10.0.0.0/8 network on Aux? Do the computers in the 10.0.0.0/8 network have a route back to the 192.168.55.0/24 network?
-
Change IP Address
True, but one extra policy will hardly make a difference (that is, if you don't have 100 policy objects already). Something you may find interesting: How to Implement Group Policy Security Filtering
-
How to use config for autoinst CD for RIS
You'll need to modify the Default Domain Policy to enable custom setup. Here's how: How to Modify the Default Group Policy for Remote Installation Services
-
What's wrong with this batch file please?
There's nothing wrong with the batch file itself, so it must have something to do with the way you call it.
-
How To Remove "System Volume Information"
How to gain access to the System Volume Information folder After applying the correct NTFS permissions you should be able to delete it.
-
RIS - Problem installing NIC and not so unattended!
Not really, except this one: I think it's best if you would start over again. Get the Setup Manager and build a basic RIS answer file. Test that. Then, one by one, add your drivers and other customizations, following the guide, and keep testing after every modification. I can't imagine why you can't get it working, but if you follow all instructions carefully you should get there in the end.