форум волчат  

Список команд Windows - форум программистов и не только - компьютерные программы - бесплатно
 РегистрацияРегистрация   ВходВход 
Сделать стартовой Добавить в избранное Николай Попков Правила форума
Вход в чаты: чат волчат и чат знакомств (если нет регистрации в чатах, то пароль не нужен):
Ник в чате: Пароль:
Ник в чате: Пароль:

Cайт знакомств Holiday.Ru - 12360781 анкет:

Я ищу от до лет, из города

Реальные бесплатные знакомства в твоем городе:

Я ищу от до лет, в регионе

Рекламное агентство Реклама SU - контекстная реклама и продвижение сайтов с оплатой за результат
Форум Раскрутка сайта и форум Маркетинг и реклама. Чаты. Shot.Su - игровой сервер CSS и CS
Сонник. Анекдоты. Приметы. Aфоризмы. Тосты.

Баннерная сеть ClickHere
Список команд Windows

 
   Список форумов волчат -> форум программистов и не только - компьютерные программы
Форум Раскрутка сайтов  
Автор Сообщение
Man_of_RainОффлайн
Зарегистрирован: 06.05.2003
Всего сообщений: 1276
Откуда: оттуда
Пол: Мужской
26 Окт 2003 Вс 16:24   Список команд Windows

Вот некоторые комманды в мастдае, которые вы можете использовать во благо или во вред Wink

Для того чтобы воспользоваться перечисленными ниже командами, нужно просто создать ярлык и вписать вместо имени файла указанную строку.

