<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 12:18:59 +0000</lastBuildDate>
    <item>
      <title>(DOS Batch) Show information about a user in a Windows domain - rm1984</title>
      <link>https://snipplr.com/view/147233/show-information-about-a-user-in-a-windows-domain</link>
      <description>&lt;p&gt;Show information about a user in a Windows domain&lt;/p&gt;</description>
      <pubDate>Thu, 30 Jun 2016 18:36:03 UTC</pubDate>
      <guid>https://snipplr.com/view/147233/show-information-about-a-user-in-a-windows-domain</guid>
    </item>
    <item>
      <title>(Bash) Copy files recursively - wesleydepoorter</title>
      <link>https://snipplr.com/view/110507/copy-files-recursively</link>
      <description>&lt;p&gt;Copy files recursively in Windows&lt;/p&gt;</description>
      <pubDate>Mon, 21 Sep 2015 18:46:02 UTC</pubDate>
      <guid>https://snipplr.com/view/110507/copy-files-recursively</guid>
    </item>
    <item>
      <title>(MySQL) A example option file for mysql in windows - jacktan</title>
      <link>https://snipplr.com/view/80412/a-example-option-file-for-mysql-in-windows</link>
      <description>&lt;p&gt;`mysql-dev.ini` can be used in a developing environment and put it in the Mysql Home dir&lt;/p&gt;</description>
      <pubDate>Thu, 30 Oct 2014 01:52:11 UTC</pubDate>
      <guid>https://snipplr.com/view/80412/a-example-option-file-for-mysql-in-windows</guid>
    </item>
    <item>
      <title>(DOS Batch) A windows batch to run Mysql client - jacktan</title>
      <link>https://snipplr.com/view/80411/a-windows-batch-to-run-mysql-client</link>
      <description>&lt;p&gt;**Vars** to to specify&#13;
