
<?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> &#187; Windows</title>
	<atom:link href="https://www.nikeshshk.com.np/tag/windows/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.nikeshshk.com.np</link>
	<description></description>
	<lastBuildDate>Tue, 04 Nov 2025 10:25:45 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.2.4</generator>
	<item>
		<title>How to Unprotect an excel sheet without password</title>
		<link>https://www.nikeshshk.com.np/news/how-to-unprotect-an-excel-sheet-without-password/</link>
		<comments>https://www.nikeshshk.com.np/news/how-to-unprotect-an-excel-sheet-without-password/#comments</comments>
		<pubDate>Wed, 22 Jan 2014 09:55:27 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[excel password]]></category>
		<category><![CDATA[ms office]]></category>
		<category><![CDATA[password crack]]></category>
		<category><![CDATA[unprotect excel sheet]]></category>

		<guid isPermaLink="false">http://www.nikeshshk.com.np/?p=644</guid>
		<description><![CDATA[THis document will tel you how to unprotect an excel spread sheet without having the password In case of a password protect worksheet you are unable to Edit the data on the Excel Sheet. If you do not Remember the Password or do not know the password to unprotect the sheet just follow the below simple steps. Press ALT + F11 or click on View Code in Developers Tabs In the Above White Space Enter the below Code. Do not change the code just copy paste: Sub PasswordBreaker()     'Breaks worksheet password protection.     Dim i As Integer, j As Integer, k As Integer     Dim l As Integer, m As Integer, n As Integer     Dim i1 As Integer, i2 As Integer, i3 As Integer     Dim i4 As Integer, i5 As Integer, i6 As Integer     On Error Resume Next     For i = 65 To 66: For j = 65 To 66: For k = 65 To&#160;<a href="https://www.nikeshshk.com.np/news/how-to-unprotect-an-excel-sheet-without-password/" class="read-more">Continue Reading</a>]]></description>
				<content:encoded><![CDATA[<p>THis document will tel you how to unprotect an excel spread sheet without having the password</p>
<p>In case of a password protect worksheet you are unable to Edit the data on the Excel Sheet. If you do not Remember the Password or do not know the password to unprotect the sheet just follow the below simple steps.</p>
<p><a href="http://www.nikeshshk.com.np/wp-content/uploads/2014/01/excel1.png"><img class="alignnone size-medium wp-image-645" alt="excel1" src="http://www.nikeshshk.com.np/wp-content/uploads/2014/01/excel1-300x120.png" width="300" height="120" /></a></p>
<p>Press ALT + F11 or click on View Code in Developers Tabs</p>
<p><a href="http://www.nikeshshk.com.np/wp-content/uploads/2014/01/Excel2.png"><img class="alignnone size-medium wp-image-646" alt="Excel2" src="http://www.nikeshshk.com.np/wp-content/uploads/2014/01/Excel2-300x136.png" width="300" height="136" /></a></p>
<p>In the Above White Space Enter the below Code. Do not change the code just copy paste:</p>
<pre>Sub PasswordBreaker()
    'Breaks worksheet password protection.
    Dim i As Integer, j As Integer, k As Integer
    Dim l As Integer, m As Integer, n As Integer
    Dim i1 As Integer, i2 As Integer, i3 As Integer
    Dim i4 As Integer, i5 As Integer, i6 As Integer
    On Error Resume Next
    For i = 65 To 66: For j = 65 To 66: For k = 65 To 66
    For l = 65 To 66: For m = 65 To 66: For i1 = 65 To 66
    For i2 = 65 To 66: For i3 = 65 To 66: For i4 = 65 To 66
    For i5 = 65 To 66: For i6 = 65 To 66: For n = 32 To 126
    ActiveSheet.Unprotect Chr(i) &amp; Chr(j) &amp; Chr(k) &amp; _
        Chr(l) &amp; Chr(m) &amp; Chr(i1) &amp; Chr(i2) &amp; Chr(i3) &amp; _
        Chr(i4) &amp; Chr(i5) &amp; Chr(i6) &amp; Chr(n)
    If ActiveSheet.ProtectContents = False Then
        MsgBox "One usable password is " &amp; Chr(i) &amp; Chr(j) &amp; _
            Chr(k) &amp; Chr(l) &amp; Chr(m) &amp; Chr(i1) &amp; Chr(i2) &amp; _
            Chr(i3) &amp; Chr(i4) &amp; Chr(i5) &amp; Chr(i6) &amp; Chr(n)
         Exit Sub
    End If
    Next: Next: Next: Next: Next: Next
    Next: Next: Next: Next: Next: Next
End Sub</pre>
<p>Now Click on the Run Button or press F5:</p>
<p><a href="http://www.nikeshshk.com.np/wp-content/uploads/2014/01/Excel3.png"><img class="alignnone size-medium wp-image-647" alt="Excel3" src="http://www.nikeshshk.com.np/wp-content/uploads/2014/01/Excel3-300x193.png" width="300" height="193" /></a></p>
<p>And there you go the sheet is unprotected for you now. Also you would be getting a message in the pop up window.</p>
<p>This Message is contains the password which can be used to unprotect the other sheets in the same workbook.</p>
<p><a href="http://www.nikeshshk.com.np/wp-content/uploads/2014/01/Excel4.png"><img class="alignnone size-medium wp-image-648" alt="Excel4" src="http://www.nikeshshk.com.np/wp-content/uploads/2014/01/Excel4-300x220.png" width="300" height="220" /></a></p>
]]></content:encoded>
			<wfw:commentRss>https://www.nikeshshk.com.np/news/how-to-unprotect-an-excel-sheet-without-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Secure an Excel workbook with a password</title>
		<link>https://www.nikeshshk.com.np/news/secure-an-excel-workbook-with-a-password/</link>
		<comments>https://www.nikeshshk.com.np/news/secure-an-excel-workbook-with-a-password/#comments</comments>
		<pubDate>Sun, 12 Jan 2014 12:56:32 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[office package]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[secure]]></category>

		<guid isPermaLink="false">http://www.nikeshshk.com.np/?p=629</guid>
		<description><![CDATA[To allow only authorized users to view or modify your data, you can help secure your entire workbook file with a password. 1. On the File menu, click Save As 2. On the Tools menu, click General Options. 3. Do either or both of the following: If you want users to enter a password before they can view the workbook, type a password in the Password to open box, and then click OK. If you want users to enter a password before they can save changes to the workbook, type a password in the Password to modify box.  Note   Unlike passwords you specify in the Password to open box, passwords you specify in the Password to modify box are not encrypted. These passwords are only meant to give specific users permission to modify workbook data. For optimal password security, it&#8217;s best to assign both passwords. An encrypted password to access the workbook, and one to provide specific users with permission to&#160;<a href="https://www.nikeshshk.com.np/news/secure-an-excel-workbook-with-a-password/" class="read-more">Continue Reading</a>]]></description>
				<content:encoded><![CDATA[<p>To allow only authorized users to view or modify your data, you can help secure your entire workbook file with a <a>password</a>.</p>
<p>1. On the <b>File</b> menu, click <b>Save As</b></p>
<p>2. On the <b>Tools</b> menu, click <b>General Options</b>.</p>
<p>3. Do either or both of the following:</p>
<ol start="1" type="1">
<li>
<ul type="disc">
<li><em>If you want users to enter a <a>password</a> before they can view the workbook, type a password in the <b>Password to open</b> box, and then click <b>OK</b>.</em></li>
<li><em>If you want users to enter a password before they can save changes to the workbook, type a password in the <b>Password to modify</b> box.</em></li>
</ul>
</li>
</ol>
<p><em><b> Note </b>  Unlike passwords you specify in the <b>Password to open</b> box, passwords you specify in the <b>Password to modify</b> box are not encrypted. These passwords are only meant to give specific users permission to modify workbook data. For optimal password security, it&#8217;s best to assign both passwords. An encrypted password to access the workbook, and one to provide specific users with permission to modify its content.</em></p>
<p><em><b> Important </b>  Use strong passwords that combine uppercase and lowercase letters, numbers, and symbols. Weak passwords don&#8217;t mix these elements. Strong password: Y6dh!et5. Weak password: House27. Use a strong password that you can remember so that you don&#8217;t have to write it down.</em></p>
<p>4. If you want to use a different encryption type, click <b>Advanced</b>, click the type you want in the <b>Choose an encryption type</b> list, and then click <b>OK</b>.</p>
<p>5. If needed, specify the number of characters you want in the <b>Choose a key length</b> box.</p>
<p><em><b> Note </b>  Document property encryption is enabled by default for most encryption types and providers. It prevents unauthorized users from viewing summary and custom file properties (such as the author or any custom file information) in the <b>Properties</b> dialog box. When users right-click the password-protected file, and then click <b>Properties</b>, information won&#8217;t be available on the <b>Summary</b> tab and <b>Custom</b> tab. Authorized users, however, can open the file and view all file properties (<b>File</b> menu, <b>Properties</b> command). To disable document property encryption, clear the <b>Encrypt document properties</b> check box.</em></p>
<p>6. Click <b>OK</b>.</p>
<p>7. When prompted, retype your passwords to confirm them.</p>
<p>8. Click <b>Save</b>.</p>
<p>9. If prompted, click <b>Yes</b> to replace the existing workbook.</p>
<p><em><b> Note </b>  You can also secure a workbook with a password on the <b>Security</b> tab of the <b>Options</b> dialog box (<b>Tools</b> menu, <b>Options</b> command).</em></p>
]]></content:encoded>
			<wfw:commentRss>https://www.nikeshshk.com.np/news/secure-an-excel-workbook-with-a-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>windows script to run after a specific time</title>
		<link>https://www.nikeshshk.com.np/news/windows-script-to-run-after-a-specific-time/</link>
		<comments>https://www.nikeshshk.com.np/news/windows-script-to-run-after-a-specific-time/#comments</comments>
		<pubDate>Mon, 23 Dec 2013 14:37:49 +0000</pubDate>
		<dc:creator><![CDATA[Nikesh Shakya]]></dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.nikeshshk.com.np/?p=612</guid>
		<description><![CDATA[windows script to run after a specific time using timeout @echo off command1 REM wait for 10 seconds before executing command2 timeout /t 10 command2]]></description>
				<content:encoded><![CDATA[<p>windows script to run after a specific time using timeout</p>
<pre><code>@echo off

command1
REM wait for 10 seconds before executing command2
timeout /t 10
command2</code></pre>
]]></content:encoded>
			<wfw:commentRss>https://www.nikeshshk.com.np/news/windows-script-to-run-after-a-specific-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
