• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Start-Run= ?? the commands? can someone help me with some sites that might have the commands

lotust

Diamond Member
what I mean is like regedit-misconfig but thats all i know I keep forgetting. if some one can maybe post a link to a site that can help me learn some. thanks 🙂
 
All those commands are just programs in your windows directory. Handy ones I use are:
Regedit - edit the registry
Msconfig - edit what starts up
Sysconfig - similar, deal directly with files
notepad
ping "something.com"
tracert "something.com"
command.com - open up a dos box
calc - open up the calculator
sol - open up solitaire

Those are all I can think of off the top of my head.
 
Windows 9x -

winIPcfg = used to get IP address / etc.


WinNT / 2K
IPCONFIG = network info IP address, etc.
 
general
control = control panel
mspaint = paint brush
Msinfo32 = System Information
Dxdiag = DirectX Diagnostics
Regedt32 = Registry Editor
regedit = Registry Editor

NT Server specific
dhcpadmn ? DHCP Manager
poledit ? System Policy Editor
rasadmin ? Remote Access Administrator
rplmgr ? Remoteboot Manager
srvmgr ? Server Manager
usrmgr ? User Manager for Domains
winsadmn ? WINS Manager

Win2k specific
Sfc = System File Checker
Verifier = Driver Verifier
Sigverif = Driver Signing

Control Panel Specific
control access.cpl = Accessibility Options
control sysdm.cpl add new = Add New Hardware
control appwiz.cpl = Add/Remove Programs
control timedate.cpl = Date/Time Properties
control desk.cpl = Display Properties
control findfast.cpl = FindFast
control fonts = Fonts Folder
control inetcpl.cpl = Internet Properties
control joy.cpl = Joystick Properties
control main.cpl keyboard = Keyboard Properties
control mlcfg32.cpl = Microsoft Exchange (or Windows Messaging)
control wgpocpl.cpl = Microsoft Mail Post Office
control modem.cpl = Modem Properties
control main.cpl = Mouse Properties
control mmsys.cpl = Multimedia Properties
control netcpl.cpl = Network Properties
(NOTE: In Windows NT 4.0, Network properties is Ncpa.cpl, not Netcpl.cpl)
control password.cpl = Password Properties
control main.cpl pc card (PCMCIA) = PC Card
control main.cpl power = Power Management (Windows 95)
control powercfg.cpl = Power Management (Windows 98)
control printers = Printers Folder
control intl.cpl = Regional Settings
control sticpl.cpl = Scanners and Cameras
control mmsys.cpl sounds = Sound Properties
control sysdm.cpl = System Properties
 
do 2 things:

get yurself into an ms-dos window, go to your windows directory and type "dir.exe"

this will list all the .exe's that u could probably use from start/run
also, go into the command folder (located in the windows folder) and you'll find more .exe's u can use.

i use start/run all the time. saves clutter on the desktop. in autoexec.bat i just added the line "path=%path%;c:\short" where c:\short is a folder where i store a bunch of window shortcuts. for example, a shortcut called "ie" points to "c:\program files\internet explorer\iexplore.exe" now when i go to start/run and type "ie" it executes that shortcut. very handy

have fun
 
Back
Top