Archive for 'Windows' Category
Windows 98 driver install for SanDisk U3 Cruzer Micro Flash Drive
31 December 2006Driver Installation Instructions:
1. Got rid of all the mucking around I had done by removing the Cruzer from the computer; deleting any leftover references under My Computer/Properties/Devices; Uninstalling the software under Add/Remove Software. Re-booted.
2. Re-installed the SanDisk Windows 98SE driver that I got from their website. Re-booted.
3. Plugged in the Cruzer.
4. Chose Display a list […]
Dsmod - reset computer account from command line
15 December 2006dsmod computer “CN=DT1,CN=Computers,DC=corp,DC=coupons,DC=Com” -reset
DSmod to change a password
15 December 2006DSmod, command line utility to change a password. DS family of Windows Server 2003 utilities.
Example 1 Modify Password
Logon to your domain controller.
ou called Users and user called luser
Examine the script below. Decide how cn= or ou= or dc= need editing.
Run, CMD then copy your script and paste into the command window. Alternatively type […]
Checking Windows Time Sync - NTP
15 December 2006EventID.Net
For a Windows XP computer, you should run the following at a command prompt:
“w32tm /monitor /computers:localhost”.
Command output:
localhost [127.0.0.1]:
ICMP: 0ms delay.
NTP: 0.0000000s offset from local clock
RefID: ntdev-dc-10.ntdev.microsoft.com [x.x.x.x]
The computer returned on the RefID line is the timeserver with whom the client is synchronizing its time.
For a Windows 2000 computer you should run the following at […]
Validate a trust
8 November 2006Using the command line
Term
Definition
Universal TCP/IP Network Bootdisk for M$ Networks
2 November 2006Universal TCP/IP Network Bootdisk for M$ Network
Building the Disk http://www.netbootdisk.com/
Once you have downloaded the files for the disk, follow the instructions on this page:
Step 1: Format a floppy disk as a Startup/Bootable disk.
A computer running Windows XP computer is required for this. Alternatively, a PC-DOS 7 bootdisk can be used. Windows 95/98 […]
Changing an IP address using the command line.
5 September 2006Changing an IP address using the command line.
you need a text file formatted as in the example below.
#========================
# Interface configuration
#========================
pushd interface
reset all
popd
# End of interface configuration
# ———————————-
# Interface IP Configuration
# ———————————-
pushd interface ip
# Interface IP Configuration for “Local Area Connection”
set address name = “Local Area Connection” source = static addr = 192.168.0.2 mask = 255.255.255.0
set […]