NsRestartExplorer plug-in: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
No edit summary |
m (→Description) |
||
Line 11: | Line 11: | ||
== Description == | == Description == | ||
'''Version:''' | '''Version:''' 1.0<br /> | ||
'''Supported on:''' ''Windows 98+, Windows 2000+''. | '''Supported on:''' ''Windows 98+, Windows 2000+''. | ||
Revision as of 12:46, 10 February 2008
Author: sherpya (talk, contrib) |
Links
Description
Version: 1.0
Supported on: Windows 98+, Windows 2000+.
nsRestartExplorer plugin (and also standalone for rundll32) allows to stop, start and gracefully restart explorer. Useful to replace shell extensions.
Usage Example
; call action timeout ; action can be quit start or restart ; timeout to wait for explorer action completion, ; infinite wait forever until explorer is ready ; ignore does not wait at all ; a number, milliseconds to wait nsRestartExplorer::nsRestartExplorer restart infinite ;nsRestartExplorer::nsRestartExplorer start ignore ;nsRestartExplorer::nsRestartExplorer quit 1000 Pop $1 DetailPrint $1 returns OK or ERROR and error description
Credits
Written by Gianluigi Tiesi