由买买提看人间百态

topics

全部话题 - 话题: taskkill
1 (共1页)
l*****a
发帖数: 14598
1
Examples:
TASKKILL /IM notepad.exe
TASKKILL /PID 1230 /PID 1241 /PID 1253 /T
TASKKILL /F /IM cmd.exe /T
TASKKILL /F /FI "PID ge 1000" /FI "WINDOWTITLE ne untitle*"
TASKKILL /F /FI "USERNAME eq NT AUTHORITY\SYSTEM" /IM notepad.exe
TASKKILL /S system /U domain\username /FI "USERNAME ne NT*" /IM *
TASKKILL /S system /U username /P password /FI "IMAGENAME eq note*"
f****a
发帖数: 847
2
来自主题: PhotoGear版 - Transformer T100 10.1 Tablet $170
X205 据说休眠,wake up 后 two finger scrolling 就不灵了,有bug
When it wakes up from sleep, it stops working and it's a known problem. TIA
解法
For people still having problems where the smart gesture software stops
working after resume, this seemed to work for me:
Create a .bat file with the following commands:
Code:
taskkill /f /im AsusTPCenter.exe
taskkill /f /im AsusTPHelper.exe
The problem seems to be with these and not AsusTPLauncher. After the .bat
runs, AsusTPLauncher will automatically restart those ... 阅读全帖
q*p
发帖数: 963
3
来自主题: Hardware版 - 如何删掉Win10下的onedrive
以64位系统为例
管理员权限下运行
taskkill /f /im OneDrive.exe
taskkill /f /im explorer.exe
C:\Windows\SysWOW64\OneDriveSetup.exe /uninstall
rd /s /q "%USERPROFILE%OneDrive"
rd /s /q "%LOCALAPPDATA%MicrosoftOneDrive"
rd /s /q "%PROGRAMDATA%Microsoft OneDrive"
reg delete "HKEY_CLASSES_ROOTCLSID{018D5C66-4533-4307-9B53-224DE2ED1FE6}" /f
reg delete "HKEY_CLASSES_ROOTWow6432NodeCLSID{018D5C66-4533-4307-9B53-
224DE2ED1FE6}" /f
start explorer
q*p
发帖数: 963
4
来自主题: Hardware版 - 如何删掉Win10下的onedrive
32位下则是
taskkill /f /im OneDrive.exe
taskkill /f /im explorer.exe
C:\Windows\System32\OneDriveSetup.exe /uninstall
rd /s /q "%USERPROFILE%\OneDrive"
rd /s /q "%LOCALAPPDATA%\Microsoft\OneDrive"
rd /s /q "%PROGRAMDATA%\Microsoft OneDrive"
reg delete "HKEY_CLASSES_ROOT\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}"
/f
reg delete "HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-
224DE2ED1FE6}" /f
start explorer
重启
J*******i
发帖数: 2162
5
来自主题: E-Sports版 - Win 7下Starcraft的完美解决办法
运行了星际之后,打开cmd,输入
taskkill /f /IM explorer.exe
然后就可以在Win7下享受不花屏不死机的星际了...
玩完了退出后start explorer.exe即可(记得不要关掉cmd窗口...)
终于折腾好了,可以把XP扔掉了~
P*******L
发帖数: 2637
6
自己写个 bat 脚本就好了
taskkill /f /IM explorer.exe
***\StarCraft.exe
start explorer.exe
b******a
发帖数: 1470
7
在cmd window用taskkill /f /im explorer.exe
可以延缓 不能根治
恢复用start explorer.exe
k****t
发帖数: 12697
8
来自主题: PhotoGear版 - 关键是重装windows代价太高了
现在的所谓病毒都是个AUTO LOAD 的EXE 或DLL, 从INTERNET BROWSING 来的都在
PROFILE 下, TASKMAN 找到那个IMAGE, 手工DEL, 如果它不让START TASKMAN, CMD,
REGEDIT 之类, 须从另一台机器上用TASKLIST, TASKKILL 来搞掉.
如果启动一个程序, 病毒都随带启动, IT 在COMMAND SHELL 里.
几呼没啥杀毒软件能REMOVE, 都要靠手工. HIJACKTHIS 或许能帮忙IDENTIFY
R***a
发帖数: 41892
9
来自主题: PhotoGear版 - 关键是重装windows代价太高了
tasklist.exe
taskkill.exe
g******r
发帖数: 55
10
来自主题: Internet版 - How to kill a TCP session in Windows?
I want to abruptly kill a TCP session without sending the FIN?
I found two methods:
1) I may disable the LAN interface. But I can't connect the internet with
this method.
2) Use "netstat -ano" to get the PID, and use "taskkill" to kill the process
. But by killing the process, the FIN is still being sent.
Is there other method to abruptly kill a specific TCP session?
Thanks,
r****y
发帖数: 26819
11
taskkill /IM notepad.exe
如果用powerscript:stop-process -name notepad
b*****f
发帖数: 50
12
刚好碰到这个问题,发重复了莫怪,赫赫~~
Foxit PDF Reader with Texmaker and WinEdt
=============================
Foxit PDF Reader with Texmaker
=============================
1. Make a MSDOS batch file called "viewpdf.bat" in its installation folder
with the following lines:
taskkill -fi "windowtitle eq %1*"
start %1
REM "C:\Program Files\Foxit Software\Foxit Reader\Foxit Reader.exe" %1
2. If Foxit PDF Reader is not your default PDF viewer, comment out the
second the line, uncomment the third line and make sure the
g******r
发帖数: 55
13
来自主题: Windows版 - How to kill a TCP session
I want to abruptly kill a TCP session without sending the FIN?
I found two methods:
1) I may disable the LAN interface. But I can't connect the internet with
this
method.
2) Use "netstat -ano" to get the PID, and use "taskkill" to kill the process
.
But by killing the process, the FIN is still being sent.
Is there other method to abruptly kill a specific TCP session?
Thanks,
g******r
发帖数: 55
14
I want to abruptly kill a TCP session without sending the FIN?
I found two methods:
1) I may disable the LAN interface. But I can't connect the internet with
this
method.
2) Use "netstat -ano" to get the PID, and use "taskkill" to kill the process
.
But by killing the process, the FIN is still being sent.
Is there other method to abruptly kill a specific TCP session?
Thanks,
1 (共1页)