&#13;
+ ${EnvSet_Bash}&#13;
&#13;
**Demo**&#13;
&#13;
vars specified like&#13;
&#13;
+ ${EnvSet_Bash}=[set-mysqlRT-Env](http://www.snipplr.com/view/80407/an-example-bash-file-for-set-temporary-path/ "set-mysqlRT-Env.bat")&#13;
&#13;
pluss other bash commond&#13;
&#13;
**Demo**&#13;
&#13;
    @echo off&#13;
    call set-mysqlRT-Env&#13;
    mysql --defaults-file=%mysqlConf% --print-defaults&#13;
    pause&#13;
    mysql --defaults-file=%mysqlConf%&#13;
    pause&lt;/p&gt;</description>
      <pubDate>Thu, 30 Oct 2014 01:43:22 UTC</pubDate>
      <guid>https://snipplr.com/view/80411/a-windows-batch-to-run-mysql-client</guid>
    </item>
    <item>
      <title>(DOS Batch) A windows batch to shutdown Mysql server - jacktan</title>
      <link>https://snipplr.com/view/80409/a-windows-batch-to-shutdown-mysql-server</link>
      <description>&lt;p&gt;Run `mysqladmin` to shutdown msyql server with a specified option file.&#13;
&#13;
**Vars** to to specify&#13;
&#13;
+ ${EnvSet_Bash}&#13;
&#13;
**Demo**&#13;
&#13;
vars specified like&#13;
&#13;
+ ${EnvSet_Bash}=[set-mysqlRT-Env](http://www.snipplr.com/view/80407/an-example-bash-file-for-set-temporary-path/ "set-mysqlRT-Env.bat")&#13;
&#13;
pluss other bash commond&#13;
&#13;
    @echo off&#13;
    call set-mysqlRT-Env&#13;
    mysqladmin --defaults-file=%mysqlConf% --print-defaults&#13;
    pause&#13;
    mysqladmin --defaults-file=%mysqlConf% shutdown&#13;
    pause&#13;
&#13;
Click the bat file to run it .&lt;/p&gt;</description>
      <pubDate>Thu, 30 Oct 2014 01:21:38 UTC</pubDate>
      <guid>https://snipplr.com/view/80409/a-windows-batch-to-shutdown-mysql-server</guid>
    </item>
    <item>
      <title>(DOS Batch) A windows batch to run Mysql server - jacktan</title>
      <link>https://snipplr.com/view/80408/a-windows-batch-to-run-mysql-server</link>
      <description>&lt;p&gt;Run a Mysql server using command line with a specified option file.&#13;
&#13;
**Vars** to to specify&#13;
&#13;
+ ${EnvSet_Bash}&#13;
&#13;
**Demo**&#13;
&#13;
vars specified like&#13;
&#13;
+ ${EnvSet_Bash}=[set-mysqlRT-Env](http://www.snipplr.com/view/80407/an-example-bash-file-for-set-temporary-path/ "set-mysqlRT-Env.bat")&#13;
&#13;
pluss other bash commond&#13;
&#13;
    @echo off&#13;
    call set-mysqlRT-Env&#13;
    mysqld --defaults-file=%mysqlConf% --print-defaults&#13;
    pause&#13;
    mysqld --defaults-file=%mysqlConf% --console&#13;
    pause&#13;
&#13;
Click the bat file to run it .&lt;/p&gt;</description>
      <pubDate>Thu, 30 Oct 2014 01:10:54 UTC</pubDate>
      <guid>https://snipplr.com/view/80408/a-windows-batch-to-run-mysql-server</guid>
    </item>
    <item>
      <title>(C#) get windows phone unique id - vhdm</title>
      <link>https://snipplr.com/view/75825/get-windows-phone-unique-id</link>
      <description>&lt;p&gt;don't  forgot to add capability ID_CAP_IDENTIFY_DEVICE&lt;/p&gt;</description>
      <pubDate>Sun, 03 Aug 2014 20:13:59 UTC</pubDate>
      <guid>https://snipplr.com/view/75825/get-windows-phone-unique-id</guid>
    </item>
    <item>
      <title>(C#) Window Phone Save Settings - vhdm</title>
      <link>https://snipplr.com/view/75824/window-phone-save-settings</link>
      <description>&lt;p&gt;for save settings in windows phone&lt;/p&gt;</description>
      <pubDate>Sun, 03 Aug 2014 20:10:00 UTC</pubDate>
      <guid>https://snipplr.com/view/75824/window-phone-save-settings</guid>
    </item>
    <item>
      <title>(Other) Launch Windows Explorer to SharePoint 2013 Hive using Batch File - adove</title>
      <link>https://snipplr.com/view/72184/launch-windows-explorer-to-sharepoint-2013-hive-using-batch-file</link>
      <description>&lt;p&gt;Open Windows Explorer to the SharePoint 2013 hive using a batch file. Double-click the batch file.&lt;/p&gt;</description>
      <pubDate>Fri, 23 Aug 2013 05:13:27 UTC</pubDate>
      <guid>https://snipplr.com/view/72184/launch-windows-explorer-to-sharepoint-2013-hive-using-batch-file</guid>
    </item>
    <item>
      <title>(DOS Batch) 7zip commandline builder for zipping extensions in an svn repository - lookmatters</title>
      <link>https://snipplr.com/view/69190/7zip-commandline-builder-for-zipping-extensions-in-an-svn-repository</link>
      <description>&lt;p&gt;7zip commandline builder for zipping extensions in an svn repository&lt;/p&gt;</description>
      <pubDate>Fri, 21 Dec 2012 04:47:35 UTC</pubDate>
      <guid>https://snipplr.com/view/69190/7zip-commandline-builder-for-zipping-extensions-in-an-svn-repository</guid>
    </item>
    <item>
      <title>(PHP) Get current URL with PHP in Apache or IIS - rickygri</title>
      <link>https://snipplr.com/view/69136/get-current-url-with-php-in-apache-or-iis</link>
      <description>&lt;p&gt;Get Current URL Path on Apache / IIS&lt;/p&gt;</description>
      <pubDate>Tue, 18 Dec 2012 00:24:54 UTC</pubDate>
      <guid>https://snipplr.com/view/69136/get-current-url-with-php-in-apache-or-iis</guid>
    </item>
    <item>
      <title>(DOS Batch) Registrar manualmente DLL en windows - thescorpion</title>
      <link>https://snipplr.com/view/68034/registrar-manualmente-dll-en-windows</link>
      <description>&lt;p&gt;Registro manual de una libreria o proceso DLL en windows&lt;/p&gt;</description>
      <pubDate>Wed, 31 Oct 2012 04:58:16 UTC</pubDate>
      <guid>https://snipplr.com/view/68034/registrar-manualmente-dll-en-windows</guid>
    </item>
    <item>
      <title>(Other) Shutdown/Restart Windows - gaserland</title>
      <link>https://snipplr.com/view/67613/shutdownrestart-windows</link>
      <description>&lt;p&gt;command to shutdown / restart windows&lt;/p&gt;</description>
      <pubDate>Fri, 05 Oct 2012 04:47:06 UTC</pubDate>
      <guid>https://snipplr.com/view/67613/shutdownrestart-windows</guid>
    </item>
    <item>
      <title>(Python) Getting shovel to work in windows so python methods can be run like individual executables - pckujawa</title>
      <link>https://snipplr.com/view/66267/getting-shovel-to-work-in-windows-so-python-methods-can-be-run-like-individual-executables</link>
      <description>&lt;p&gt;I had hear about a method to run a method like an executable, with the arguments being passed in from the commandline. Apparently, Ruby has this with the Rake project. Well, Python has it with [Shovel](http://devblog.seomoz.org/2012/03/shovel-rake-for-python). Only the instructions didn't work for me on windows, so I had to create a batch script to call `shovel` correctly.&#13;
&#13;
So here's my setup. I installed shovel using `easy_install shovel`, which placed it in my python scripts folder (C:\Python27\Scripts, which is in my PATH). I created 'shovel.bat' (see source) in the same folder. So now I can call `shovel` from anywhere and it will call my batch file, passing the parameters into shovel.&#13;
&#13;
For completeness, here is my working directory structure (note the subfolder called shovel):&#13;
&#13;
	D:.&#13;
	â”‚   song log.log&#13;
	â”‚   Untitled_10.mp3&#13;
	â”‚   Untitled_11.mp3&#13;
	â”‚   Untitled_2.mp3&#13;
	â”‚   Untitled_3.mp3&#13;
	â”‚   Untitled_4.mp3&#13;
	â”‚   Untitled_5.mp3&#13;
	â”‚   Untitled_6.mp3&#13;
	â”‚   Untitled_7.mp3&#13;
	â”‚   Untitled_8.mp3&#13;
	â”‚   Untitled_9.mp3&#13;
	â”‚&#13;
	â””â”€â”€â”€shovel&#13;
	        tasks.py&#13;
&#13;
My python script is incomplete but can be run by shovel using `shovel tasks.extractSongInfo "log file name.log"` from the directory above the 'shovel' directory. Here's the script:&#13;
&#13;
&#13;
	from shovel import task&#13;
	&#13;
	@task&#13;
	def extractSongInfo(logFile):&#13;
	    """Given a log file with lines like&#13;
	"{date}	INFO	 Currently playing - Song: {songName} - Artist: {artist} - Length: {numSeconds}"&#13;
	return a collection of extracted info."""&#13;
	    opId = "Extracting song info" # operation ID&#13;
	    print opId&#13;
	    print 'Done: ' + opId&lt;/p&gt;</description>
      <pubDate>Sun, 22 Jul 2012 07:44:22 UTC</pubDate>
      <guid>https://snipplr.com/view/66267/getting-shovel-to-work-in-windows-so-python-methods-can-be-run-like-individual-executables</guid>
    </item>
    <item>
      <title>(DOS Batch) Put windows to sleep (and keep it asleep!) - Rectifier</title>
      <link>https://snipplr.com/view/65888/put-windows-to-sleep-and-keep-it-asleep</link>
      <description>&lt;p&gt;This is a fraction of a much larger script which does multiple tasks. This scriptlet is intended to be interactive and somewhat user-friendly. First, it asks if you want to place the computer into sleep mode, then it kills pesky processes associated with interrupting sleep mode, finally, if you want the batch to skip waiting you can press Y to immediately start the sleep sequence or press N to cancel at the last second.&lt;/p&gt;</description>
      <pubDate>Sun, 01 Jul 2012 06:24:51 UTC</pubDate>
      <guid>https://snipplr.com/view/65888/put-windows-to-sleep-and-keep-it-asleep</guid>
    </item>
    <item>
      <title>(DOS Batch) Save (and clear) Windows Event Logs - Rectifier</title>
      <link>https://snipplr.com/view/65885/save-and-clear-windows-event-logs</link>
      <description>&lt;p&gt;Uses the sysinternals (microsoft) utility PsLogList to save specified event logs to files and then clears them. Method can be used to save logs as .evt and .evtx. This script has four event logs listed as an example and has a template command commented. Tested on a local windows 7 machine, but should work for xp, server 2k3 and 2k8.&lt;/p&gt;</description>
      <pubDate>Sun, 01 Jul 2012 03:54:14 UTC</pubDate>
      <guid>https://snipplr.com/view/65885/save-and-clear-windows-event-logs</guid>
    </item>
    <item>
      <title>(DOS Batch) Clear Windows 7 Event Log - Rectifier</title>
      <link>https://snipplr.com/view/65884/clear-windows-7-event-log</link>
      <description>&lt;p&gt;This is a simple batch script to clear the event logs from a windows 7 or server 2008 machine. The script does *not* save these logs. This was tested on a local machine but could be adapted for remote use.&lt;/p&gt;</description>
      <pubDate>Sun, 01 Jul 2012 03:42:51 UTC</pubDate>
      <guid>https://snipplr.com/view/65884/clear-windows-7-event-log</guid>
    </item>
    <item>
      <title>(C++) Kill Rising\'s popup window - breakerzhao</title>
      <link>https://snipplr.com/view/64634/kill-risings-popup-window</link>
      <description>&lt;p&gt;Terminate Rising anti-virus program's annoying ad. popup window process "popwndexe.exe", remove from its config file "RsMgrsvc.ini".&lt;/p&gt;</description>
      <pubDate>Thu, 19 Apr 2012 01:30:32 UTC</pubDate>
      <guid>https://snipplr.com/view/64634/kill-risings-popup-window</guid>
    </item>
    <item>
      <title>(DOS Batch) Import svn repository dump - altern</title>
      <link>https://snipplr.com/view/62093/import-svn-repository-dump</link>
      <description>&lt;p&gt;script imports svn dump into the repository&lt;/p&gt;</description>
      <pubDate>Thu, 22 Dec 2011 22:22:25 UTC</pubDate>
      <guid>https://snipplr.com/view/62093/import-svn-repository-dump</guid>
    </item>
    <item>
      <title>(DOS Batch) Create svn repository dump - altern</title>
      <link>https://snipplr.com/view/62092/create-svn-repository-dump</link>
      <description>&lt;p&gt;Batch script creates repository dump of specific project in repository. It assumes that repository has following structure:&#13;
&#13;
    /project1&#13;
        /trunk&#13;
        /tags&#13;
        /branches&#13;
&#13;
    /project2&#13;
        /trunk&#13;
        /tags&#13;
        /branches&#13;
    ...&#13;
    /projectN&#13;
        /trunk&#13;
        /tags&#13;
        /branches&#13;
&#13;
Needs UnxUtils installed to be executed successfully(http://unxutils.sourceforge.net/)&lt;/p&gt;</description>
      <pubDate>Thu, 22 Dec 2011 22:04:54 UTC</pubDate>
      <guid>https://snipplr.com/view/62092/create-svn-repository-dump</guid>
    </item>
    <item>
      <title>(DOS Batch) Create initial svn repository structure - altern</title>
      <link>https://snipplr.com/view/62091/create-initial-svn-repository-structure</link>
      <description>&lt;p&gt;Batch script creates initial svn repository structure according to SCM framework (http://scm.altern.kiev.ua):&#13;
    /project&#13;
        /trunk&#13;
        /tags&#13;
            /builds&#13;
                /PA&#13;
                /A&#13;
                /B&#13;
            /releases&#13;
                /AR&#13;
                /BR&#13;
                /RC&#13;
                /ST&#13;
        /branches&#13;
            /support&#13;
            /releases&#13;
            /experimental&#13;
            /feature&lt;/p&gt;</description>
      <pubDate>Thu, 22 Dec 2011 21:53:48 UTC</pubDate>
      <guid>https://snipplr.com/view/62091/create-initial-svn-repository-structure</guid>
    </item>
    <item>
      <title>(DOS Batch) svn add recursively on windows - altern</title>
      <link>https://snipplr.com/view/62067/svn-add-recursively-on-windows</link>
      <description>&lt;p&gt;'svn add' all unversioned files in a working copy to svn repository recursively on windows&lt;/p&gt;</description>
      <pubDate>Thu, 22 Dec 2011 01:56:28 UTC</pubDate>
      <guid>https://snipplr.com/view/62067/svn-add-recursively-on-windows</guid>
    </item>
    <item>
      <title>(DOS Batch) Viewing an image under Windows 7 from a command line - m1b</title>
      <link>https://snipplr.com/view/59901/viewing-an-image-under-windows-7-from-a-command-line</link>
      <description>&lt;p&gt;Useful to open an image for viewing from the command line under Windows, in this example the image is generated by the GraphViz dot command.&lt;/p&gt;</description>
      <pubDate>Tue, 18 Oct 2011 08:52:54 UTC</pubDate>
      <guid>https://snipplr.com/view/59901/viewing-an-image-under-windows-7-from-a-command-line</guid>
    </item>
    <item>
      <title>(Windows Registry) Add TheGun editor to your registry - johngh</title>
      <link>https://snipplr.com/view/58617/add-thegun-editor-to-your-registry</link>
      <description>&lt;p&gt;TheGun is a great Windows Notepad replacement, but it's a bit painful in how it registers itself when you choose it to open a file.&#13;
If you save it in "C:\Program Files\TheGun\THEGUN.EXE" and add something this to your registry, it should work nicely.&lt;/p&gt;</description>
      <pubDate>Tue, 13 Sep 2011 03:10:03 UTC</pubDate>
      <guid>https://snipplr.com/view/58617/add-thegun-editor-to-your-registry</guid>
    </item>
    <item>
      <title>(C#) Provide standard progress dialog for file operations - TheBarrett</title>
      <link>https://snipplr.com/view/58430/provide-standard-progress-dialog-for-file-operations</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 03 Sep 2011 22:20:17 UTC</pubDate>
      <guid>https://snipplr.com/view/58430/provide-standard-progress-dialog-for-file-operations</guid>
    </item>
    <item>
      <title>(ActionScript 3) Flex Mobile Popup List Window - mcorlan</title>
      <link>https://snipplr.com/view/57729/flex-mobile-popup-list-window</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 11 Aug 2011 00:24:13 UTC</pubDate>
      <guid>https://snipplr.com/view/57729/flex-mobile-popup-list-window</guid>
    </item>
    <item>
      <title>(C#) Windows Forms Keyboard Shortcut on Control - Currysuechtig</title>
      <link>https://snipplr.com/view/57156/windows-forms-keyboard-shortcut-on-control</link>
      <description>&lt;p&gt;Easily create Windows Forms Shortcuts with this class.&#13;
&#13;
For example: A shortcut to catch pasting via Ctrl + V.&#13;
Shortcut sc = new Shortcut(this, new Action(() =&gt; MessageBox.Show("Data pasted!")));&#13;
sc.Keys.Add(Keys.ControlKey);&#13;
sc.Keys.Add(Keys.V);&lt;/p&gt;</description>
      <pubDate>Tue, 26 Jul 2011 21:43:49 UTC</pubDate>
      <guid>https://snipplr.com/view/57156/windows-forms-keyboard-shortcut-on-control</guid>
    </item>
    <item>
      <title>(C) windowsä¸‹ä¸²å£é€šä¿¡åŒæ­¥ä¸Žå¼‚æ­¥æ–¹å¼ - liouys</title>
      <link>https://snipplr.com/view/50884/windows</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 20 Mar 2011 13:50:32 UTC</pubDate>
      <guid>https://snipplr.com/view/50884/windows</guid>
    </item>
    <item>
      <title>(C) windowsä¸‹ä¸²å£é€šä¿¡åŒæ­¥ä¸Žå¼‚æ­¥æ–¹å¼ - liouys</title>
      <link>https://snipplr.com/view/50883/windows</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 20 Mar 2011 13:48:01 UTC</pubDate>
      <guid>https://snipplr.com/view/50883/windows</guid>
    </item>
    <item>
      <title>(Windows PowerShell) Bildschirminhalt in Windows 7 drehen - simondiercks</title>
      <link>https://snipplr.com/view/46509/bildschirminhalt-in-windows-7-drehen</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 05 Jan 2011 03:29:48 UTC</pubDate>
      <guid>https://snipplr.com/view/46509/bildschirminhalt-in-windows-7-drehen</guid>
    </item>
    <item>
      <title>(C#) Cross thread update Windows Form - falconzy</title>
      <link>https://snipplr.com/view/44856/cross-thread-update-windows-form</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 25 Nov 2010 18:26:06 UTC</pubDate>
      <guid>https://snipplr.com/view/44856/cross-thread-update-windows-form</guid>
    </item>
    <item>
      <title>(C#) Solving CPU Whine - cabrel</title>
      <link>https://snipplr.com/view/44354/solving-cpu-whine</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 18 Nov 2010 15:54:10 UTC</pubDate>
      <guid>https://snipplr.com/view/44354/solving-cpu-whine</guid>
    </item>
    <item>
      <title>(Python) Grab a random wallpaper from wallbase.net - Keef</title>
      <link>https://snipplr.com/view/43708/grab-a-random-wallpaper-from-wallbasenet</link>
      <description>&lt;p&gt;This has been made for Windows but shouldn't be hard to convert for other OS's.&lt;/p&gt;</description>
      <pubDate>Sun, 07 Nov 2010 22:39:31 UTC</pubDate>
      <guid>https://snipplr.com/view/43708/grab-a-random-wallpaper-from-wallbasenet</guid>
    </item>
    <item>
      <title>(Windows PowerShell) Windows DIR - List only the filenames of all files in a directory - theonlyalterego</title>
      <link>https://snipplr.com/view/42589/windows-dir--list-only-the-filenames-of-all-files-in-a-directory</link>
      <description>&lt;p&gt;I found this today and don't want too lose it. In windows the following command will create a text file named fileListing.txt which will contain a list of all the files in the current directory ( including fileListing.txt )&lt;/p&gt;</description>
      <pubDate>Wed, 20 Oct 2010 07:36:35 UTC</pubDate>
      <guid>https://snipplr.com/view/42589/windows-dir--list-only-the-filenames-of-all-files-in-a-directory</guid>
    </item>
    <item>
      <title>(AutoIt) Switch Windows 7 Audio Device with AutoHotkey (Second Device) - harrison3001</title>
      <link>https://snipplr.com/view/40943/switch-windows-7-audio-device-with-autohotkey-second-device</link>
      <description>&lt;p&gt;Be sure to change all Audio references to the corresponding window title in your language. This script switch the default audio device in Windows 7 to the second audio device, in my case the Headphones. You can add one or more Send, {Down} statements, 1 more for your third device, two more for your fourth device, always followed by a reasonable sleep as the script shows. Hope you find it useful. This script can be used in conjunction with Jumplist Extender application, http://jumplist.gsdn-media.com/site/Main_Page, to easily switch the device from the Windows 7 taskbar as it accepts internally the execution of AutoHotkey scripts. You can easily create a script to revert back to the first audio device, you have to remove a Send, {Down} statement and increase the sleep time a bit more if don\'t work (I don\'t know why). You need AutoHotkey (see the url above) installed to run this script, simply create a file with the extension .ahk and paste the code. AutoHotkey will recognize the registered extension and will run the script. Thanks to procyon http://www.autohotkey.com/forum/viewtopic.php?t=2436 at AutoHotkey Community where the same script for XP script resides.&lt;/p&gt;</description>
      <pubDate>Thu, 23 Sep 2010 10:17:55 UTC</pubDate>
      <guid>https://snipplr.com/view/40943/switch-windows-7-audio-device-with-autohotkey-second-device</guid>
    </item>
    <item>
      <title>(C#) Querying WMI for local users - cabrel</title>
      <link>https://snipplr.com/view/40445/querying-wmi-for-local-users</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 14 Sep 2010 10:05:29 UTC</pubDate>
      <guid>https://snipplr.com/view/40445/querying-wmi-for-local-users</guid>
    </item>
    <item>
      <title>(AppleScript) Mac: Tile all Windows of frontmost application - Macgeeky</title>
      <link>https://snipplr.com/view/38870/mac-tile-all-windows-of-frontmost-application</link>
      <description>&lt;p&gt;Put the script in the app "Spark" (download from http://www.shadowlab.org/Software/spark.php) and give it a shortcut&lt;/p&gt;</description>
      <pubDate>Tue, 10 Aug 2010 22:13:45 UTC</pubDate>
      <guid>https://snipplr.com/view/38870/mac-tile-all-windows-of-frontmost-application</guid>
    </item>
    <item>
      <title>(Windows Registry) Disable Windows Share Drag and Drop Confirmation caused by IE 7 on XP SP3 - karlhorky</title>
      <link>https://snipplr.com/view/37724/disable-windows-share-drag-and-drop-confirmation-caused-by-ie-7-on-xp-sp3</link>
      <description>&lt;p&gt;Internet Explorer 7 under Windows XP Service Pack 3 has the Windows Registry "Reserved Value" 180D set that was not set before, which can cause  a "Do you want to move or copy files from this zone?" prompt on moves or copies between Windows shares if they are incorrectly detected as being part of the Internet Zone. The registry solution in this snippet will disable this confirmation message.&#13;
&#13;
&#13;
References:&#13;
&#13;
"Reserved value" 180D (Microsoft.com: Internet Explorer security zones registry entries for advanced users):&#13;
&#13;
http://support.microsoft.com/kb/182569&#13;
&#13;
&#13;
Discussion of Windows Registry solution:&#13;
&#13;
http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?dg=microsoft.public.windowsxp.general&amp;tid=6f434a2d-cb47-47c4-b73a-f85459d27c51&amp;cat=en_US_91a15a1e-b269-4291-b6b4-dc2d504ce9ef&amp;lang=en&amp;cr=US&amp;sloc=en-us&amp;m=1&amp;p=1&#13;
&#13;
&#13;
"Do you want to move or copy files from this zone?" Prompt Example:&#13;
&#13;
http://www.howtogeek.com/wp-content/uploads/2008/07/image56.png&lt;/p&gt;</description>
      <pubDate>Thu, 22 Jul 2010 04:27:02 UTC</pubDate>
      <guid>https://snipplr.com/view/37724/disable-windows-share-drag-and-drop-confirmation-caused-by-ie-7-on-xp-sp3</guid>
    </item>
    <item>
      <title>(Windows PowerShell) batch file duration caluculation - simondiercks</title>
      <link>https://snipplr.com/view/36521/batch-file-duration-caluculation</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 30 Jun 2010 17:07:26 UTC</pubDate>
      <guid>https://snipplr.com/view/36521/batch-file-duration-caluculation</guid>
    </item>
    <item>
      <title>(PHP) WindowsOnWeb Integration - windowsonweb</title>
      <link>https://snipplr.com/view/34049/windowsonweb-integration</link>
      <description>&lt;p&gt;integration of an image/title/description into a snippet using WindowsOnWeb&lt;/p&gt;</description>
      <pubDate>Sat, 08 May 2010 03:38:33 UTC</pubDate>
      <guid>https://snipplr.com/view/34049/windowsonweb-integration</guid>
    </item>
    <item>
      <title>(Other) Windows CMD open at specific location - dorseye</title>
      <link>https://snipplr.com/view/32198/windows-cmd-open-at-specific-location</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 17 Apr 2010 23:35:42 UTC</pubDate>
      <guid>https://snipplr.com/view/32198/windows-cmd-open-at-specific-location</guid>
    </item>
    <item>
      <title>(Windows Registry) Windows Registry: Set open folder default icons for all A-Z drive letters and Desktop Shell Folder in Windows 7 - karlhorky</title>
      <link>https://snipplr.com/view/31208/windows-registry-set-open-folder-default-icons-for-all-az-drive-letters-and-desktop-shell-folder-in-windows-7</link>
      <description>&lt;p&gt;Based upon the Drive Icon Change Windows Vista tweak  and the shell icons registry settings found at the respective links below, this Windows 7 / Vista tweak will set the default icon of all A-Z drive letters (like C: for instance) and the Desktop to the open folder icon that Windows uses. This tweak is one step towards the final goal of having a standard default taskbar icon for Windows Explorer, irrespective of the current location of the Explorer instance.&#13;
&#13;
Of course, a better solution would be an application to modify Windows Explorer so that its taskbar icon is configurable, but I have yet to find (or make) a solution that would be this flexible.&#13;
&#13;
Drive Icon Change - Vista Forums: http://www.vistax64.com/tutorials/111388-drive-icon-change.html&#13;
&#13;
Shell icons registry settings: http://www.virtualplastic.net/html/icn_reg.html#shellicons&lt;/p&gt;</description>
      <pubDate>Sat, 10 Apr 2010 18:16:09 UTC</pubDate>
      <guid>https://snipplr.com/view/31208/windows-registry-set-open-folder-default-icons-for-all-az-drive-letters-and-desktop-shell-folder-in-windows-7</guid>
    </item>
    <item>
      <title>(Visual Basic) WSH (VBScript): Windows 7 New File Context Menu Item - karlhorky</title>
      <link>https://snipplr.com/view/30935/wsh-vbscript-windows-7-new-file-context-menu-item</link>
      <description>&lt;p&gt;A modification of Bill James' New Folder context menu script ( http://billsway.com/vbspage/ ), this script instead creates a "New File" item in the right click context menu of Directory Backgrounds. Upon running the New File item, you will be prompted for a filename that defaults to "new.txt". Once a valid filename has been entered (not an existing file) the script will then create the file. This allows the filename to be chosen in the dialog before any file creation has been executed. This has been tested to work on Windows 7 but may work on Vista as well.&#13;
&#13;
Make the code below into a vbs file in the location you want it to be installed in (eg. C:\Windows\NewFile.vbs). To install the context menu item, run the vbs file. To uninstall the file, run the vbs file again.&lt;/p&gt;</description>
      <pubDate>Mon, 05 Apr 2010 16:54:54 UTC</pubDate>
      <guid>https://snipplr.com/view/30935/wsh-vbscript-windows-7-new-file-context-menu-item</guid>
    </item>
    <item>
      <title>(Rails) Getting Paperclip Working In Windows - Nek</title>
      <link>https://snipplr.com/view/29445/getting-paperclip-working-in-windows</link>
      <description>&lt;p&gt;Create&#13;
config/initializers/paperclip.rb&lt;/p&gt;</description>
      <pubDate>Mon, 08 Mar 2010 19:06:59 UTC</pubDate>
      <guid>https://snipplr.com/view/29445/getting-paperclip-working-in-windows</guid>
    </item>
    <item>
      <title>(DOS Batch) Windows shutdown.exe batch file - vagrantradio</title>
      <link>https://snipplr.com/view/28466/windows-shutdownexe-batch-file</link>
      <description>&lt;p&gt;Windows shutdown after pause. Set it up with a scheduled task.&lt;/p&gt;</description>
      <pubDate>Tue, 16 Feb 2010 20:07:22 UTC</pubDate>
      <guid>https://snipplr.com/view/28466/windows-shutdownexe-batch-file</guid>
    </item>
    <item>
      <title>(DOS Batch) Windows cleanmgr batch file - vagrantradio</title>
      <link>https://snipplr.com/view/28465/windows-cleanmgr-batch-file</link>
      <description>&lt;p&gt;Runs cleanmgr.exe automation, set it up with a scheduled task.&lt;/p&gt;</description>
      <pubDate>Tue, 16 Feb 2010 20:05:56 UTC</pubDate>
      <guid>https://snipplr.com/view/28465/windows-cleanmgr-batch-file</guid>
    </item>
    <item>
      <title>(Visual Basic) Get all installed in system COM objects - AlexLocust</title>
      <link>https://snipplr.com/view/28250/get-all-installed-in-system-com-objects</link>
      <description>&lt;p&gt;PowerShell script.&#13;
Get all installed in system COM objects.&lt;/p&gt;</description>
      <pubDate>Fri, 12 Feb 2010 12:44:59 UTC</pubDate>
      <guid>https://snipplr.com/view/28250/get-all-installed-in-system-com-objects</guid>
    </item>
    <item>
      <title>(Bash) Mounting a windows share Ubuntu (CIFS) - narkisr</title>
      <link>https://snipplr.com/view/27428/mounting-a-windows-share-ubuntu-cifs</link>
      <description>&lt;p&gt;Mounting a windows share in Ubuntu (The UI version doesn't seem to offer a mount point).&lt;/p&gt;</description>
      <pubDate>Sun, 31 Jan 2010 07:04:05 UTC</pubDate>
      <guid>https://snipplr.com/view/27428/mounting-a-windows-share-ubuntu-cifs</guid>
    </item>
    <item>
      <title>(Windows Registry) Outlook Query Builder - ramisedhom</title>
      <link>https://snipplr.com/view/26243/outlook-query-builder</link>
      <description>&lt;p&gt;The Query Builder allows you to control the AND and OR relation in your searches&#13;
&#13;
Note: 12.0 in the path below is the Outlook version, replace it with the Outlook version you have.&#13;
&#13;
Credit for this trick goes to: http://www.msoutlook.info/question/276&lt;/p&gt;</description>
      <pubDate>Mon, 11 Jan 2010 03:41:01 UTC</pubDate>
      <guid>https://snipplr.com/view/26243/outlook-query-builder</guid>
    </item>
    <item>
      <title>(jQuery) Clean way to open popup windows - math89</title>
      <link>https://snipplr.com/view/24856/clean-way-to-open-popup-windows</link>
      <description>&lt;p&gt;Here is a nice snippet to open links in pop-up windows. Just add the popup css class to your link to make it work.&lt;/p&gt;</description>
      <pubDate>Tue, 15 Dec 2009 17:45:04 UTC</pubDate>
      <guid>https://snipplr.com/view/24856/clean-way-to-open-popup-windows</guid>
    </item>
  </channel>
</rss>
