<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Vistronic &#187; Windows</title>
	<atom:link href="http://www.vistronic.com/archives/category/windows/feed" rel="self" type="application/rss+xml" />
	<link>http://www.vistronic.com</link>
	<description>Broadcast Engineering</description>
	<lastBuildDate>Wed, 14 Sep 2011 18:10:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Restore deleted files</title>
		<link>http://www.vistronic.com/archives/290</link>
		<comments>http://www.vistronic.com/archives/290#comments</comments>
		<pubDate>Thu, 17 Dec 2009 04:23:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.vistronic.com/?p=290</guid>
		<description><![CDATA[First method works I have not tried the others yet. I deleted some files on a USB drive and recovered most of them with &#8220;restoration&#8221; program.]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/5ShSIYRQnZY&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/5ShSIYRQnZY&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>First method works I have not tried the others yet. I deleted some files on a USB drive and recovered most of them with &#8220;restoration&#8221; program.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vistronic.com/archives/290/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows FTP Batch File</title>
		<link>http://www.vistronic.com/archives/120</link>
		<comments>http://www.vistronic.com/archives/120#comments</comments>
		<pubDate>Tue, 20 Jan 2009 20:33:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://infonetmatrix.com/?p=120</guid>
		<description><![CDATA[One button or scheduled event to launch FTP and upload files in windows. Script file no file extention FTP01: (in other words save as all files in notepad) username password binary (type) (remote directory blank if none) prompt (prompt off) mput *.wmv (upload multi files * or *.wmv file type and path to local directory) [...]]]></description>
			<content:encoded><![CDATA[<p>One button or scheduled event to launch FTP and upload files in windows.<span id="more-120"></span></p>
<p>Script file no file extention FTP01: (in other words save as all files in notepad)</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">username<br />
password<br />
binary (type)<br />
(remote directory blank if none)<br />
prompt (prompt off)<br />
mput *.wmv (upload multi files * or *.wmv file type and path to local directory)<br />
close ( close ftp connection)<br />
quit (quit command window)</div></div>
<p>.bat file FTP.bat<br />
ftp -s:FTP01 179.130.151.125    (ftp load script name FTP01 host name)</p>
<p>In this case the script and .bat files are in the same location as files to upload.</p>
<p>Notes:</p>
<p>Commands:  <a href="http://www.nsftools.com/tips/MSFTP.htm#mput">http://www.nsftools.com/tips/MSFTP.htm#mput</a></p>
<p>Create .bat <a href="http://www.textheavy.com/tutorials/batchfile.html">http://www.textheavy.com/tutorials/batchfile.html</a></p>
<p><a href="http://www.mydigitallife.info/2006/06/30/upload-mput-and-download-mget-multiple-files-automatically-in-ftp-transfer/">http://www.mydigitallife.info/2006/06/30/upload-mput-and-download-mget-multiple-files-automatically-in-ftp-transfer/</a></p>
<p>FTP or <a id="KonaLink0" class="kLink" style="position: static; text-decoration: underline! important;" onclick="adlinkMouseClick(event,this,0);" onmouseover="adlinkMouseOver(event,this,0);" onmouseout="adlinkMouseOut(event,this,0);" href="http://www.mydigitallife.info/2006/06/30/upload-mput-and-download-mget-multiple-files-automatically-in-ftp-transfer/#" target="_top"><span style="font-weight: 400; font-size: 13px; color: #0000ff; position: static;"><span class="kLink" style="font-weight: 400; font-size: 13px; color: blue! important; font-family: 'Trebuchet MS', 'Bitstream Vera Sans', Verdana, Arial, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif; position: relative;">File </span><span class="kLink" style="font-weight: 400; font-size: 13px; color: blue! important; font-family: 'Trebuchet MS', 'Bitstream Vera Sans', Verdana, Arial, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif; position: relative;">Transfer</span></span></a> Protocol is a useful utility that allows you to transfer several files between a <a id="KonaLink1" class="kLink" style="position: static; text-decoration: underline! important;" onclick="adlinkMouseClick(event,this,1);" onmouseover="adlinkMouseOver(event,this,1);" onmouseout="adlinkMouseOut(event,this,1);" href="http://www.mydigitallife.info/2006/06/30/upload-mput-and-download-mget-multiple-files-automatically-in-ftp-transfer/#" target="_top"><span style="font-weight: 400; font-size: 13px; color: #0000ff; position: static;"><span class="kLink" style="font-weight: 400; font-size: 13px; color: blue! important; font-family: 'Trebuchet MS', 'Bitstream Vera Sans', Verdana, Arial, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif; position: relative;">workstation</span></span></a> or client with the FTP <a id="KonaLink2" class="kLink" style="position: static; text-decoration: underline! important;" onclick="adlinkMouseClick(event,this,2);" onmouseover="adlinkMouseOver(event,this,2);" onmouseout="adlinkMouseOut(event,this,2);" href="http://www.mydigitallife.info/2006/06/30/upload-mput-and-download-mget-multiple-files-automatically-in-ftp-transfer/#" target="_top"><span style="font-weight: 400; font-size: 13px; color: #0000ff; position: static;"><span class="kLink" style="font-weight: 400; font-size: 13px; color: blue! important; font-family: 'Trebuchet MS', 'Bitstream Vera Sans', Verdana, Arial, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif; position: relative;">server</span></span></a>. Although nowadays GUI FTP client programs such as WS-Ftp and FileZilla are very common, but DOS or command-line FTP interface comes in useful and handy as it’s free and especially when you don’t have Internet connection to download the advance FTP clients, as basic FTP functionalities are built-in into most operating system including Windows XP, Windows Vista, Windows 2003, Linux, <a id="KonaLink3" class="kLink" style="position: static; text-decoration: underline! important;" onclick="adlinkMouseClick(event,this,3);" onmouseover="adlinkMouseOver(event,this,3);" onmouseout="adlinkMouseOut(event,this,3);" href="http://www.mydigitallife.info/2006/06/30/upload-mput-and-download-mget-multiple-files-automatically-in-ftp-transfer/#" target="_top"><span style="font-weight: 400; font-size: 13px; color: #0000ff; position: static;"><span class="kLink" style="font-weight: 400; font-size: 13px; color: blue! important; font-family: 'Trebuchet MS', 'Bitstream Vera Sans', Verdana, Arial, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif; position: relative;">Unix</span></span></a>, FreeBSD and so on.</p>
<p>In DOS or command line FTP, to transfer several files, you can use the commands mput (Multiple PUT) and mget (Multiple GET). These commands work exactly like put and get except the commands allow you to transfer <a id="KonaLink4" class="kLink" style="position: static; text-decoration: underline! important;" onclick="adlinkMouseClick(event,this,4);" onmouseover="adlinkMouseOver(event,this,4);" onmouseout="adlinkMouseOut(event,this,4);" href="http://www.mydigitallife.info/2006/06/30/upload-mput-and-download-mget-multiple-files-automatically-in-ftp-transfer/#" target="_top"><span style="font-weight: 400; font-size: 13px; color: #0000ff; position: static;"><span class="kLink" style="font-weight: 400; font-size: 13px; color: blue! important; font-family: 'Trebuchet MS', 'Bitstream Vera Sans', Verdana, Arial, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif; position: relative;">multiple </span><span class="kLink" style="font-weight: 400; font-size: 13px; color: blue! important; font-family: 'Trebuchet MS', 'Bitstream Vera Sans', Verdana, Arial, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif; position: relative;">files</span></span></a>in a single command by specifying the files that you want to transfer with wildcards such as * to get all files.</p>
<p>However, mget and mput will prompt user to choose Yes or No before each file is tranfered to or from the server. It’s troublesome and time wasting if you have to upload or download a lot of files as you have to attend and pay attention to the FTP process and press Y for each and every file.</p>
<p>To avoid the situation and automatically transfer the files so that the FTP session can process unattended, use the prompt command before using the mput or mget commands. The prompt command toggles between prompting on, where ftp will prompt you to choose yes or no before each file is transferred, and prompting off, which will copy all files without prompting. By default, prompting is on. So to continue to <a id="KonaLink5" class="kLink" style="position: static; text-decoration: underline! important;" onclick="adlinkMouseClick(event,this,5);" onmouseover="adlinkMouseOver(event,this,5);" onmouseout="adlinkMouseOut(event,this,5);" href="http://www.mydigitallife.info/2006/06/30/upload-mput-and-download-mget-multiple-files-automatically-in-ftp-transfer/#" target="_top"><span style="font-weight: 400; font-size: 13px; color: #0000ff; position: static;"><span class="kLink" style="font-weight: 400; font-size: 13px; color: blue! important; font-family: 'Trebuchet MS', 'Bitstream Vera Sans', Verdana, Arial, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif; position: relative;">FTP</span></span></a> transfer all files without asking, remember to issue prompt command before starting the transfer process. Ask it do not prompt before putting or getting the files, make sure that your existing files do have have the same file name as FTP will overwrite the existing files that exists on the destination directory automatically too. The command is simple, just a single word “prompt”:</p>
<p>ftp&gt; prompt</p>
<p>Interactive mode off.</p>
<p>FTP command line utility should return Interactive mode off, which is FTP will no longer prompting for instruction from users (prompting off) and will always assumes Yes to whatever actions, in case is get or put the file or overwriting. If key in prompt again will turn prompting on. With prompting on, however, you can easily terminate the FTP file transfer session if the transfer might not work or might take too long by pressing Ctrl-C (^c or press and hold the Control and C keys simultaneously). FTP utility will ask:</p>
<p>Continue with mput?.</p>
<p>Responding with the character n (for No) will stop the transfer process.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vistronic.com/archives/120/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Rename with date .bat file</title>
		<link>http://www.vistronic.com/archives/105</link>
		<comments>http://www.vistronic.com/archives/105#comments</comments>
		<pubDate>Wed, 14 Jan 2009 05:35:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://infonetmatrix.com/?p=105</guid>
		<description><![CDATA[Create a .bat file that will rename all files in folder with date amended. You can automate by using windows scheduler. @Echo Off @For /F &#34;tokens=1,2,3,4 delims=/ &#34; %%A in ('Date /t') do @( Set Day=%%A Set Month=%%B Set Year=%%C Set Year=%%D Set All=%%A%%B%%C%%D ) @For %%a in (&#34;*.jpg&#34;) do rename %%a &#34;%%~na_%All%.jpg .bat file [...]]]></description>
			<content:encoded><![CDATA[<p>Create a .bat file that will rename all files in folder with date amended.<br />
You can automate by using windows scheduler.<span id="more-105"></span></p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">@Echo Off<br />
@For /F &quot;tokens=1,2,3,4 delims=/ &quot; %%A in ('Date /t') do @(<br />
Set Day=%%A<br />
Set Month=%%B<br />
Set Year=%%C<br />
Set Year=%%D<br />
Set All=%%A%%B%%C%%D<br />
)<br />
@For %%a in (&quot;*.jpg&quot;) do rename %%a &quot;%%~na_%All%.jpg</div></div>
<p>.bat file will rename and add current date, just change file extentions as needed.<br />
Thanks to <a href="http://www.zorbathegeek.com/153/batch-file-to-append-date-to-file-name.html">http://www.zorbathegeek.com/153/batch-file-to-append-date-to-file-name.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.vistronic.com/archives/105/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Auto Logon windows</title>
		<link>http://www.vistronic.com/archives/100</link>
		<comments>http://www.vistronic.com/archives/100#comments</comments>
		<pubDate>Tue, 30 Dec 2008 15:56:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://infonetmatrix.com/?p=100</guid>
		<description><![CDATA[Some things to think about, if you set a computer for automatic logon, anyone who can physically gain access to the computer can also gain access to everything that is on the computer, including any network or networks that the computer is connected to. Additionally, if you turn on automatic logon, the password is stored in [...]]]></description>
			<content:encoded><![CDATA[<p>Some things to think about, if you set a computer for automatic logon, anyone who can physically gain access to the computer can also gain access to everything that is on the computer, including any network or networks that the computer is connected to.<span id="more-100"></span> Additionally, if you turn on automatic logon, the password is stored in the registry in plain text. The specific registry key that stores this value is remotely readable by the Authenticated Users group. Therefore, only use this setting if the computer is physically secured and if you make sure that users who you do not trust cannot remotely see the registry.</p>
<p>You can use Registry Editor to add your log on information. To do this, follow these steps:</p>
<ol>
<li>Click <strong class="uiterm">Start</strong>, click <strong class="uiterm">Run</strong>, type <span class="userInput">regedit</span>, and then click <strong class="uiterm">OK</strong>.</li>
<li>Locate the following registry key:
<div class="indent">HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon</div>
</li>
<li>Using your account name and password, double-click the <strong class="uiterm">DefaultUserName</strong> entry, type your user name, and then click <strong class="uiterm">OK</strong>.</li>
<li>Double-click the <strong class="uiterm">DefaultPassword</strong> entry, type your password under the value data box, and then click <strong class="uiterm">OK</strong>.If there is no <strong>DefaultPassword</strong> value, create the value. To do this, follow these steps:
<ol>
<li>In Registry Editor, click <strong class="uiterm">Edit</strong>, click <strong class="uiterm">New</strong>, and then click <strong class="uiterm">String Value</strong>.</li>
<li>Type <span class="userInput">DefaultPassword</span> as the value name, and then press ENTER.</li>
<li>Double-click the newly created key, and then type your password in the <strong class="uiterm">Value Data</strong> box.</li>
</ol>
<p>If no DefaultPassword string is specified, Windows XP automatically changes the value of the AutoAdminLogon registry key from <strong>1</strong> (true) to <strong>0</strong> (false) to turn off the AutoAdminLogon feature.</li>
<li>Double-click the <strong class="uiterm">AutoAdminLogon</strong> entry, type <span class="userInput">1</span> in the <strong class="uiterm">Value Data</strong> box, and then click <strong class="uiterm">OK</strong>.If there is no AutoAdminLogon entry, create the entry. To do this, follow these steps:
<ol>
<li>In Registry Editor, click <strong class="uiterm">Edit</strong>, click <strong class="uiterm">New</strong>, and then click <strong class="uiterm">String Value</strong>.</li>
<li>Type <span class="userInput">AutoAdminLogon</span> as the value name, and then press ENTER.</li>
<li>Double-click the newly created key, and then type <span class="userInput">1</span> in the <strong class="uiterm">Value Data</strong> box.</li>
</ol>
</li>
<li>Quit Registry Editor.</li>
<li>Click <strong class="uiterm">Start</strong>, click <strong class="uiterm">Restart</strong>, and then click <strong class="uiterm">OK</strong>.</li>
</ol>
<p>After your computer restarts and Windows XP starts, you can log on automatically.</p>
<p>If you want to bypass the automatic logon to log on as a different user, hold down the SHIFT key after you log off or after Windows XP restarts. Note that this procedure applies only to the first logon. To enforce this setting for future logoffs, the administrator must set the following registry key:</p>
<div class="indent">HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon</div>
<p><strong>Value:</strong><strong>ForceAutoLogon<br />
Type: REG_SZ<br />
Data: 1</strong></p>
<p><strong>You can also use turn on automatic logon without editing the registry in Microsoft Windows XP Home Edition and in Microsoft Windows XP Professional on a computer that is not joined to a domain. To do this, follow these steps:</strong></p>
<ol>
<li><strong>Click Start, and then click Run.</strong></li>
<li><strong>In the Open box, type <span class="userInput">control userpasswords2</span>, and then click OK.Note When users try to display help information in the User Accounts window in Windows XP Home Edition, the help information is not displayed. Additionally, users receive the following error message:<br />
</strong></p>
<div class="kb_errormsgbody">
<div class="kb_errorcontent">
<div class="errormsg"><strong>Cannot find the <var>Drive</var>:\Windows\System32\users.hlp Help file. Check to see that the file exists on your hard disk drive. If it does not exist, you must reinstall it.</strong></div>
</div>
</div>
</li>
<li><strong>Clear the &#8220;Users must enter a user name and password to use this computer&#8221; check box, and then click Apply.</strong></li>
<li><strong>In the Automatically Log On window, type the password in the Password box, and then retype the password in the Confirm Password box.</strong></li>
<li><strong>Click OK to close the Automatically Log On window, and then click OK to close the User Accounts window.</strong></li>
</ol>
<div class="sbody norollup" style="margin-left: 195px;">
<div class="appliesTo"><strong></p>
<hr /></strong></div>
</div>
<p><strong> </strong></p>
<p><a href="http://support.microsoft.com/kb/315231"><strong>http://support.microsoft.com/kb/315231</strong></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.vistronic.com/archives/100/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows XP&#039;s Shutdown utility</title>
		<link>http://www.vistronic.com/archives/98</link>
		<comments>http://www.vistronic.com/archives/98#comments</comments>
		<pubDate>Tue, 30 Dec 2008 15:36:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://infonetmatrix.com/archives/98</guid>
		<description><![CDATA[Wouldn&#8217;t it be nice if each morning your Windows XP machine restarted before you got to work so you had a fresh system to work on each day? To help you automate this type of operation, Windows XP comes with a command-line utility called Shutdown.exe, which can restart your system. To make this happen automatically, [...]]]></description>
			<content:encoded><![CDATA[<p>Wouldn&#8217;t it be nice if each morning your Windows XP machine restarted before you got to work so you had a fresh system to work on each day?<span id="more-98"></span></p>
<p>To help you automate this type of operation, Windows XP comes with a command-line utility called Shutdown.exe, which can restart your system. To make this happen automatically, you can configure it to run at a specified time with the Scheduled Tasks tool. Here&#8217;s how:</p>
<p>Go to Control Panel | Scheduled Tasks.<br />
Double-click Add Scheduled Task to launch the Scheduled Task Wizard.<br />
Click Next and then click the Browse button.<br />
Access the Windows\System32 folder, select Shutdown.exe, and click Open.<br />
Follow the wizard through the next two screens to give the task a name and choose a schedule.<br />
Enter your user account name and password and click Next.<br />
Select the Open Advanced Properties check box and click Finish.<br />
In the task&#8217;s Properties dialog box, add the /r parameter to the end of the command line in the Run text box and click OK. (Be sure to include a space between the last character in the command name and the first character in the parameter list.)<br />
Enter your user account name and password and click OK.<br />
When the Shutdown utility runs, you&#8217;ll momentarily see a small dialog box on your screen before the system restarts.</p>
<p>Note: This tip applies to both Windows XP Home and Professional editions.</p>
<p>http://articles.techrepublic.com.com/5100-10878_11-6086387.html</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vistronic.com/archives/98/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<div style="width:600px; position:relative;left:50%;margin-left:-300px; font-size:12px; text-align:center"><a href="http://www.kvcwebsitehosting.com">web host</a></div>
