<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://nsis.sourceforge.io/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Sherpya</id>
	<title>NSIS Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://nsis.sourceforge.io/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Sherpya"/>
	<link rel="alternate" type="text/html" href="https://nsis.sourceforge.io/Special:Contributions/Sherpya"/>
	<updated>2026-04-07T06:42:49Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.17</generator>
	<entry>
		<id>https://nsis.sourceforge.io/mediawiki/index.php?title=NsRestartExplorer_plug-in&amp;diff=20032</id>
		<title>NsRestartExplorer plug-in</title>
		<link rel="alternate" type="text/html" href="https://nsis.sourceforge.io/mediawiki/index.php?title=NsRestartExplorer_plug-in&amp;diff=20032"/>
		<updated>2011-05-22T21:56:54Z</updated>

		<summary type="html">&lt;p&gt;Sherpya: /* Links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{PageAuthor|sherpya}}&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
&lt;br /&gt;
[http://oss.netfarm.it/win32/ Main Page for the plugin]&amp;lt;br /&amp;gt;&lt;br /&gt;
[http://oss.netfarm.it/ My Free software page]&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://github.com/sherpya/nsRestartExplorer Sources on GitHub]&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Version:&#039;&#039;&#039; 1.4&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Tested on:&#039;&#039;&#039; &#039;&#039;Windows 98SE, Windows XP, Windows XP 64bit, ANSI and UNICODE versions&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
nsRestartExplorer plugin (and also standalone for rundll32) allows to stop, start and gracefully restart explorer.&lt;br /&gt;
Useful to update shell extensions.&lt;br /&gt;
&lt;br /&gt;
== Usage Example ==&lt;br /&gt;
&amp;lt;highlight-nsis&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; call action timeout&lt;br /&gt;
; action can be quit start or restart&lt;br /&gt;
; timeout to wait for explorer action completion,&lt;br /&gt;
; infinite wait forever until explorer is ready&lt;br /&gt;
; ignore does not wait at all&lt;br /&gt;
; a number, milliseconds to wait&lt;br /&gt;
&lt;br /&gt;
nsRestartExplorer::nsRestartExplorer restart infinite&lt;br /&gt;
;nsRestartExplorer::nsRestartExplorer start ignore&lt;br /&gt;
;nsRestartExplorer::nsRestartExplorer quit 1000&lt;br /&gt;
Pop $1&lt;br /&gt;
DetailPrint $1&lt;br /&gt;
&lt;br /&gt;
returns OK or ERROR and error description&lt;br /&gt;
&amp;lt;/highlight-nsis&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Credits ==&lt;br /&gt;
Written by [http://oss.netfarm.it/ Gianluigi Tiesi]&lt;br /&gt;
&lt;br /&gt;
[[Category:Plugins]]&lt;/div&gt;</summary>
		<author><name>Sherpya</name></author>
	</entry>
	<entry>
		<id>https://nsis.sourceforge.io/mediawiki/index.php?title=NsRestartExplorer_plug-in&amp;diff=20031</id>
		<title>NsRestartExplorer plug-in</title>
		<link rel="alternate" type="text/html" href="https://nsis.sourceforge.io/mediawiki/index.php?title=NsRestartExplorer_plug-in&amp;diff=20031"/>
		<updated>2011-05-22T21:56:05Z</updated>

		<summary type="html">&lt;p&gt;Sherpya: /* Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{PageAuthor|sherpya}}&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
&lt;br /&gt;
[http://oss.netfarm.it/win32/ Main Page for the plugin]&amp;lt;br /&amp;gt;&lt;br /&gt;
[http://oss.netfarm.it/ My Free software page]&amp;lt;br /&amp;gt;&lt;br /&gt;
[http://clamwin.svn.sourceforge.net/viewvc/clamwin/trunk/addons/nsRestartExplorer/ Sources on Web SVN]&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Version:&#039;&#039;&#039; 1.4&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Tested on:&#039;&#039;&#039; &#039;&#039;Windows 98SE, Windows XP, Windows XP 64bit, ANSI and UNICODE versions&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
nsRestartExplorer plugin (and also standalone for rundll32) allows to stop, start and gracefully restart explorer.&lt;br /&gt;
Useful to update shell extensions.&lt;br /&gt;
&lt;br /&gt;
== Usage Example ==&lt;br /&gt;
&amp;lt;highlight-nsis&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; call action timeout&lt;br /&gt;
; action can be quit start or restart&lt;br /&gt;
; timeout to wait for explorer action completion,&lt;br /&gt;
; infinite wait forever until explorer is ready&lt;br /&gt;
; ignore does not wait at all&lt;br /&gt;
; a number, milliseconds to wait&lt;br /&gt;
&lt;br /&gt;
nsRestartExplorer::nsRestartExplorer restart infinite&lt;br /&gt;
;nsRestartExplorer::nsRestartExplorer start ignore&lt;br /&gt;
;nsRestartExplorer::nsRestartExplorer quit 1000&lt;br /&gt;
Pop $1&lt;br /&gt;
DetailPrint $1&lt;br /&gt;
&lt;br /&gt;
returns OK or ERROR and error description&lt;br /&gt;
&amp;lt;/highlight-nsis&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Credits ==&lt;br /&gt;
Written by [http://oss.netfarm.it/ Gianluigi Tiesi]&lt;br /&gt;
&lt;br /&gt;
[[Category:Plugins]]&lt;/div&gt;</summary>
		<author><name>Sherpya</name></author>
	</entry>
	<entry>
		<id>https://nsis.sourceforge.io/mediawiki/index.php?title=NsRestartExplorer_plug-in&amp;diff=14713</id>
		<title>NsRestartExplorer plug-in</title>
		<link rel="alternate" type="text/html" href="https://nsis.sourceforge.io/mediawiki/index.php?title=NsRestartExplorer_plug-in&amp;diff=14713"/>
		<updated>2008-02-10T12:46:30Z</updated>

		<summary type="html">&lt;p&gt;Sherpya: /* Links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{PageAuthor|sherpya}}&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
&lt;br /&gt;
[http://oss.netfarm.it/win32/ Main Page for win32 stuff]&amp;lt;br /&amp;gt;&lt;br /&gt;
[http://oss.netfarm.it/ My Free software page]&amp;lt;br /&amp;gt;&lt;br /&gt;
[http://clamwin.svn.sourceforge.net/viewvc/clamwin/trunk/addons/nsRestartExplorer/ Sources on Web SVN]&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Version:&#039;&#039;&#039; 1.0&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Supported on:&#039;&#039;&#039; &#039;&#039;Windows 98+, Windows 2000+&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
nsRestartExplorer plugin (and also standalone for rundll32) allows to stop, start and gracefully restart explorer.&lt;br /&gt;
Useful to replace shell extensions.&lt;br /&gt;
&lt;br /&gt;
== Usage Example ==&lt;br /&gt;
&amp;lt;highlight-nsis&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; call action timeout&lt;br /&gt;
; action can be quit start or restart&lt;br /&gt;
; timeout to wait for explorer action completion,&lt;br /&gt;
; infinite wait forever until explorer is ready&lt;br /&gt;
; ignore does not wait at all&lt;br /&gt;
; a number, milliseconds to wait&lt;br /&gt;
&lt;br /&gt;
nsRestartExplorer::nsRestartExplorer restart infinite&lt;br /&gt;
;nsRestartExplorer::nsRestartExplorer start ignore&lt;br /&gt;
;nsRestartExplorer::nsRestartExplorer quit 1000&lt;br /&gt;
Pop $1&lt;br /&gt;
DetailPrint $1&lt;br /&gt;
&lt;br /&gt;
returns OK or ERROR and error description&lt;br /&gt;
&amp;lt;/highlight-nsis&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Credits ==&lt;br /&gt;
Written by [http://oss.netfarm.it/ Gianluigi Tiesi]&lt;br /&gt;
&lt;br /&gt;
[[Category:Plugins]]&lt;/div&gt;</summary>
		<author><name>Sherpya</name></author>
	</entry>
	<entry>
		<id>https://nsis.sourceforge.io/mediawiki/index.php?title=NsRestartExplorer_plug-in&amp;diff=14712</id>
		<title>NsRestartExplorer plug-in</title>
		<link rel="alternate" type="text/html" href="https://nsis.sourceforge.io/mediawiki/index.php?title=NsRestartExplorer_plug-in&amp;diff=14712"/>
		<updated>2008-02-10T12:46:01Z</updated>

		<summary type="html">&lt;p&gt;Sherpya: /* Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{PageAuthor|sherpya}}&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
&lt;br /&gt;
[http://oss.netfarm.it/win32/ Main Page for win32 stuff]&lt;br /&gt;
&lt;br /&gt;
[http://oss.netfarm.it/ My Free software page]&lt;br /&gt;
&lt;br /&gt;
[http://clamwin.svn.sourceforge.net/viewvc/clamwin/trunk/addons/nsRestartExplorer/ Sources on Web SVN]&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Version:&#039;&#039;&#039; 1.0&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Supported on:&#039;&#039;&#039; &#039;&#039;Windows 98+, Windows 2000+&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
nsRestartExplorer plugin (and also standalone for rundll32) allows to stop, start and gracefully restart explorer.&lt;br /&gt;
Useful to replace shell extensions.&lt;br /&gt;
&lt;br /&gt;
== Usage Example ==&lt;br /&gt;
&amp;lt;highlight-nsis&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; call action timeout&lt;br /&gt;
; action can be quit start or restart&lt;br /&gt;
; timeout to wait for explorer action completion,&lt;br /&gt;
; infinite wait forever until explorer is ready&lt;br /&gt;
; ignore does not wait at all&lt;br /&gt;
; a number, milliseconds to wait&lt;br /&gt;
&lt;br /&gt;
nsRestartExplorer::nsRestartExplorer restart infinite&lt;br /&gt;
;nsRestartExplorer::nsRestartExplorer start ignore&lt;br /&gt;
;nsRestartExplorer::nsRestartExplorer quit 1000&lt;br /&gt;
Pop $1&lt;br /&gt;
DetailPrint $1&lt;br /&gt;
&lt;br /&gt;
returns OK or ERROR and error description&lt;br /&gt;
&amp;lt;/highlight-nsis&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Credits ==&lt;br /&gt;
Written by [http://oss.netfarm.it/ Gianluigi Tiesi]&lt;br /&gt;
&lt;br /&gt;
[[Category:Plugins]]&lt;/div&gt;</summary>
		<author><name>Sherpya</name></author>
	</entry>
	<entry>
		<id>https://nsis.sourceforge.io/mediawiki/index.php?title=NsRestartExplorer_plug-in&amp;diff=14711</id>
		<title>NsRestartExplorer plug-in</title>
		<link rel="alternate" type="text/html" href="https://nsis.sourceforge.io/mediawiki/index.php?title=NsRestartExplorer_plug-in&amp;diff=14711"/>
		<updated>2008-02-10T12:45:24Z</updated>

		<summary type="html">&lt;p&gt;Sherpya: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{PageAuthor|sherpya}}&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
&lt;br /&gt;
[http://oss.netfarm.it/win32/ Main Page for win32 stuff]&lt;br /&gt;
&lt;br /&gt;
[http://oss.netfarm.it/ My Free software page]&lt;br /&gt;
&lt;br /&gt;
[http://clamwin.svn.sourceforge.net/viewvc/clamwin/trunk/addons/nsRestartExplorer/ Sources on Web SVN]&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Version:&#039;&#039;&#039; 10th January 2008.&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Supported on:&#039;&#039;&#039; &#039;&#039;Windows 98+, Windows 2000+&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
nsRestartExplorer plugin (and also standalone for rundll32) allows to stop, start and gracefully restart explorer.&lt;br /&gt;
Useful to replace shell extensions.&lt;br /&gt;
&lt;br /&gt;
== Usage Example ==&lt;br /&gt;
&amp;lt;highlight-nsis&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; call action timeout&lt;br /&gt;
; action can be quit start or restart&lt;br /&gt;
; timeout to wait for explorer action completion,&lt;br /&gt;
; infinite wait forever until explorer is ready&lt;br /&gt;
; ignore does not wait at all&lt;br /&gt;
; a number, milliseconds to wait&lt;br /&gt;
&lt;br /&gt;
nsRestartExplorer::nsRestartExplorer restart infinite&lt;br /&gt;
;nsRestartExplorer::nsRestartExplorer start ignore&lt;br /&gt;
;nsRestartExplorer::nsRestartExplorer quit 1000&lt;br /&gt;
Pop $1&lt;br /&gt;
DetailPrint $1&lt;br /&gt;
&lt;br /&gt;
returns OK or ERROR and error description&lt;br /&gt;
&amp;lt;/highlight-nsis&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Credits ==&lt;br /&gt;
Written by [http://oss.netfarm.it/ Gianluigi Tiesi]&lt;br /&gt;
&lt;br /&gt;
[[Category:Plugins]]&lt;/div&gt;</summary>
		<author><name>Sherpya</name></author>
	</entry>
</feed>