ATTRIB.exe
Display or change file attributes. Find Filenames.
Display or change file attributes. Find Filenames.
After demoting a domain controller, you cannot remove its’ computer account from Active Directory? You receive: Error: DSA object cannot be deleted. If you ran dcpromo to demote the domain controller, or you used ntdsutil to clean up a failed domain controller’s metadata and removed the account from Active Directory Sites and Services, you may be unable to delete… Read More »
Few chores are as frustrating as debugging a small network. The last time I did it, I cursed colorfully enough to embarrass Quentin Tarantino. The one thing we can be certain of is that there’s no problem with your hardware–the successful Internet access tells us that.
Move a file from one folder to another
The File Transfer Protocol (FTP) is the standard network protocol used for the transfer of computer files between a client and server on a computer network.
When you run ChkDsk without taking a volume offline, the results are NOT accurate. You can use the Vrfydsk.exe tool to check the integrity and consistency of a specified volume. NOTE: See Windows Server 2003 Resource Kit Tools can be installed on Windows XP. NOTE: Vrfydsk.exe cannot fix any errors it reports. To fix any errors, use ChkDsk.exe… Read More »
If you have Windows 2000 Server booted from C:\Winnt and Windows XP is installed in D:\Windows, you cannot backup D:\Windows\System32\Inetsrv\metabase.bin.
To change the IP range of the DHCP service on the ICS Host, follow these steps:
Checks the file system and file system metadata of a volume for logical and physical errors. If used without parameters, chkdsk displays only the status of the volume and does not fix any errors. If used with the /f, /r, /x, or /b parameters, it fixes errors on the volume.
Get some extended color constants. Stuff like vbWhite, vbBlue are great, but even better is vbDarkGreen, vbPaleBlue etc… Original Author: CodeJack Assumptions I ran across this little tid-bit and thought it would be usefull to others. I can’t remember where I got it, but I’ve had it for a looonggg time. Code Public Enum exColorTypes ‘vbWhite = &HFFFFFF… Read More »