№ Команда Описание
1 rundll32 user.exe,ExitWindows Завершение работы Windows
2 rundll32 user.exe,ExitWindowsExec Перезагрузка Windows
3 rundll32 shell32.dll,SHExitWindowsEx Завершение сеанса работы Windows
4 rundll32 user,WNetConnectDialog Вызвать окно “Подключение сетевого диска”
5 rundll32 user,WNetDisconnectDialog Вызвать окно “Отключение сетевого диска”
6 rundll32 user,disableoemlayer Провоцировать сбой системы (черный экран и мигающий курсор)
7 rundll32 user,RepaintScreen Обновить экран
8 rundll32 user,SetCursorPos Переместить курсор мыши в левый верхний угол
9 rundll32 diskcopy,DiskCopyRunDll Вызвать окно “Копирование диска”
10 rundll32 shell,ShellExecute Открыть корневой каталог в проводнике
11 rundll32 shell32,OpenAs_RunDLL filename.ext Открыть диалоговое окно “Открыть с помощью...” и связать указанную программу с файлами с расширением, указанном в команде
12 rundll32 shell32,SHFormatDrive Вызвать окно форматирования диска A:
13 rundll32 shell32,ShellAboutA Вызвать небольшое окошко с информацией о Windows
14 rundll32 shell32,Control_RunDLL Открыть Панель управления
15 rundll32 shell32,Control_RunDLL set.cpl Вызвать определенное окно на Панели управления. Вместо set.cpl в команде нужно вписать необходимый файл с расширением .cpl.
16 rundll32 krnl386.exe,exitkernel По идее что-то вроде EWX_FORCE, безоговорочно и без промедления завершающего работу Windows. Но у меня эта команда полностью подвесила компьютер.
17 rundll32 user,SwapMouseButton Поменять местами клавиши мыши (работает только в одну сторону)
18 rundll32 keyboard,disable Отключить клавиатуру (до перезагрузки)
19 rundll32 mouse,disable Отключить мышь (до перезагрузки)
20 rundll32 user,TileChildWindows Расположить все несвернутые окна по вертикали
21 rundll32 user,CascadeChildWindows Расположить все несвернутые окна каскадом
22 rundll32 msprint2.dll,RUNDLL_PrintTestPage Выбрать принтер и распечатать пробную страницу
23 rundll32 user,SetCaretBlinkTime Сильно увеличить частоту мигания курсора (изменяется на Панели управления)
24 rundll32 user, SetDoubleClickTime Изменить скорость двойного щелчка мыши (изменяется на Панели управления)
25 rundll32 rnaui.dll,RnaWizard Вызвать диалог “Установка связи”
26 rundll32 sysdm.cpl,InstallDevice_Rundll Установить оборудование (Windows 9Cool
27 rundll32 shell32,SHExitWindowsEx 0 Перезагрузить Windows без перезагрузки компьютера (Windows 9Cool
28 rundll32 shell32,SHExitWindowsEx 1 Завершить работу Windows (Windows 9Cool
29 rundll32 shell32,SHExitWindowsEx 2 Перезагрузить компьютер (Windows 9Cool
30 rundll32 shell32,SHExitWindowsEx -1 Перезагрузить Explorer (Windows 9Cool

Windows XP Command Line Utilities

- bootcfg
View your boot loader settings, such as your default OS and selection timeout, as well as your boot entries and load options.

- defrag
You probably already guessed that this defrags your hard drive. Type only "defrag" into your command prompt to get a list of possible arguments, such as the drive letter and the type of output.

- diskpart
Manages your disk partitions. After you type "diskpart" into your command prompt, your prompt will become "DISKPART." Type a question mark to get a list of possible arguments. Type exit to leave diskpart.

- driverquery
Will get you a nice list of your drivers and their properties.

- fsutil
This is a handy command. You can do everything from managing your hardlinks to querying the free space in a volume. Type "fsutil" into your command prompt, and you'll see a list of options. I choose "fsinfo" from the list, so I type "fsutil fsinfo" into the prompt. Now I get even more options, but I choose drives by typing "fsutil fsinfo drives." It's fun, it's easy, and you'll get the hang of it. Explore this utility. There are a lot of cool features and hidden twists.

- getmac
This gets the MAC (Media Access Control) address.

- gpresult
Get the RSoP, user settings, and computer group policy settings.

- netsh A network configuration tool. Type "netsh" to enter the tool, or "netsh /?" to learn more about it. To exit this tool, type "exit" at the "netsh>" prompt.

- openfiles
Allows an administrator to display or disconnect open files in XP professional. Type "openfiles /?" for a list of possible parameters.

- recover
This command attempts to recover readable information from a damaged disk. Type "recover" to get the syntax.

- reg
The console registry tool. Get syntax help when you type "reg" into the prompt. You can export the registry, copy, restore, compare, and more.

- schtasks
The administrator can schedule, run, change, or delete tasks on a local or remote machine. Type "schtasks /?" without the quotes for a list of options.

- sfc
The system file checker scans protected system files and replaces the ones you (or your applications) hacked beyond repair with the real, official Microsoft versions. Type "sfc" into the command prompt to get a list of options.

- shutdown
You can shut down or restart your own computer, or an administrator can shut down or restart a remote computer. Type "shutdown" into your command prompt to see a list of possible arguments.

- systeminfo
Basic system configuration information, such as the system type, the processor type, your time zone, your virtual memory settings, and much more.

- tasklist
Want to know what's going on behind the scenes? Type "tasklist" into the command prompt, and get a list of current processes.

- taskkill
Now that you know what's going on behind the scenes, maybe you want to shut a few of these extraneous tasks down. That's where taskkill comes in. Type "taskkill /?" for a quick lesson in the syntax of the command, then shut down all those random processes. I just killed my MS messenger by typing "taskkill /PID 1680." I got the PID from running tasklist, above.

- mgs
Позволяет слать popup сообщение прямо на экран компутера человека в интернете. Надо знать его IP. Ед. это не получится если человек за фаерволом или у него отключен сервис сообщений.
Вернуться к началу
View user's profile Отправить e-mail 
Показать сообщения:   
смешные анекдоты и политика
форум женщин - женский форум
форум компьютерные игры
музыкальный форум
Бесплатные игры и чат знакомств
Сайты знакомств: Знакомство.su,
К, ML и серьезные знакомства для брака (подбор партнера по тестам).


Партнерка Яндекса

Замуж за рубеж: любовный маг, невеста



сервис ремонт фотоаппаратов

pr агентство Реклама SU, оптимизация сайтов, баннеры - баннерная сеть. Партнерские программы
Бесплатные сервисы для вас: Виртуальная клавиатура и транслит.
IP адрес - где узнать мой IP адрес? ip address

бесплатный форум


free forum