<?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>Windows 10 &#8211; Sibeesh Passion</title>
	<atom:link href="https://www.sibeeshpassion.com/tag/windows-10/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.sibeeshpassion.com</link>
	<description>My passion towards life</description>
	<lastBuildDate>Sun, 09 Dec 2018 16:42:02 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>/wp-content/uploads/2017/04/Sibeesh_Passion_Logo_Small.png</url>
	<title>Windows 10 &#8211; Sibeesh Passion</title>
	<link>https://www.sibeeshpassion.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Raspberry PI SD Card Provisioning with Windows 10 IoT Core &#8211; Adding Packages to the Existing FFU Image</title>
		<link>https://www.sibeeshpassion.com/raspberry-pi-sd-card-provisioning-with-windows-10-iot-core-adding-packages-to-the-existing-ffu-image/</link>
					<comments>https://www.sibeeshpassion.com/raspberry-pi-sd-card-provisioning-with-windows-10-iot-core-adding-packages-to-the-existing-ffu-image/#disqus_thread</comments>
		
		<dc:creator><![CDATA[SibeeshVenu]]></dc:creator>
		<pubDate>Sun, 09 Dec 2018 12:44:17 +0000</pubDate>
				<category><![CDATA[IoT]]></category>
		<category><![CDATA[Raspberry PI]]></category>
		<category><![CDATA[Custom IoT Core FFU Image]]></category>
		<category><![CDATA[FFU]]></category>
		<category><![CDATA[IoT Core]]></category>
		<category><![CDATA[IoT Core OS]]></category>
		<category><![CDATA[Raspberry PI SD Card Provisioning]]></category>
		<category><![CDATA[Windows 10]]></category>
		<guid isPermaLink="false">https://sibeeshpassion.com/?p=13431</guid>

					<description><![CDATA[[toc] Introduction In my previous article, we have seen how to create a basic FFU image which can be flashed to SD cards. Today, we will see how we can package our application and add this to our existing IoT Core OS image. Doesn&#8217;t it sound good? If you haven&#8217;t read my previous articles on the same topic, I strongly recommend you to read so that we can make sure that we both are in the same boat. For now, let&#8217;s just start doing some amazing things. Let&#8217;s just start then. Background Wow, that&#8217;s cool that you have your own FFU [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>[toc]</p>
<h2>Introduction</h2>
<p>In my previous article, we have seen how to <a href="https://sibeeshpassion.com/raspberry-pi-sd-card-provisioning-with-windows-10-iot-core-create-ffu-image-and-flash/">create a basic FFU image</a> which can be flashed to SD cards. Today, we will see how we can package our application and add this to our existing IoT Core OS image. Doesn&#8217;t it sound good? If you haven&#8217;t read my previous articles on the same topic, I strongly recommend you to read so that we can make sure that we both are in the same boat. For now, let&#8217;s just start doing some amazing things. Let&#8217;s just start then.</p>
<h2>Background</h2>
<p>Wow, that&#8217;s cool that you have your own FFU image in your SD card now, to make it more custom you may need to add your own application to it so that the same can be run in as many Raspberry Pi device as can, well that&#8217;s called Provisioning right? In this article,</p>
<ol>
<li>we will see how we can create an APPX package of a UWP application</li>
<li>how the APPX package can be added to our FFU image</li>
</ol>
<p>Let&#8217;s start doing the PowerShell commands now then.</p>
<h2>Prerequisites</h2>
<p>To do the wonderful things, we always need some prerequisites.  You can always see all the prerequisites from <a href="https://docs.microsoft.com/en-us/windows-hardware/manufacture/iot/set-up-your-pc-to-customize-iot-core">here</a>. But, in this part, we are going to be needed only the preceding tools.</p>
<ol>
<li>Windows Assessment and Deployment Kit (Windows ADK)</li>
<li>Windows Driver Kit (WDK) 10</li>
<li>IoT Core ADK Add-Ons</li>
<li>Windows 10 IoT Core Packages</li>
<li>The Raspberry Pi BSP</li>
<li>Custom FFU image we have created</li>
</ol>
<h2>Creating the UWP APPX</h2>
<p>For now, I am going to use the Microsoft HelloWorld application, which is already available in the <a href="https://github.com/Microsoft/Windows-iotcore-samples/tree/develop/Samples/HelloWorld">GitHub</a>. Let&#8217;s just clone that application and build the same. If you are getting an error as &#8220;Error Cannot resolve Assembly or Windows Metadata file &#8216;Windows.Foundation.UniversalApiContract.winmd'&#8221;, please make sure that you had set the target version in the application section, you can always see my detailed answer <a href="https://stackoverflow.com/questions/53691306/error-cannot-resolve-assembly-or-windows-metadata-file-windows-foundation-unive/53691307#53691307">here in StackOverflow</a>.</p>
<p>Now let&#8217;s just right click on the project and click on Store &#8211; &gt; Create App Packages.</p>
<div id="attachment_13433" style="width: 660px" class="wp-caption aligncenter"><a href="https://sibeeshpassion.com/wp-content/uploads/2018/12/Create-APPX-Menu.jpg"><img fetchpriority="high" decoding="async" aria-describedby="caption-attachment-13433" class="size-full wp-image-13433" src="https://sibeeshpassion.com/wp-content/uploads/2018/12/Create-APPX-Menu.jpg" alt="Create APPX Menu" width="650" height="380" srcset="/wp-content/uploads/2018/12/Create-APPX-Menu.jpg 650w, /wp-content/uploads/2018/12/Create-APPX-Menu-300x175.jpg 300w, /wp-content/uploads/2018/12/Create-APPX-Menu-400x234.jpg 400w" sizes="(max-width: 650px) 100vw, 650px" /></a><p id="caption-attachment-13433" class="wp-caption-text">Create APPX Menu</p></div>
<p>Now select the option &#8220;I want to create packages for sideloading&#8221; and click next. In the next screen, you can always automatically increment your application version. In the Generate app bundle option, select Never. And click Create. Now the app will get built and the APPX file will be generated for you.</p>
<div id="attachment_13434" style="width: 661px" class="wp-caption aligncenter"><a href="https://sibeeshpassion.com/wp-content/uploads/2018/12/Create-APP-Package.jpg"><img decoding="async" aria-describedby="caption-attachment-13434" class="size-full wp-image-13434" src="https://sibeeshpassion.com/wp-content/uploads/2018/12/Create-APP-Package.jpg" alt="Create APP Package" width="651" height="211" srcset="/wp-content/uploads/2018/12/Create-APP-Package.jpg 651w, /wp-content/uploads/2018/12/Create-APP-Package-300x97.jpg 300w, /wp-content/uploads/2018/12/Create-APP-Package-400x130.jpg 400w" sizes="(max-width: 651px) 100vw, 651px" /></a><p id="caption-attachment-13434" class="wp-caption-text">Create APP Package</p></div>
<h2>Adding APPX to the Existing FFU</h2>
<p>As we have our own package and FFU image ready, we can go ahead and add this package to our FFU now. To do that open the IoTCorePShell, if you are not sure about how to open this, please check my previous article. Now let&#8217;s create a package for our app.</p>
<pre class="EnlighterJSRAW" data-enlighter-language="null">newappxpkg "C:\Users\SibeeshVenu\source\repos\Windows-iotcore-samples.git\Samples\HelloWorld\CS\AppPackages\HelloWorld_1.0.0.0_ARM_Test\HelloWorld_1.0.0.0_ARM.appx" fga Appx.HelloWorld</pre>
<p>Please be noted that the &#8220;fga&#8221; is an indication that your application is a foreground application, if your application is a background application, you should use &#8220;bgt&#8221; instead of &#8220;fga&#8221;.</p>
<blockquote><p>Please make sure that your FFU image has at least one Foreground application in it. You will always see the blue spinning dots after connecting the monitor to the Raspberry Pi if you have only background application in your image.  So you should consider having a registered fgt as well in your image.</p></blockquote>
<p>You will not be able to understand what exactly happens if there any problems if you have only a background application in your image. Trust me, I had spent many hours looking at the blue screen hoping that my application will show up there.</p>
<p>The above command will create a new folder in your workspace, in our case it is at C:\OEE\Source-arm\Packages\Appx.HelloWorld. It will also copy the appx files and its dependencies from the folder we are specifying in the command and generates a customizations.xml file as well as a package xml file that is used to build the package.</p>
<div id="attachment_13435" style="width: 584px" class="wp-caption aligncenter"><a href="https://sibeeshpassion.com/wp-content/uploads/2018/12/newappxpkg-output.jpg"><img decoding="async" aria-describedby="caption-attachment-13435" class="size-full wp-image-13435" src="https://sibeeshpassion.com/wp-content/uploads/2018/12/newappxpkg-output.jpg" alt="newappxpkg output" width="574" height="433" srcset="/wp-content/uploads/2018/12/newappxpkg-output.jpg 574w, /wp-content/uploads/2018/12/newappxpkg-output-300x226.jpg 300w, /wp-content/uploads/2018/12/newappxpkg-output-400x302.jpg 400w" sizes="(max-width: 574px) 100vw, 574px" /></a><p id="caption-attachment-13435" class="wp-caption-text">newappxpkg output</p></div>
<p>This will also create a new entry as follows in the OEMFM.xml file.</p>
<pre class="EnlighterJSRAW" data-enlighter-language="null">&lt;PackageFile Path="%PKGBLD_DIR%" Name="%OEM_NAME%.Appx.HelloWorld.cab"&gt;
        &lt;FeatureIDs&gt;
          &lt;FeatureID&gt;APPX_HELLOWORLD&lt;/FeatureID&gt;
        &lt;/FeatureIDs&gt;
      &lt;/PackageFile&gt;</pre>
<p>Now let&#8217;s just build our package.</p>
<pre class="EnlighterJSRAW" data-enlighter-language="null">PS C:\OEE&gt;buildpkg Appx.HelloWorld
Processing Appx.HelloWorld.wm.xml
True
IoTCorePShell arm 10.0.0.0 Test</pre>
<p>Now you should be able to see your package.cab file in the build directory C:\OEE\Build\arm\pkgs.  Let&#8217;s add the feature APPX_HELLOWORLD to our product OEEIoTCore now.</p>
<pre class="EnlighterJSRAW" data-enlighter-language="null">PS C:\OEE&gt;addfid OEEIoTCore Test APPX_HELLOWORLD -OEM
IoTCorePShell arm 10.0.0.0 Test</pre>
<p>You can also remove any feature from any product by using &#8220;removefid&#8221; command. As we have added our feature, now it is time to build our image.</p>
<pre class="EnlighterJSRAW" data-enlighter-language="null">PS C:\OEE&gt;buildimage OEEIoTCore Test</pre>
<p>Please be noted that this may take some time, and once it is done, you will be getting an output as below.</p>
<div id="attachment_13436" style="width: 660px" class="wp-caption aligncenter"><a href="https://sibeeshpassion.com/wp-content/uploads/2018/12/buildimage.png"><img decoding="async" aria-describedby="caption-attachment-13436" class="size-full wp-image-13436" src="https://sibeeshpassion.com/wp-content/uploads/2018/12/buildimage.png" alt="buildimage" width="650" height="479" srcset="/wp-content/uploads/2018/12/buildimage.png 650w, /wp-content/uploads/2018/12/buildimage-300x221.png 300w, /wp-content/uploads/2018/12/buildimage-400x295.png 400w" sizes="(max-width: 650px) 100vw, 650px" /></a><p id="caption-attachment-13436" class="wp-caption-text">buildimage</p></div>
<p>The new image will be available in your build folder (C:\OEE\Build\arm\OEEIoTCore\Test). Now you can write this FFU image with your application as <a href="https://sibeeshpassion.com/raspberry-pi-sd-card-provisioning-with-windows-10-iot-core-create-ffu-image-and-flash/#writing-flashing-the-ffu-image-to-sd-card">mentioned in my previous article</a>.</p>
<p>Now that our OS is flashed and it is time to connect the SD card to the Raspberry Pi. Once that is done, you can see that your application is running in <a href="https://sibeeshpassion.com/setting-up-your-raspberry-pi-with-microsoft-windows-10-iot-core/#login-to-device-portal">your device portal</a>.</p>
<div id="attachment_13437" style="width: 660px" class="wp-caption aligncenter"><a href="https://sibeeshpassion.com/wp-content/uploads/2018/12/Custom-Package-in-Device-Portal.jpg"><img decoding="async" aria-describedby="caption-attachment-13437" class="size-full wp-image-13437" src="https://sibeeshpassion.com/wp-content/uploads/2018/12/Custom-Package-in-Device-Portal.jpg" alt="Custom Package in Device Portal" width="650" height="309" srcset="/wp-content/uploads/2018/12/Custom-Package-in-Device-Portal.jpg 650w, /wp-content/uploads/2018/12/Custom-Package-in-Device-Portal-300x143.jpg 300w, /wp-content/uploads/2018/12/Custom-Package-in-Device-Portal-400x190.jpg 400w" sizes="(max-width: 650px) 100vw, 650px" /></a><p id="caption-attachment-13437" class="wp-caption-text">Custom Package in Device Portal</p></div>
<p>Now let&#8217;s add a background application and follow the same procedure.</p>
<pre class="EnlighterJSRAW" data-enlighter-language="null">PS C:\OEE&gt;newappxpkg "C:\Users\SibeeshVenu\SourceCode\OEE\ml.OEE.Pi.Windows\ml.OEE.Pi.Windows.BeaconDetector\AppPackages\ml.OEE.Pi.Windows.BeaconDetector_1.0.3.0_ARM_Test\ml.OEE.Pi.Windows.BeaconDetector_1.0.3.0_ARM.appx" bgt Appx.Beacon</pre>
<p>I am sure you will be able to see your background application in your device portal, once you had followed the steps correctly.</p>
<div id="attachment_13442" style="width: 660px" class="wp-caption alignnone"><a href="https://sibeeshpassion.com/wp-content/uploads/2018/12/Background-Application-in-IoT-Device-Portal.jpg"><img decoding="async" aria-describedby="caption-attachment-13442" class="size-full wp-image-13442" src="https://sibeeshpassion.com/wp-content/uploads/2018/12/Background-Application-in-IoT-Device-Portal.jpg" alt="Background Application in IoT Device Portal" width="650" height="336" srcset="/wp-content/uploads/2018/12/Background-Application-in-IoT-Device-Portal.jpg 650w, /wp-content/uploads/2018/12/Background-Application-in-IoT-Device-Portal-300x155.jpg 300w, /wp-content/uploads/2018/12/Background-Application-in-IoT-Device-Portal-400x207.jpg 400w" sizes="(max-width: 650px) 100vw, 650px" /></a><p id="caption-attachment-13442" class="wp-caption-text">Background Application in IoT Device Portal</p></div>
<h2>Conclusion</h2>
<p>Wow!. Now we have learned,</p>
<ul>
<li>how we can generate APPX package of our UWP application</li>
<li>how to add the new feature to the existing IoT Core FFU image</li>
<li>how to write the same to an SD card</li>
<li>how to manage the new application in Device Portal</li>
</ul>
<h2><span id="your-turn-what-do-you-think">Your turn. What do you think?</span></h2>
<p>Thanks a lot for reading. Did I miss anything that you may think which is needed in this article? Could you find this post as useful? Kindly do not forget to share me your feedback.</p>
<p>Kindest Regards<br />
Sibeesh Venu</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.sibeeshpassion.com/raspberry-pi-sd-card-provisioning-with-windows-10-iot-core-adding-packages-to-the-existing-ffu-image/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>One or more network protocols are missing on this computer</title>
		<link>https://www.sibeeshpassion.com/one-or-more-network-protocols-are-missing-on-this-computer-2/</link>
					<comments>https://www.sibeeshpassion.com/one-or-more-network-protocols-are-missing-on-this-computer-2/#disqus_thread</comments>
		
		<dc:creator><![CDATA[SibeeshVenu]]></dc:creator>
		<pubDate>Mon, 16 May 2016 12:58:19 +0000</pubDate>
				<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[Wifi disabled in Windows]]></category>
		<category><![CDATA[Wifi Issues]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 10]]></category>
		<guid isPermaLink="false">http://sibeecst_passion.com/?p=11575</guid>

					<description><![CDATA[In this article we are going to see a fix to the error &#8220;One or more network protocols are missing on this computer&#8221; in Windows 10. Sometimes your Wifi connection will be disconnected in Windows, so when you try to troubleshoot this, you will get the error mentioned above. Here I am going to show the steps to fix the problem. I hope you will like this. Background You all might have Windows 10 as your operating system now, If you have not, please go and upgrade. I really love Windows 10. We have so many options. Now I have [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>In this article we are going to see a fix to the error &#8220;One or more network protocols are missing on this computer&#8221; in <a href="http://sibeeshpassion.com/category/windows-10/" target="_blank">Windows 10</a>. Sometimes your Wifi connection will be disconnected in Windows, so when you try to troubleshoot this, you will get the error mentioned above. Here I am going to show the steps to fix the problem. I hope you will like this.</p>
<p><strong>Background</strong></p>
<p>You all might have Windows 10 as your operating system now, If you have not, please go and upgrade. I really love Windows 10. We have so many options. Now I have a problem with my Wifi, it was just getting disconnected always. That made me feel sad. I tried a work around, bling!, It worked. Here I will show you the same. I will explain those. </p>
<p><strong>Steps to fix &#8220;One or more network protocols are missing on this computer&#8221;</strong></p>
<p>If your Wifi is not connected or if there is any problem, your wifi symbol will be looking as follows. </p>
<div id="attachment_11576" style="width: 233px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2016/05/Wifi-Is-Disabled-Issue.png"><img decoding="async" aria-describedby="caption-attachment-11576" src="http://sibeeshpassion.com/wp-content/uploads/2016/05/Wifi-Is-Disabled-Issue.png" alt="Wifi Is Disabled Issue" width="223" height="50" class="size-full wp-image-11576" /></a><p id="caption-attachment-11576" class="wp-caption-text">Wifi Is Disabled Issue</p></div>
<p>Now what you usually do when you face this kind of problem, Yeah, troubleshooting. Hmm let&#8217;s do that then. But in this case, just troubleshooting won&#8217;t work. You will probably get the following error.</p>
<div id="attachment_11577" style="width: 660px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2016/05/One-or-more-network-protocols-are-missing-on-this-computer-e1463402202102.png"><img decoding="async" aria-describedby="caption-attachment-11577" src="http://sibeeshpassion.com/wp-content/uploads/2016/05/One-or-more-network-protocols-are-missing-on-this-computer-e1463402202102.png" alt="One or more network protocols are missing on this computer" width="650" height="507" class="size-full wp-image-11577" srcset="/wp-content/uploads/2016/05/One-or-more-network-protocols-are-missing-on-this-computer-e1463402202102.png 458w, /wp-content/uploads/2016/05/One-or-more-network-protocols-are-missing-on-this-computer-e1463402202102-300x234.png 300w, /wp-content/uploads/2016/05/One-or-more-network-protocols-are-missing-on-this-computer-e1463402202102-400x312.png 400w" sizes="(max-width: 650px) 100vw, 650px" /></a><p id="caption-attachment-11577" class="wp-caption-text">One or more network protocols are missing on this computer</p></div>
<p>No worries, we will fix this error. Before going through the fix, please check all the network cables are properly connected. If everything is OK, you can go ahead with the below mentioned steps. </p>
<p>Here we are going to reset our configuration, for that you must open your command prompt with admin privilege. You can always right click on the Windows icon and click on Command Prompt(Admin). And type the following command.</p>
<p>[csharp]<br />
netsh int ip reset c:\LogReset.txt<br />
[/csharp]</p>
<div id="attachment_11578" style="width: 660px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2016/05/Commad-Prompt-e1463402530843.png"><img decoding="async" aria-describedby="caption-attachment-11578" src="http://sibeeshpassion.com/wp-content/uploads/2016/05/Commad-Prompt-e1463402530843.png" alt="NetSH Commad Prompt" width="650" height="440" class="size-full wp-image-11578" srcset="/wp-content/uploads/2016/05/Commad-Prompt-e1463402530843.png 650w, /wp-content/uploads/2016/05/Commad-Prompt-e1463402530843-300x203.png 300w, /wp-content/uploads/2016/05/Commad-Prompt-e1463402530843-320x218.png 320w, /wp-content/uploads/2016/05/Commad-Prompt-e1463402530843-620x420.png 620w, /wp-content/uploads/2016/05/Commad-Prompt-e1463402530843-400x271.png 400w" sizes="(max-width: 650px) 100vw, 650px" /></a><p id="caption-attachment-11578" class="wp-caption-text">NetSH Commad Prompt</p></div>
<p>Now when you press Enter, you may get the following window, saying &#8216;Resetting, failed. Access is denied&#8217;. </p>
<div id="attachment_11579" style="width: 660px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2016/05/Commad-Prompt-Output-e1463402666618.png"><img decoding="async" aria-describedby="caption-attachment-11579" src="http://sibeeshpassion.com/wp-content/uploads/2016/05/Commad-Prompt-Output-e1463402666618.png" alt="Commad Prompt Output Access is Denied " width="650" height="441" class="size-full wp-image-11579" srcset="/wp-content/uploads/2016/05/Commad-Prompt-Output-e1463402666618.png 650w, /wp-content/uploads/2016/05/Commad-Prompt-Output-e1463402666618-300x204.png 300w, /wp-content/uploads/2016/05/Commad-Prompt-Output-e1463402666618-320x218.png 320w, /wp-content/uploads/2016/05/Commad-Prompt-Output-e1463402666618-160x110.png 160w, /wp-content/uploads/2016/05/Commad-Prompt-Output-e1463402666618-620x420.png 620w, /wp-content/uploads/2016/05/Commad-Prompt-Output-e1463402666618-400x271.png 400w" sizes="(max-width: 650px) 100vw, 650px" /></a><p id="caption-attachment-11579" class="wp-caption-text">Commad Prompt Output Access is Denied</p></div>
<p>Hmm, that&#8217;s sad. Isn&#8217;t it?. We will fix that too. Cheers. Just press Window key + R, then type regedit.exe.</p>
<div id="attachment_11580" style="width: 468px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2016/05/regedit-exe.png"><img decoding="async" aria-describedby="caption-attachment-11580" src="http://sibeeshpassion.com/wp-content/uploads/2016/05/regedit-exe.png" alt="regedit exe" width="458" height="271" class="size-full wp-image-11580" srcset="/wp-content/uploads/2016/05/regedit-exe.png 458w, /wp-content/uploads/2016/05/regedit-exe-300x178.png 300w, /wp-content/uploads/2016/05/regedit-exe-400x237.png 400w" sizes="(max-width: 458px) 100vw, 458px" /></a><p id="caption-attachment-11580" class="wp-caption-text">regedit exe</p></div>
<p>It will open the Registry editor. Now go to HKEY_LOCAL_MACHINE->SYSTEM->CurrentControlSet.</p>
<div id="attachment_11581" style="width: 487px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2016/05/regedit-Window.png"><img decoding="async" aria-describedby="caption-attachment-11581" src="http://sibeeshpassion.com/wp-content/uploads/2016/05/regedit-Window.png" alt="regedit Window" width="477" height="705" class="size-full wp-image-11581" srcset="/wp-content/uploads/2016/05/regedit-Window.png 477w, /wp-content/uploads/2016/05/regedit-Window-203x300.png 203w, /wp-content/uploads/2016/05/regedit-Window-400x591.png 400w, /wp-content/uploads/2016/05/regedit-Window-406x600.png 406w" sizes="(max-width: 477px) 100vw, 477px" /></a><p id="caption-attachment-11581" class="wp-caption-text">regedit Window</p></div>
<p>Now go to Control folder and find the folder Nsi.</p>
<div id="attachment_11582" style="width: 521px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2016/05/Nsi-Folder-in-RegEdit.png"><img decoding="async" aria-describedby="caption-attachment-11582" src="http://sibeeshpassion.com/wp-content/uploads/2016/05/Nsi-Folder-in-RegEdit.png" alt="Nsi Folder in RegEdit" width="511" height="918" class="size-full wp-image-11582" srcset="/wp-content/uploads/2016/05/Nsi-Folder-in-RegEdit.png 199w, /wp-content/uploads/2016/05/Nsi-Folder-in-RegEdit-167x300.png 167w, /wp-content/uploads/2016/05/Nsi-Folder-in-RegEdit-400x719.png 400w, /wp-content/uploads/2016/05/Nsi-Folder-in-RegEdit-334x600.png 334w" sizes="(max-width: 511px) 100vw, 511px" /></a><p id="caption-attachment-11582" class="wp-caption-text">Nsi Folder in RegEdit</p></div>
<p>Now click on the third folder.</p>
<div id="attachment_11583" style="width: 660px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2016/05/Folder-26-in-RegEdit-e1463403159156.png"><img decoding="async" aria-describedby="caption-attachment-11583" src="http://sibeeshpassion.com/wp-content/uploads/2016/05/Folder-26-in-RegEdit-e1463403159156.png" alt="Folder 26 in RegEdit" width="650" height="655" class="size-full wp-image-11583" srcset="/wp-content/uploads/2016/05/Folder-26-in-RegEdit-e1463403159156.png 354w, /wp-content/uploads/2016/05/Folder-26-in-RegEdit-e1463403159156-150x150.png 150w, /wp-content/uploads/2016/05/Folder-26-in-RegEdit-e1463403159156-298x300.png 298w, /wp-content/uploads/2016/05/Folder-26-in-RegEdit-e1463403159156-130x130.png 130w, /wp-content/uploads/2016/05/Folder-26-in-RegEdit-e1463403159156-400x403.png 400w, /wp-content/uploads/2016/05/Folder-26-in-RegEdit-e1463403159156-595x600.png 595w" sizes="(max-width: 650px) 100vw, 650px" /></a><p id="caption-attachment-11583" class="wp-caption-text">Folder 26 in RegEdit</p></div>
<p>And then right click on the folder 26, then click on the Permission and give the full permission.</p>
<div id="attachment_11584" style="width: 489px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2016/05/Setting-permission-in-RegEdit.png"><img decoding="async" aria-describedby="caption-attachment-11584" src="http://sibeeshpassion.com/wp-content/uploads/2016/05/Setting-permission-in-RegEdit.png" alt="Setting permission in RegEdit" width="479" height="548" class="size-full wp-image-11584" srcset="/wp-content/uploads/2016/05/Setting-permission-in-RegEdit.png 479w, /wp-content/uploads/2016/05/Setting-permission-in-RegEdit-262x300.png 262w, /wp-content/uploads/2016/05/Setting-permission-in-RegEdit-400x458.png 400w" sizes="(max-width: 479px) 100vw, 479px" /></a><p id="caption-attachment-11584" class="wp-caption-text">Setting permission in RegEdit</p></div>
<p>Now go back to our previous command window and try the same command we tried. I hope you go the output as follows.</p>
<div id="attachment_11585" style="width: 660px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2016/05/Resetting-OK-Output-e1463403348915.png"><img decoding="async" aria-describedby="caption-attachment-11585" src="http://sibeeshpassion.com/wp-content/uploads/2016/05/Resetting-OK-Output-e1463403348915.png" alt="Resetting OK Output" width="650" height="444" class="size-full wp-image-11585" srcset="/wp-content/uploads/2016/05/Resetting-OK-Output-e1463403348915.png 650w, /wp-content/uploads/2016/05/Resetting-OK-Output-e1463403348915-300x205.png 300w, /wp-content/uploads/2016/05/Resetting-OK-Output-e1463403348915-320x218.png 320w, /wp-content/uploads/2016/05/Resetting-OK-Output-e1463403348915-160x110.png 160w, /wp-content/uploads/2016/05/Resetting-OK-Output-e1463403348915-400x273.png 400w" sizes="(max-width: 650px) 100vw, 650px" /></a><p id="caption-attachment-11585" class="wp-caption-text">Resetting OK Output</p></div>
<p>Once you are done, Please restart the machine and check your wifi. It will be connected and you won&#8217;t be facing any problems. Happy?</p>
<div id="attachment_11586" style="width: 225px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2016/05/Wifi-Connected.png"><img decoding="async" aria-describedby="caption-attachment-11586" src="http://sibeeshpassion.com/wp-content/uploads/2016/05/Wifi-Connected.png" alt="Wifi Connected" width="215" height="51" class="size-full wp-image-11586" /></a><p id="caption-attachment-11586" class="wp-caption-text">Wifi Connected</p></div>
<p><strong>Conclusion</strong></p>
<p>Did I miss anything that you may think which is needed? Could you find this post as useful? I hope you liked this article. Please share me your valuable suggestions and feedback.</p>
<p><strong>Your turn. What do you think?</strong></p>
<p>A blog isn&#8217;t a blog without comments, but do try to stay on topic. If you have a question unrelated to this post, you’re better off posting it on C# Corner, Code Project, Stack Overflow, Asp.Net Forum instead of commenting here. Tweet or email me a link to your question there and I’ll definitely try to help if I can.</p>
<p>Kindest Regards<br />
Sibeesh Venu</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.sibeeshpassion.com/one-or-more-network-protocols-are-missing-on-this-computer-2/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
		<item>
		<title>Creating Azure Mobile App With Visual Studio</title>
		<link>https://www.sibeeshpassion.com/creating-azure-mobile-app-with-visual-studio/</link>
					<comments>https://www.sibeeshpassion.com/creating-azure-mobile-app-with-visual-studio/#disqus_thread</comments>
		
		<dc:creator><![CDATA[SibeeshVenu]]></dc:creator>
		<pubDate>Sun, 24 Apr 2016 00:00:46 +0000</pubDate>
				<category><![CDATA[Azure]]></category>
		<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[Azure Mobile App]]></category>
		<category><![CDATA[Mobile App With Azure And Visual Studio]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 10]]></category>
		<guid isPermaLink="false">http://sibeecst_passion.com/?p=11507</guid>

					<description><![CDATA[[toc] Introduction In this article we are going to create a mobile application with Azure using Visual Studio. Before you start with make sure that you have some azure credits with you. You can always create new azure free account where you can claim for some free credits Azure free trial . Please be noted that you can get only limited azure credits with the free account. But to get started, that is more than enough. Now we will go and create our application. I hope you will like this. Download the source code You can always download the source [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>[toc]</p>
<h3>Introduction</h3>
<p>In this article we are going to create a mobile application with <a href="http://sibeeshpassion.com/category/azure" target="_blank">Azure</a> using <a href="http://sibeeshpassion.com/category/visual-studio" target="_blank">Visual Studio</a>. Before you start with make sure that you have some azure credits with you. You can always create new azure free account where you can claim for some free credits <a href="https://azure.microsoft.com/en-in/pricing/free-trial/" target="_blank">Azure free trial </a>. Please be noted that you can get only limited azure credits with the free account. But to get started, that is more than enough. Now we will go and create our application. I hope you will like this. </p>
<h3>Download the source code</h3>
<p>You can always download the source code here</p>
<li><a href="https://gallery.technet.microsoft.com/Creating-Azure-Mobile-App-89d3df9f" target="_blank">Azure Mobile App With Visual Studio</a></li>
<h3>Background</h3>
<p>We all know what Azure is. If you are really new to Azure, I strongly recommend you to have a look at <a href="http://sibeeshpassion.com/category/azure" target="_blank">here</a> .To get started, please make sure that you have installed Visual Studio in your machine. You can always download visual studio from <a href="https://www.visualstudio.com/en-us/downloads/download-visual-studio-vs.aspx" target="_blank">here</a>. </p>
<h3>Setting Azure Portal </h3>
<p>Login to your Azure portal from <a href="https://portal.azure.com/" target="_blank">Azure Portal</a>. Once you logged in, you can see a dashboard and a menu as follows.</p>
<div id="attachment_11508" style="width: 295px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2016/04/Microsoft-Azure-Portal-Menu.png"><img decoding="async" aria-describedby="caption-attachment-11508" src="http://sibeeshpassion.com/wp-content/uploads/2016/04/Microsoft-Azure-Portal-Menu.png" alt="Microsoft Azure Portal Menu" width="285" height="747" class="size-full wp-image-11508" srcset="/wp-content/uploads/2016/04/Microsoft-Azure-Portal-Menu.png 285w, /wp-content/uploads/2016/04/Microsoft-Azure-Portal-Menu-114x300.png 114w, /wp-content/uploads/2016/04/Microsoft-Azure-Portal-Menu-229x600.png 229w" sizes="(max-width: 285px) 100vw, 285px" /></a><p id="caption-attachment-11508" class="wp-caption-text">Microsoft Azure Portal Menu</p></div>
<p>Now click on New -> Web+Mobile -> Mobile App.</p>
<div id="attachment_11509" style="width: 644px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2016/04/Web-Mobile-Category-In-Azure-Portal-e1460901278999.png"><img decoding="async" aria-describedby="caption-attachment-11509" src="http://sibeeshpassion.com/wp-content/uploads/2016/04/Web-Mobile-Category-In-Azure-Portal-1024x886.png" alt="Web Mobile Category In Azure Portal" width="634" height="549" class="size-large wp-image-11509" /></a><p id="caption-attachment-11509" class="wp-caption-text">Web Mobile Category In Azure Portal</p></div>
<p>Now name your mobile application. Select your subscription, it will be automatically selected if you have only one subscription. Please select the subscription accordingly if you have multiple subscriptions. Select or create new resource group. You may be thinking what is this resource group, and what are all the benefits for using it. According to Microsoft, a resource group is a collection of resources so that you can use those accordingly. A resource can be included only in one resource group and it is possible to link the resources in other resource group. Please be noted that you can&#8217;t edit and rename your resource group name. Only option you are allowed is to move your resources to your new resource group. Please see <a href="https://azure.microsoft.com/en-us/documentation/articles/resource-group-move-resources/" target="_blank">Move resources to a new resource group in azure</a> if you need to move your resources. </p>
<p>Now select your service plan or location as per your need. Now click on that link. You can see all the service plans you have used so far, you can select those if you want or you can create a new one. </p>
<div id="attachment_11511" style="width: 660px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2016/04/Available-App-Service-Plan-In-Azure-e1460903507474.png"><img decoding="async" aria-describedby="caption-attachment-11511" src="http://sibeeshpassion.com/wp-content/uploads/2016/04/Available-App-Service-Plan-In-Azure-e1460903507474.png" alt="Available App Service Plan In Azure" width="650" height="526" class="size-full wp-image-11511" srcset="/wp-content/uploads/2016/04/Available-App-Service-Plan-In-Azure-e1460903507474.png 650w, /wp-content/uploads/2016/04/Available-App-Service-Plan-In-Azure-e1460903507474-300x243.png 300w, /wp-content/uploads/2016/04/Available-App-Service-Plan-In-Azure-e1460903507474-400x324.png 400w" sizes="(max-width: 650px) 100vw, 650px" /></a><p id="caption-attachment-11511" class="wp-caption-text">Available App Service Plan In Azure</p></div>
<p>To create a new one, please click the &#8216;Create new&#8217; option. </p>
<div id="attachment_11512" style="width: 393px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2016/04/New-App-Service-Plan-In-Azure.png"><img decoding="async" aria-describedby="caption-attachment-11512" src="http://sibeeshpassion.com/wp-content/uploads/2016/04/New-App-Service-Plan-In-Azure.png" alt="New App Service Plan In Azure" width="383" height="867" class="size-full wp-image-11512" srcset="/wp-content/uploads/2016/04/New-App-Service-Plan-In-Azure.png 383w, /wp-content/uploads/2016/04/New-App-Service-Plan-In-Azure-133x300.png 133w, /wp-content/uploads/2016/04/New-App-Service-Plan-In-Azure-265x600.png 265w" sizes="(max-width: 383px) 100vw, 383px" /></a><p id="caption-attachment-11512" class="wp-caption-text">New App Service Plan In Azure</p></div>
<p>Now select your app service plan, location, pricing tier. When you select the pricing tier, please be cautious because Azure charge you according to your use. Select it according your use. </p>
<div id="attachment_11513" style="width: 396px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2016/04/App-Service-Pricing-Tier.png"><img decoding="async" aria-describedby="caption-attachment-11513" src="http://sibeeshpassion.com/wp-content/uploads/2016/04/App-Service-Pricing-Tier.png" alt="App Service Pricing Tier" width="386" height="865" class="size-full wp-image-11513" srcset="/wp-content/uploads/2016/04/App-Service-Pricing-Tier.png 386w, /wp-content/uploads/2016/04/App-Service-Pricing-Tier-134x300.png 134w, /wp-content/uploads/2016/04/App-Service-Pricing-Tier-268x600.png 268w" sizes="(max-width: 386px) 100vw, 386px" /></a><p id="caption-attachment-11513" class="wp-caption-text">App Service Pricing Tier</p></div>
<p>Now this is how you Mobile App service set up looks like. You can always pin your mobile app to your dashboard. </p>
<div id="attachment_11514" style="width: 396px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2016/04/Mobie-App-Service.png"><img decoding="async" aria-describedby="caption-attachment-11514" src="http://sibeeshpassion.com/wp-content/uploads/2016/04/Mobie-App-Service.png" alt="Mobie App Service" width="386" height="864" class="size-full wp-image-11514" srcset="/wp-content/uploads/2016/04/Mobie-App-Service.png 386w, /wp-content/uploads/2016/04/Mobie-App-Service-134x300.png 134w, /wp-content/uploads/2016/04/Mobie-App-Service-268x600.png 268w" sizes="(max-width: 386px) 100vw, 386px" /></a><p id="caption-attachment-11514" class="wp-caption-text">Mobie App Service</p></div>
<p>Once this is done, you will get a notification that your mobile app deployment is succeeded if nothing goes wrong and you can see the app in your dashboard. Now click on the settings of your mobile application and then quick start.</p>
<div id="attachment_11515" style="width: 660px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2016/04/Quick-Start-Option-In-Azure-Mobile-App-e1460905361428.png"><img decoding="async" aria-describedby="caption-attachment-11515" src="http://sibeeshpassion.com/wp-content/uploads/2016/04/Quick-Start-Option-In-Azure-Mobile-App-e1460905361428.png" alt="Quick Start Option In Azure Mobile App" width="650" height="581" class="size-full wp-image-11515" srcset="/wp-content/uploads/2016/04/Quick-Start-Option-In-Azure-Mobile-App-e1460905361428.png 399w, /wp-content/uploads/2016/04/Quick-Start-Option-In-Azure-Mobile-App-e1460905361428-300x268.png 300w, /wp-content/uploads/2016/04/Quick-Start-Option-In-Azure-Mobile-App-e1460905361428-400x358.png 400w" sizes="(max-width: 650px) 100vw, 650px" /></a><p id="caption-attachment-11515" class="wp-caption-text">Quick Start Option In Azure Mobile App</p></div>
<p>Select Windows(C#) from it. Now you will be asked to complete three actions. </p>
<li>Connect a database</li>
<li>Create a table API</li>
<li>Configure your client application</li>
<h3>Connect a database</h3>
<p>Click on connect a database ( We will create a database first). Click Add and add a data connection as follows. </p>
<div id="attachment_11516" style="width: 644px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2016/04/Data-Connections-In-Azure-Mobile-App-e1460905798522.png"><img decoding="async" aria-describedby="caption-attachment-11516" src="http://sibeeshpassion.com/wp-content/uploads/2016/04/Data-Connections-In-Azure-Mobile-App-1024x583.png" alt="Data Connections In Azure Mobile App" width="634" height="361" class="size-large wp-image-11516" /></a><p id="caption-attachment-11516" class="wp-caption-text">Data Connections In Azure Mobile App</p></div>
<p>Now give your database name and pricing tier. For now I am going to select the pricing tier as Basic. You can see 5 DTUs are available for Basic tier. According to Microsoft, The Database Transaction Unit (DTU) is the unit of measure in SQL Database that represents the relative power of databases based on a real-world measure: the database transaction. Please read more <a href="https://azure.microsoft.com/en-us/documentation/articles/sql-database-service-tiers/?rnd=1#understanding-dtus" target="_blank">here</a>.</p>
<p>Did you notice that there is a field called Collation? Basically a collation is a set of rules and regulation we set for the proper use of characters. Like the characters are much different in all the languages, we set the collation accordingly. The default collation for character data in Azure SQL database is <em>SQL_Latin1_General_CP1_CI_AS</em>. You can read about collation <a href="https://azure.microsoft.com/en-in/blog/working-with-collations-in-sql-azure/" target="_blank">here</a>. </p>
<p>Next, set your server and click OK. Once you click OK, you can see the connection strings is being set automatically for you. Creation of data connection may take few minutes. Now we will create a table API. </p>
<h3>Create a table API</h3>
<p>To store the data in your back end. You need a table, isn&#8217;t it? The first option you will see here is select the language for your back end actions. You can select either C# or Node JS. </p>
<blockquote><p>There was a time, that we can do server side actions only by using server side languages like C#,Vb.Net, PhP etc. Now everything changes, we can do server side actions with few set of JavaScript, that is Node JS. </p></blockquote>
<p>Once you select your language you can see a message as &#8220;Once you’ve downloaded your personalized server project, extract it and open in Visual Studio. Right-click the project and select “Publish” to host the code in your mobile backend. The TodoItem table will be created automatically using Entity Framework.&#8221; Now we will do as suggested. </p>
<p>Please open your downloaded project in Visual Studio. Right click the project file then click publish. You can see a window and finish Profile, Connection, Settings steps. </p>
<div id="attachment_11517" style="width: 660px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2016/04/Azure-Mobile-App-preview-e1460909105653.png"><img decoding="async" aria-describedby="caption-attachment-11517" src="http://sibeeshpassion.com/wp-content/uploads/2016/04/Azure-Mobile-App-preview-e1460909105653.png" alt="Azure Mobile App preview" width="650" height="519" class="size-full wp-image-11517" srcset="/wp-content/uploads/2016/04/Azure-Mobile-App-preview-e1460909105653.png 447w, /wp-content/uploads/2016/04/Azure-Mobile-App-preview-e1460909105653-300x240.png 300w, /wp-content/uploads/2016/04/Azure-Mobile-App-preview-e1460909105653-400x319.png 400w" sizes="(max-width: 650px) 100vw, 650px" /></a><p id="caption-attachment-11517" class="wp-caption-text">Azure Mobile App preview</p></div>
<p>Click publish once you verified the settings. It may take few minutes according to your internet bandwidth. In the meanwhile you can see all the controllers and additional files had been created for us automatically. For example below is the Values controller.</p>
<p>[csharp]<br />
using System.Web.Http;<br />
using System.Web.Http.Tracing;<br />
using Microsoft.Azure.Mobile.Server;<br />
using Microsoft.Azure.Mobile.Server.Config;</p>
<p>namespace SibeeshTasksService.Controllers<br />
{<br />
    // Use the MobileAppController attribute for each ApiController you want to use<br />
    // from your mobile clients<br />
    [MobileAppController]<br />
    public class ValuesController : ApiController<br />
    {<br />
        // GET api/values<br />
        public string Get()<br />
        {<br />
            MobileAppSettingsDictionary settings = this.Configuration.GetMobileAppSettingsProvider().GetMobileAppSettings();<br />
            ITraceWriter traceWriter = this.Configuration.Services.GetTraceWriter();</p>
<p>            string host = settings.HostName ?? &quot;localhost&quot;;<br />
            string greeting = &quot;Hello from &quot; + host;</p>
<p>            traceWriter.Info(greeting);<br />
            return greeting;<br />
        }</p>
<p>        // POST api/values<br />
        public string Post()<br />
        {<br />
            return &quot;Hello World!&quot;;<br />
        }<br />
    }<br />
}<br />
[/csharp]</p>
<p>Now the publish process is completed, you can see a message as follows. </p>
<div id="attachment_11518" style="width: 644px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2016/04/Azure-App-Service-Publish-e1460910331127.png"><img decoding="async" aria-describedby="caption-attachment-11518" src="http://sibeeshpassion.com/wp-content/uploads/2016/04/Azure-App-Service-Publish-1024x414.png" alt="Azure App Service Publish" width="634" height="256" class="size-large wp-image-11518" /></a><p id="caption-attachment-11518" class="wp-caption-text">Azure App Service Publish</p></div>
<p>Now please go back to your Azure portal. </p>
<h3>Configure your client application</h3>
<p>It is time to configure our client application now. Download the client application by clicking the link provided. And open the project in Visual Studio. Please install the missing files if it is asked to do so. </p>
<div id="attachment_11520" style="width: 585px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2016/04/MIssing-Componenets.png"><img decoding="async" aria-describedby="caption-attachment-11520" src="http://sibeeshpassion.com/wp-content/uploads/2016/04/MIssing-Componenets.png" alt="MIssing Componenets" width="575" height="807" class="size-full wp-image-11520" srcset="/wp-content/uploads/2016/04/MIssing-Componenets.png 575w, /wp-content/uploads/2016/04/MIssing-Componenets-214x300.png 214w, /wp-content/uploads/2016/04/MIssing-Componenets-400x561.png 400w, /wp-content/uploads/2016/04/MIssing-Componenets-428x600.png 428w" sizes="(max-width: 575px) 100vw, 575px" /></a><p id="caption-attachment-11520" class="wp-caption-text">MIssing Componenets</p></div>
<p>Once the installation is done, reload your project and it will be asked to enable developer mode for windows 10. Go ahead and change that in settings. </p>
<p>Now please open the shared project and click on MainPage.cs file, you can see the CRUD operation actions are already created for us. </p>
<p>[csharp]<br />
using System;<br />
using System.Collections.Generic;<br />
using System.Text;<br />
using System.Threading.Tasks;<br />
using Microsoft.WindowsAzure.MobileServices;<br />
using Windows.UI.Popups;<br />
using Windows.UI.Xaml;<br />
using Windows.UI.Xaml.Controls;<br />
using Windows.UI.Xaml.Navigation;</p>
<p>// To add offline sync support, add the NuGet package Microsoft.WindowsAzure.MobileServices.SQLiteStore<br />
// to your project. Then, uncomment the lines marked // offline sync<br />
// For more information, see: http://aka.ms/addofflinesync<br />
//using Microsoft.WindowsAzure.MobileServices.SQLiteStore;  // offline sync<br />
//using Microsoft.WindowsAzure.MobileServices.Sync;         // offline sync</p>
<p>namespace SibeeshTasks<br />
{<br />
    sealed partial class MainPage: Page<br />
    {<br />
        private MobileServiceCollection&lt;TodoItem, TodoItem&gt; items;<br />
        private IMobileServiceTable&lt;TodoItem&gt; todoTable = App.MobileService.GetTable&lt;TodoItem&gt;();<br />
        //private IMobileServiceSyncTable&lt;TodoItem&gt; todoTable = App.MobileService.GetSyncTable&lt;TodoItem&gt;(); // offline sync</p>
<p>        public MainPage()<br />
        {<br />
            this.InitializeComponent();<br />
        }</p>
<p>        private async Task InsertTodoItem(TodoItem todoItem)<br />
        {<br />
            // This code inserts a new TodoItem into the database. When the operation completes<br />
            // and Mobile App backend has assigned an Id, the item is added to the CollectionView.<br />
            await todoTable.InsertAsync(todoItem);<br />
            items.Add(todoItem);</p>
<p>            //await SyncAsync(); // offline sync<br />
        }</p>
<p>        private async Task RefreshTodoItems()<br />
        {<br />
            MobileServiceInvalidOperationException exception = null;<br />
            try<br />
            {<br />
                // This code refreshes the entries in the list view by querying the TodoItems table.<br />
                // The query excludes completed TodoItems.<br />
                items = await todoTable<br />
                    .Where(todoItem =&gt; todoItem.Complete == false)<br />
                    .ToCollectionAsync();<br />
            }<br />
            catch (MobileServiceInvalidOperationException e)<br />
            {<br />
                exception = e;<br />
            }</p>
<p>            if (exception != null)<br />
            {<br />
                await new MessageDialog(exception.Message, &quot;Error loading items&quot;).ShowAsync();<br />
            }<br />
            else<br />
            {<br />
                ListItems.ItemsSource = items;<br />
                this.ButtonSave.IsEnabled = true;<br />
            }<br />
        }</p>
<p>        private async Task UpdateCheckedTodoItem(TodoItem item)<br />
        {<br />
            // This code takes a freshly completed TodoItem and updates the database. When the service<br />
            // responds, the item is removed from the list.<br />
            await todoTable.UpdateAsync(item);<br />
            items.Remove(item);<br />
            ListItems.Focus(Windows.UI.Xaml.FocusState.Unfocused);</p>
<p>            //await SyncAsync(); // offline sync<br />
        }</p>
<p>        private async void ButtonRefresh_Click(object sender, RoutedEventArgs e)<br />
        {<br />
            ButtonRefresh.IsEnabled = false;</p>
<p>            //await SyncAsync(); // offline sync<br />
            await RefreshTodoItems();</p>
<p>            ButtonRefresh.IsEnabled = true;<br />
        }</p>
<p>        private async void ButtonSave_Click(object sender, RoutedEventArgs e)<br />
        {<br />
            var todoItem = new TodoItem { Text = TextInput.Text };<br />
            await InsertTodoItem(todoItem);<br />
        }</p>
<p>        private async void CheckBoxComplete_Checked(object sender, RoutedEventArgs e)<br />
        {<br />
            CheckBox cb = (CheckBox)sender;<br />
            TodoItem item = cb.DataContext as TodoItem;<br />
            await UpdateCheckedTodoItem(item);<br />
        }</p>
<p>        protected override async void OnNavigatedTo(NavigationEventArgs e)<br />
        {<br />
            //await InitLocalStoreAsync(); // offline sync<br />
            await RefreshTodoItems();<br />
        }</p>
<p>        #region Offline sync</p>
<p>        //private async Task InitLocalStoreAsync()<br />
        //{<br />
        //    if (!App.MobileService.SyncContext.IsInitialized)<br />
        //    {<br />
        //        var store = new MobileServiceSQLiteStore(&quot;localstore.db&quot;);<br />
        //        store.DefineTable&lt;TodoItem&gt;();<br />
        //        await App.MobileService.SyncContext.InitializeAsync(store);<br />
        //    }<br />
        //<br />
        //    await SyncAsync();<br />
        //}</p>
<p>        //private async Task SyncAsync()<br />
        //{<br />
        //    await App.MobileService.SyncContext.PushAsync();<br />
        //    await todoTable.PullAsync(&quot;todoItems&quot;, todoTable.CreateQuery());<br />
        //}</p>
<p>        #endregion<br />
    }<br />
}<br />
[/csharp]</p>
<p>And following is the XAML file created for our app design.</p>
<p>[xml]<br />
&lt;Page<br />
    x:Class=&quot;SibeeshTasks.MainPage&quot;<br />
    IsTabStop=&quot;false&quot;<br />
    xmlns=&quot;http://schemas.microsoft.com/winfx/2006/xaml/presentation&quot;<br />
    xmlns:x=&quot;http://schemas.microsoft.com/winfx/2006/xaml&quot;<br />
    xmlns:local=&quot;using:SibeeshTasks&quot;<br />
    xmlns:d=&quot;http://schemas.microsoft.com/expression/blend/2008&quot;<br />
    xmlns:mc=&quot;http://schemas.openxmlformats.org/markup-compatibility/2006&quot;<br />
    mc:Ignorable=&quot;d&quot;&gt;</p>
<p>    &lt;Grid Background=&quot;White&quot;&gt;</p>
<p>        &lt;Grid Margin=&quot;50,50,10,10&quot;&gt;<br />
            &lt;Grid.ColumnDefinitions&gt;<br />
                &lt;ColumnDefinition Width=&quot;*&quot; /&gt;<br />
                &lt;ColumnDefinition Width=&quot;*&quot; /&gt;<br />
            &lt;/Grid.ColumnDefinitions&gt;<br />
            &lt;Grid.RowDefinitions&gt;<br />
                &lt;RowDefinition Height=&quot;Auto&quot; /&gt;<br />
                &lt;RowDefinition Height=&quot;*&quot; /&gt;<br />
            &lt;/Grid.RowDefinitions&gt;</p>
<p>            &lt;Grid Grid.Row=&quot;0&quot; Grid.ColumnSpan=&quot;2&quot; Margin=&quot;0,0,0,20&quot;&gt;<br />
                &lt;StackPanel&gt;<br />
                    &lt;TextBlock Foreground=&quot;#0094ff&quot; FontFamily=&quot;Segoe UI Light&quot; Margin=&quot;0,0,0,6&quot;&gt;MICROSOFT AZURE MOBILE SERVICES&lt;/TextBlock&gt;<br />
                    &lt;TextBlock Foreground=&quot;Gray&quot; FontFamily=&quot;Segoe UI Light&quot; FontSize=&quot;45&quot; &gt;SibeeshTasks&lt;/TextBlock&gt;<br />
                &lt;/StackPanel&gt;<br />
            &lt;/Grid&gt;</p>
<p>            &lt;Grid Grid.Row=&quot;1&quot;&gt;<br />
                &lt;StackPanel&gt;</p>
<p>                    &lt;local:QuickStartTask Number=&quot;1&quot; Title=&quot;Insert a TodoItem&quot; Description=&quot;Enter some text below and click Save to insert a new todo item into your database&quot; /&gt;</p>
<p>                    &lt;StackPanel Orientation=&quot;Horizontal&quot; Margin=&quot;72,0,0,0&quot;&gt;<br />
                        &lt;TextBox Name=&quot;TextInput&quot; Margin=&quot;5&quot; MinWidth=&quot;300&quot;&gt;&lt;/TextBox&gt;<br />
                        &lt;Button Name=&quot;ButtonSave&quot; Click=&quot;ButtonSave_Click&quot; IsEnabled=&quot;False&quot;&gt;Save&lt;/Button&gt;<br />
                    &lt;/StackPanel&gt;</p>
<p>                &lt;/StackPanel&gt;<br />
            &lt;/Grid&gt;</p>
<p>            &lt;Grid Grid.Row=&quot;1&quot; Grid.Column=&quot;1&quot;&gt;<br />
                &lt;Grid.RowDefinitions&gt;<br />
                    &lt;RowDefinition Height=&quot;Auto&quot; /&gt;<br />
                    &lt;RowDefinition /&gt;<br />
                &lt;/Grid.RowDefinitions&gt;<br />
                &lt;StackPanel&gt;<br />
                    &lt;local:QuickStartTask Number=&quot;2&quot; Title=&quot;Query and Update Data&quot; Description=&quot;Click refresh below to load the unfinished TodoItems from your database. Use the checkbox to complete and update your TodoItems&quot; /&gt;<br />
                    &lt;Button Margin=&quot;72,0,0,0&quot; Name=&quot;ButtonRefresh&quot; Click=&quot;ButtonRefresh_Click&quot;&gt;Refresh&lt;/Button&gt;<br />
                &lt;/StackPanel&gt;</p>
<p>                &lt;ListView Name=&quot;ListItems&quot; Margin=&quot;62,10,0,0&quot; Grid.Row=&quot;1&quot;&gt;<br />
                    &lt;ListView.ItemTemplate&gt;<br />
                        &lt;DataTemplate&gt;<br />
                            &lt;StackPanel Orientation=&quot;Horizontal&quot;&gt;<br />
                                &lt;CheckBox Name=&quot;CheckBoxComplete&quot; IsChecked=&quot;{Binding Complete, Mode=TwoWay}&quot; Checked=&quot;CheckBoxComplete_Checked&quot; Content=&quot;{Binding Text}&quot; Margin=&quot;10,5&quot; VerticalAlignment=&quot;Center&quot;/&gt;<br />
                            &lt;/StackPanel&gt;<br />
                        &lt;/DataTemplate&gt;<br />
                    &lt;/ListView.ItemTemplate&gt;<br />
                &lt;/ListView&gt;</p>
<p>            &lt;/Grid&gt;</p>
<p>        &lt;/Grid&gt;<br />
    &lt;/Grid&gt;<br />
&lt;/Page&gt;<br />
[/xml]</p>
<p>Now please run your project. Here I am running the app in visual studio. You can always run the same in Windows Emulator. If nothing goes wrong you can see an output as follows. </p>
<div id="attachment_11521" style="width: 644px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2016/04/Azure-Mobile-App-Output-e1460915717240.png"><img decoding="async" aria-describedby="caption-attachment-11521" src="http://sibeeshpassion.com/wp-content/uploads/2016/04/Azure-Mobile-App-Output-1024x800.png" alt="Azure Mobile App Output" width="634" height="495" class="size-large wp-image-11521" /></a><p id="caption-attachment-11521" class="wp-caption-text">Azure Mobile App Output</p></div>
<div id="attachment_11522" style="width: 644px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2016/04/Azure-Mobile-App-Output-Inserting-And-Reading-e1460915910597.png"><img decoding="async" aria-describedby="caption-attachment-11522" src="http://sibeeshpassion.com/wp-content/uploads/2016/04/Azure-Mobile-App-Output-Inserting-And-Reading-1024x802.png" alt="Azure Mobile App Output Inserting And Reading" width="634" height="497" class="size-large wp-image-11522" /></a><p id="caption-attachment-11522" class="wp-caption-text">Azure Mobile App Output Inserting And Reading</p></div>
<p>Just to make sure that the entries has been inserted and the data is getting from the database we can go back to our Azure portal. We all are humans, we believe things when we see. We all asks for the proof. Isn&#8217;t it? Click on SQL databases from the menu. Now you can see all the databases you have created, click on the database and get the server name, user id and password form the connection string. Once you get it, open your SQL Server Management Studio in your local machine and provide the details you took from the connection string. Now you can see the our Azure SQL database in your local SSMS.</p>
<div id="attachment_11523" style="width: 429px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2016/04/Connect-Azure-SQL-Database-Through-SSMS.png"><img decoding="async" aria-describedby="caption-attachment-11523" src="http://sibeeshpassion.com/wp-content/uploads/2016/04/Connect-Azure-SQL-Database-Through-SSMS.png" alt="Connect Azure SQL Database Through SSMS" width="419" height="916" class="size-full wp-image-11523" srcset="/wp-content/uploads/2016/04/Connect-Azure-SQL-Database-Through-SSMS.png 419w, /wp-content/uploads/2016/04/Connect-Azure-SQL-Database-Through-SSMS-137x300.png 137w, /wp-content/uploads/2016/04/Connect-Azure-SQL-Database-Through-SSMS-400x874.png 400w, /wp-content/uploads/2016/04/Connect-Azure-SQL-Database-Through-SSMS-274x600.png 274w" sizes="(max-width: 419px) 100vw, 419px" /></a><p id="caption-attachment-11523" class="wp-caption-text">Connect Azure SQL Database Through SSMS</p></div>
<p>Now we can query our table and see the data. Right?</p>
<p>[sql]<br />
USE [Tasks]<br />
GO</p>
<p>SELECT [Id]<br />
      ,[Text]<br />
      ,[Complete]<br />
      ,[Version]<br />
      ,[CreatedAt]<br />
      ,[UpdatedAt]<br />
      ,[Deleted]<br />
  FROM [dbo].[TodoItems]<br />
GO<br />
[/sql]</p>
<p>I am sure you will get an result as follows.</p>
<div id="attachment_11524" style="width: 644px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2016/04/Querying-Azure-SQL-Database-In-SSMS-e1460917590108.png"><img decoding="async" aria-describedby="caption-attachment-11524" src="http://sibeeshpassion.com/wp-content/uploads/2016/04/Querying-Azure-SQL-Database-In-SSMS-1024x435.png" alt="Querying Azure SQL Database In SSMS" width="634" height="269" class="size-large wp-image-11524" /></a><p id="caption-attachment-11524" class="wp-caption-text">Querying Azure SQL Database In SSMS</p></div>
<p>You can always run this same application in Windows Emulator, Now we will see how we can do that.</p>
<h3>Download Windows Emulator</h3>
<p>Before getting started, you must install Windows Emulator in your machine. You can get the Windows 10 emulator from <a href="https://www.microsoft.com/en-in/download/details.aspx?id=46893" target="_blank">here</a>. Please be noted that there are some sysytem requirements and actions to be taken care of before going to install the emulator. Basically Microsoft emulator works as a virtual machine on Hyper V. You must enable it. </p>
<h3>Enable Hyper-V in Windows</h3>
<p>To enable Hyper-V, go to control panel and select Programs, then click on &#8216;Turn windows feature on or off&#8217; and then select all the items under Hyper-V.</p>
<div id="attachment_11539" style="width: 564px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2016/04/Enable-Hyper-V-in-Windows.png"><img decoding="async" aria-describedby="caption-attachment-11539" src="http://sibeeshpassion.com/wp-content/uploads/2016/04/Enable-Hyper-V-in-Windows.png" alt="Enable Hyper V in Windows" width="554" height="491" class="size-full wp-image-11539" srcset="/wp-content/uploads/2016/04/Enable-Hyper-V-in-Windows.png 554w, /wp-content/uploads/2016/04/Enable-Hyper-V-in-Windows-300x266.png 300w, /wp-content/uploads/2016/04/Enable-Hyper-V-in-Windows-400x355.png 400w" sizes="(max-width: 554px) 100vw, 554px" /></a><p id="caption-attachment-11539" class="wp-caption-text">Enable Hyper V in Windows</p></div>
<p>You may need to restart your system once. There are some additional requirements too.</p>
<h3>System Requirements</h3>
<p>We must enable the following configurations in BIOS.</p>
<li>Hardware-assisted virtualization</li>
<li>Second Level Address Translation (SLAT)</li>
<li>Hardware-based Data Execution Prevention (DEP)</li>
<p>And we need,</p>
<li>4GB or more RAM</li>
<li>OS Windows 8 or higher(Pro edition or higher)</li>
<p>To go to BIOS settings in Windows 10, Just type &#8216;change advanced startup options&#8217; in the start search box. And then click on the Restart under advanced settings. There you will see the BIOS options. Once you are done these procedures, you can go ahead and install Windows Emulator. After you install the emulator you can see an option to run the app in emulator in Visual Studio. </p>
<h3>Run app in Windows emulator</h3>
<p>Please see the option as follows in visual studio. </p>
<div id="attachment_11540" style="width: 660px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2016/04/Emulator-option-in-Visual-studio-e1461419933506.png"><img decoding="async" aria-describedby="caption-attachment-11540" src="http://sibeeshpassion.com/wp-content/uploads/2016/04/Emulator-option-in-Visual-studio-e1461419933506.png" alt="Emulator option in Visual studio" width="650" height="82" class="size-full wp-image-11540" srcset="/wp-content/uploads/2016/04/Emulator-option-in-Visual-studio-e1461419933506.png 650w, /wp-content/uploads/2016/04/Emulator-option-in-Visual-studio-e1461419933506-300x38.png 300w, /wp-content/uploads/2016/04/Emulator-option-in-Visual-studio-e1461419933506-400x50.png 400w" sizes="(max-width: 650px) 100vw, 650px" /></a><p id="caption-attachment-11540" class="wp-caption-text">Emulator option in Visual studio</p></div>
<p>Now you can run your application in emulator if everything works fine. </p>
<div id="attachment_11541" style="width: 443px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2016/04/Windows-emulator-output.png"><img decoding="async" aria-describedby="caption-attachment-11541" src="http://sibeeshpassion.com/wp-content/uploads/2016/04/Windows-emulator-output.png" alt="Windows emulator output" width="433" height="839" class="size-full wp-image-11541" srcset="/wp-content/uploads/2016/04/Windows-emulator-output.png 184w, /wp-content/uploads/2016/04/Windows-emulator-output-155x300.png 155w, /wp-content/uploads/2016/04/Windows-emulator-output-400x775.png 400w, /wp-content/uploads/2016/04/Windows-emulator-output-310x600.png 310w" sizes="(max-width: 433px) 100vw, 433px" /></a><p id="caption-attachment-11541" class="wp-caption-text">Windows emulator output</p></div>
<p>I guess we are done. Hope you enjoyed reading. I will see you soon with another article. </p>
<h3>Conclusion</h3>
<p>Did I miss anything that you may think which is needed? Did you try Azure yet? Have you ever created any mobile apps? Could you find this post as useful? I hope you liked this article. Please share me your valuable suggestions and feedback.</p>
<h3>Your turn. What do you think?</h3>
<p>A blog isn&#8217;t a blog without comments, but do try to stay on topic. If you have a question unrelated to this post, you’re better off posting it on C# Corner, Code Project, Stack Overflow, Asp.Net Forum instead of commenting here. Tweet or email me a link to your question there and I’ll definitely try to help if I can.</p>
<p>Kindest Regards<br />
Sibeesh Venu</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.sibeeshpassion.com/creating-azure-mobile-app-with-visual-studio/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Bing To Google In Windows 10</title>
		<link>https://www.sibeeshpassion.com/bing-to-google-in-windows-10/</link>
					<comments>https://www.sibeeshpassion.com/bing-to-google-in-windows-10/#disqus_thread</comments>
		
		<dc:creator><![CDATA[SibeeshVenu]]></dc:creator>
		<pubDate>Fri, 25 Dec 2015 14:55:35 +0000</pubDate>
				<category><![CDATA[Windows 10]]></category>
		<category><![CDATA[Bing To Google]]></category>
		<category><![CDATA[Edge]]></category>
		<guid isPermaLink="false">http://sibeecst_passion.com/?p=10979</guid>

					<description><![CDATA[In this post we will see how we can change our default search engine from Bing to Google in windows 10. We all know windows 10 have come up with a brand new web browser Edge with lots of cool features, this edge browser has Bing as the default search engine. Some users might not like Bing as much as Google. I am such one, I always use Google as my search engine. And it always gives accurate results too. So I thought of changing the search engine from Bing to Google in Windows 10. Here I will show you [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>In this post we will see how we can change our default search engine from Bing to Google in <a href="http://sibeeshpassion.com/category/windows-10/" target="_blank">windows 10</a>. We all know windows 10 have come up with a brand new web browser Edge with lots of cool features, this edge browser has Bing as the default search engine. Some users might not like Bing as much as Google. I am such one, I always use Google as my search engine. And it always gives accurate results too. So I thought of changing the search engine from Bing to Google in Windows 10. Here I will show you how. I hope you will like this article.</p>
<p><strong>Steps to change default search engine in Windows 10</strong></p>
<p>Open Edge browser in your Windows 10 computer. And go to settings as shown in the preceding image.</p>
<div id="attachment_11056" style="width: 644px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2015/12/Open-Edge-Browser-in-Windows-10.png"><img decoding="async" aria-describedby="caption-attachment-11056" src="http://sibeeshpassion.com/wp-content/uploads/2015/12/Open-Edge-Browser-in-Windows-10-1024x576.png" alt="Open Edge Browser in Windows 10" width="634" height="357" class="size-large wp-image-11056" srcset="/wp-content/uploads/2015/12/Open-Edge-Browser-in-Windows-10-1024x576.png 1024w, /wp-content/uploads/2015/12/Open-Edge-Browser-in-Windows-10-300x169.png 300w, /wp-content/uploads/2015/12/Open-Edge-Browser-in-Windows-10-768x432.png 768w, /wp-content/uploads/2015/12/Open-Edge-Browser-in-Windows-10-400x225.png 400w, /wp-content/uploads/2015/12/Open-Edge-Browser-in-Windows-10-1067x600.png 1067w, /wp-content/uploads/2015/12/Open-Edge-Browser-in-Windows-10.png 1920w" sizes="(max-width: 634px) 100vw, 634px" /></a><p id="caption-attachment-11056" class="wp-caption-text">Open Edge Browser in Windows 10</p></div>
<p>Now please go to advanced settings.</p>
<div id="attachment_11057" style="width: 644px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2015/12/View-Advanced-Options-In-Edge-Browser-e1451053568677.png"><img decoding="async" aria-describedby="caption-attachment-11057" src="http://sibeeshpassion.com/wp-content/uploads/2015/12/View-Advanced-Options-In-Edge-Browser-1024x576.png" alt="View Advanced Options In Edge Browser" width="634" height="357" class="size-large wp-image-11057" /></a><p id="caption-attachment-11057" class="wp-caption-text">View Advanced Options In Edge Browser</p></div>
<p>Now you can see Bing Option in &#8220;Search in the address bar with&#8221; column.</p>
<div id="attachment_11058" style="width: 644px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2015/12/Search-in-the-address-bar-with-option-in-Edge-e1451053870913.png"><img decoding="async" aria-describedby="caption-attachment-11058" src="http://sibeeshpassion.com/wp-content/uploads/2015/12/Search-in-the-address-bar-with-option-in-Edge-1024x576.png" alt="Search in the address bar with option in Edge" width="634" height="357" class="size-large wp-image-11058" /></a><p id="caption-attachment-11058" class="wp-caption-text">Search in the address bar with option in Edge</p></div>
<p>Click add new from the list.</p>
<div id="attachment_11059" style="width: 644px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2015/12/Add-New-Search-Provider-In-Edge-e1451054100334.png"><img decoding="async" aria-describedby="caption-attachment-11059" src="http://sibeeshpassion.com/wp-content/uploads/2015/12/Add-New-Search-Provider-In-Edge-1024x576.png" alt="Add New Search Provider In Edge" width="634" height="357" class="size-large wp-image-11059" /></a><p id="caption-attachment-11059" class="wp-caption-text">Add New Search Provider In Edge</p></div>
<p>Type www.Google.co.in in the search bar area and choose it. And click &#8220;Add as default&#8221;.</p>
<div id="attachment_11060" style="width: 644px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2015/12/Add-a-search-browser-as-default-in-Edge-e1451054290645.png"><img decoding="async" aria-describedby="caption-attachment-11060" src="http://sibeeshpassion.com/wp-content/uploads/2015/12/Add-a-search-browser-as-default-in-Edge-1024x576.png" alt="Add a search browser as default in Edge" width="634" height="357" class="size-large wp-image-11060" /></a><p id="caption-attachment-11060" class="wp-caption-text">Add a search browser as default in Edge</p></div>
<p>Now you can see www.Google.co.in in the search browser list.</p>
<div id="attachment_11061" style="width: 644px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2015/12/Google-As-Search-Provider-In-Edge-e1451054502314.png"><img decoding="async" aria-describedby="caption-attachment-11061" src="http://sibeeshpassion.com/wp-content/uploads/2015/12/Google-As-Search-Provider-In-Edge-1024x576.png" alt="Google As Search Provider In Edge" width="634" height="357" class="size-large wp-image-11061" /></a><p id="caption-attachment-11061" class="wp-caption-text">Google As Search Provider In Edge</p></div>
<p>It is time to test what we have done. Try searching for anything in Edge browser and see the result.</p>
<div id="attachment_11062" style="width: 644px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2015/12/Test-browser-search-result-in-Windows-10-Edge-e1451054758364.png"><img decoding="async" aria-describedby="caption-attachment-11062" src="http://sibeeshpassion.com/wp-content/uploads/2015/12/Test-browser-search-result-in-Windows-10-Edge-1024x576.png" alt="Test browser search result in Windows 10 Edge" width="634" height="357" class="size-large wp-image-11062" /></a><p id="caption-attachment-11062" class="wp-caption-text">Test browser search result in Windows 10 Edge</p></div>
<div id="attachment_11063" style="width: 644px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2015/12/Browser-search-result-in-Windows-10-Edge-e1451054824779.png"><img decoding="async" aria-describedby="caption-attachment-11063" src="http://sibeeshpassion.com/wp-content/uploads/2015/12/Browser-search-result-in-Windows-10-Edge-1024x576.png" alt="Browser search result in Windows 10 Edge" width="634" height="357" class="size-large wp-image-11063" /></a><p id="caption-attachment-11063" class="wp-caption-text">Browser search result in Windows 10 Edge</p></div>
<p>That&#8217;s all thanks for reading.</p>
<p><strong>Conclusion</strong></p>
<p>Did I miss anything that you may think which is needed? Have you upgraded your operating system to window 10? Have you ever tried the new windows 10 app? Could you find this post as useful? I hope you liked this article. Please share me your valuable suggestions and feedback.</p>
<p><strong>Your turn. What do you think?</strong></p>
<p>A blog isn’t a blog without comments, but do try to stay on topic. If you have a question unrelated to this post, you’re better off posting it on C# Corner, Code Project, Stack Overflow, Asp.Net Forum instead of commenting here. Tweet or email me a link to your question there and I’ll definitely try to help if I am able to.</p>
<p>Kindest Regards<br />
Sibeesh Venu</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.sibeeshpassion.com/bing-to-google-in-windows-10/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Cannot connect to My Kaspersky portal In Windows 10</title>
		<link>https://www.sibeeshpassion.com/cannot-connect-to-my-kaspersky-portal-in-windows-10/</link>
					<comments>https://www.sibeeshpassion.com/cannot-connect-to-my-kaspersky-portal-in-windows-10/#disqus_thread</comments>
		
		<dc:creator><![CDATA[SibeeshVenu]]></dc:creator>
		<pubDate>Sat, 10 Oct 2015 14:39:49 +0000</pubDate>
				<category><![CDATA[Windows 10]]></category>
		<category><![CDATA[Anti Visuses]]></category>
		<category><![CDATA[Cannot connect to My Kaspersky portal]]></category>
		<category><![CDATA[Kaspersky]]></category>
		<category><![CDATA[Windows]]></category>
		<guid isPermaLink="false">http://sibeecst_passion.com/?p=10784</guid>

					<description><![CDATA[In this post we will see the fix you need to give when you get a warning as &#8220;Cannot connect to My Kaspersky portal&#8221;. Recently I upgraded my system to Windows 10. And I installed Kaspersky anti virus since I have an original version of it. But After a day I received a warning Cannot connect to My Kaspersky portal when I logged in to my system. I could fix this issue by do some settings in windows firewall. Here in this post I am sharing that information with you. I hope you will like this. Steps to do when [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>In this post we will see the fix you need to give when you get a warning as &#8220;Cannot connect to My Kaspersky portal&#8221;. Recently I upgraded my system to Windows 10. And I installed Kaspersky anti virus since I have an original version of it. But After a day I received a warning Cannot connect to My Kaspersky portal when I logged in to my system. I could fix this issue by do some settings in windows firewall. Here in this post I am sharing that information with you. I hope you will like this.</p>
<p><strong>Steps to do when you get <em>Cannot connect to My Kaspersky portal</em> warning </strong></p>
<p>Just search for Windows Firewall in search area in windows.</p>
<div id="attachment_10785" style="width: 644px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2015/10/Cannot-connect-to-My-Kaspersky-portal.png"><img decoding="async" aria-describedby="caption-attachment-10785" src="http://sibeeshpassion.com/wp-content/uploads/2015/10/Cannot-connect-to-My-Kaspersky-portal-1024x576.png" alt="Cannot connect to My Kaspersky portal " width="634" height="357" class="size-large wp-image-10785" srcset="/wp-content/uploads/2015/10/Cannot-connect-to-My-Kaspersky-portal-1024x576.png 1024w, /wp-content/uploads/2015/10/Cannot-connect-to-My-Kaspersky-portal-300x169.png 300w, /wp-content/uploads/2015/10/Cannot-connect-to-My-Kaspersky-portal-768x432.png 768w, /wp-content/uploads/2015/10/Cannot-connect-to-My-Kaspersky-portal-400x225.png 400w, /wp-content/uploads/2015/10/Cannot-connect-to-My-Kaspersky-portal-1067x600.png 1067w, /wp-content/uploads/2015/10/Cannot-connect-to-My-Kaspersky-portal.png 634w" sizes="(max-width: 634px) 100vw, 634px" /></a><p id="caption-attachment-10785" class="wp-caption-text">Cannot connect to My Kaspersky portal</p></div>
<p>You can see a pop us follows, please click on the advanced settings.</p>
<div id="attachment_10786" style="width: 644px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2015/10/Cannot-connect-to-My-Kaspersky-portal-1.png"><img decoding="async" aria-describedby="caption-attachment-10786" src="http://sibeeshpassion.com/wp-content/uploads/2015/10/Cannot-connect-to-My-Kaspersky-portal-1-1024x385.png" alt="Cannot connect to My Kaspersky portal " width="634" height="238" class="size-large wp-image-10786" srcset="/wp-content/uploads/2015/10/Cannot-connect-to-My-Kaspersky-portal-1-1024x385.png 1024w, /wp-content/uploads/2015/10/Cannot-connect-to-My-Kaspersky-portal-1-300x113.png 300w, /wp-content/uploads/2015/10/Cannot-connect-to-My-Kaspersky-portal-1-768x289.png 768w, /wp-content/uploads/2015/10/Cannot-connect-to-My-Kaspersky-portal-1-400x150.png 400w, /wp-content/uploads/2015/10/Cannot-connect-to-My-Kaspersky-portal-1.png 1236w" sizes="(max-width: 634px) 100vw, 634px" /></a><p id="caption-attachment-10786" class="wp-caption-text">Cannot connect to My Kaspersky portal</p></div>
<p>You can see the firewall settings now. In that please click on Outbound rules.</p>
<div id="attachment_10787" style="width: 644px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2015/10/Cannot-connect-to-My-Kaspersky-portal-2.png"><img decoding="async" aria-describedby="caption-attachment-10787" src="http://sibeeshpassion.com/wp-content/uploads/2015/10/Cannot-connect-to-My-Kaspersky-portal-2-1024x544.png" alt="Cannot connect to My Kaspersky portal " width="634" height="337" class="size-large wp-image-10787" srcset="/wp-content/uploads/2015/10/Cannot-connect-to-My-Kaspersky-portal-2-1024x544.png 1024w, /wp-content/uploads/2015/10/Cannot-connect-to-My-Kaspersky-portal-2-300x159.png 300w, /wp-content/uploads/2015/10/Cannot-connect-to-My-Kaspersky-portal-2-768x408.png 768w, /wp-content/uploads/2015/10/Cannot-connect-to-My-Kaspersky-portal-2-400x212.png 400w, /wp-content/uploads/2015/10/Cannot-connect-to-My-Kaspersky-portal-2-1130x600.png 1130w, /wp-content/uploads/2015/10/Cannot-connect-to-My-Kaspersky-portal-2.png 1309w" sizes="(max-width: 634px) 100vw, 634px" /></a><p id="caption-attachment-10787" class="wp-caption-text">Cannot connect to My Kaspersky portal</p></div>
<p>Now you can see so many rules listed, in that please find BranchCache Hosted Cache.</p>
<div id="attachment_10788" style="width: 644px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2015/10/Cannot-connect-to-My-Kaspersky-portal-3.png"><img decoding="async" aria-describedby="caption-attachment-10788" src="http://sibeeshpassion.com/wp-content/uploads/2015/10/Cannot-connect-to-My-Kaspersky-portal-3-1024x527.png" alt="Cannot connect to My Kaspersky portal " width="634" height="326" class="size-large wp-image-10788" srcset="/wp-content/uploads/2015/10/Cannot-connect-to-My-Kaspersky-portal-3-1024x527.png 1024w, /wp-content/uploads/2015/10/Cannot-connect-to-My-Kaspersky-portal-3-300x154.png 300w, /wp-content/uploads/2015/10/Cannot-connect-to-My-Kaspersky-portal-3-768x395.png 768w, /wp-content/uploads/2015/10/Cannot-connect-to-My-Kaspersky-portal-3-400x206.png 400w, /wp-content/uploads/2015/10/Cannot-connect-to-My-Kaspersky-portal-3-1166x600.png 1166w, /wp-content/uploads/2015/10/Cannot-connect-to-My-Kaspersky-portal-3.png 1306w" sizes="(max-width: 634px) 100vw, 634px" /></a><p id="caption-attachment-10788" class="wp-caption-text">Cannot connect to My Kaspersky portal</p></div>
<p>Now You can either double click or right click to enable this rule.</p>
<div id="attachment_10789" style="width: 644px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2015/10/Cannot-connect-to-My-Kaspersky-portal-4.png"><img decoding="async" aria-describedby="caption-attachment-10789" src="http://sibeeshpassion.com/wp-content/uploads/2015/10/Cannot-connect-to-My-Kaspersky-portal-4-1024x576.png" alt="Cannot connect to My Kaspersky portal " width="634" height="357" class="size-large wp-image-10789" srcset="/wp-content/uploads/2015/10/Cannot-connect-to-My-Kaspersky-portal-4-1024x576.png 1024w, /wp-content/uploads/2015/10/Cannot-connect-to-My-Kaspersky-portal-4-300x169.png 300w, /wp-content/uploads/2015/10/Cannot-connect-to-My-Kaspersky-portal-4-768x432.png 768w, /wp-content/uploads/2015/10/Cannot-connect-to-My-Kaspersky-portal-4-400x225.png 400w, /wp-content/uploads/2015/10/Cannot-connect-to-My-Kaspersky-portal-4-1067x600.png 1067w, /wp-content/uploads/2015/10/Cannot-connect-to-My-Kaspersky-portal-4.png 634w" sizes="(max-width: 634px) 100vw, 634px" /></a><p id="caption-attachment-10789" class="wp-caption-text">Cannot connect to My Kaspersky portal</p></div>
<p>Now set the <em>enabled </em>property and <em>allow connection </em> to true.</p>
<div id="attachment_10790" style="width: 644px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2015/10/Cannot-connect-to-My-Kaspersky-portal-5.png"><img decoding="async" aria-describedby="caption-attachment-10790" src="http://sibeeshpassion.com/wp-content/uploads/2015/10/Cannot-connect-to-My-Kaspersky-portal-5-1024x747.png" alt="Cannot connect to My Kaspersky portal " width="634" height="462" class="size-large wp-image-10790" srcset="/wp-content/uploads/2015/10/Cannot-connect-to-My-Kaspersky-portal-5-1024x747.png 1024w, /wp-content/uploads/2015/10/Cannot-connect-to-My-Kaspersky-portal-5-300x219.png 300w, /wp-content/uploads/2015/10/Cannot-connect-to-My-Kaspersky-portal-5-768x561.png 768w, /wp-content/uploads/2015/10/Cannot-connect-to-My-Kaspersky-portal-5-400x292.png 400w, /wp-content/uploads/2015/10/Cannot-connect-to-My-Kaspersky-portal-5-822x600.png 822w, /wp-content/uploads/2015/10/Cannot-connect-to-My-Kaspersky-portal-5.png 489w" sizes="(max-width: 634px) 100vw, 634px" /></a><p id="caption-attachment-10790" class="wp-caption-text">Cannot connect to My Kaspersky portal</p></div>
<p>That is all, once you are done. You will never get the warning Cannot connect to My Kaspersky portal again. </p>
<p><strong>Conclusion</strong></p>
<p>Did I miss anything that you may think which is needed? Have you upgraded your operating system to window 10? Did you install Kaspersky in your system? Could you find this post as useful? I hope you liked this article. Please share me your valuable suggestions and feedback.</p>
<p><strong>Your turn. What do you think?</strong></p>
<p>A blog isn’t a blog without comments, but do try to stay on topic. If you have a question unrelated to this post, you’re better off posting it on C# Corner, Code Project, Stack Overflow, Asp.Net Forum instead of commenting here. Tweet or email me a link to your question there and I’ll definitely try to help if I am able to.</p>
<p>Kindest Regards<br />
Sibeesh Venu</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.sibeeshpassion.com/cannot-connect-to-my-kaspersky-portal-in-windows-10/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>Change Mail Signature In Windows 10 Mail App</title>
		<link>https://www.sibeeshpassion.com/change-mail-signature-in-windows-10-mail-app/</link>
					<comments>https://www.sibeeshpassion.com/change-mail-signature-in-windows-10-mail-app/#disqus_thread</comments>
		
		<dc:creator><![CDATA[SibeeshVenu]]></dc:creator>
		<pubDate>Thu, 08 Oct 2015 16:31:32 +0000</pubDate>
				<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[Windows 10]]></category>
		<category><![CDATA[Change Mail Signature In Windows 10 Mail App]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 10 Mail App]]></category>
		<guid isPermaLink="false">http://sibeecst_passion.com/?p=10772</guid>

					<description><![CDATA[In this post we will see how we can change the default mail signature in windows 10 mail application. As usual we can see this option in the settings like in every other application. But if you are new to windows 10, you may be facing some issues how to find it out. Here by I am explain the steps to edit the windows 10 mail application signature. Please be noted that this post is for the one who is absolutely new to windows 10. Please do not mind, if you know this already. I hope you will like this [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>In this post we will see how we can change the default mail signature in windows 10 mail application. As usual we can see this option in the settings like in every other application. But if you are new to windows 10, you may be facing some issues how to find it out. Here by I am explain the steps to edit the windows 10 mail application signature. Please be noted that this post is for the one who is absolutely new to windows 10. Please do not mind, if you know this already. I hope you will like this article.</p>
<p><strong>Steps to configure or change windows 10 mail app signature</strong></p>
<p>Please go to start menu, you can see the menu as we have in windows 7. </p>
<div id="attachment_10774" style="width: 644px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2015/10/Change-Mail-Signature-In-Windows-10-Mail-App-1.png"><img decoding="async" aria-describedby="caption-attachment-10774" src="http://sibeeshpassion.com/wp-content/uploads/2015/10/Change-Mail-Signature-In-Windows-10-Mail-App-1-1024x576.png" alt="Change Mail Signature In Windows 10 Mail App" width="634" height="357" class="size-large wp-image-10774" srcset="/wp-content/uploads/2015/10/Change-Mail-Signature-In-Windows-10-Mail-App-1-1024x576.png 1024w, /wp-content/uploads/2015/10/Change-Mail-Signature-In-Windows-10-Mail-App-1-300x169.png 300w, /wp-content/uploads/2015/10/Change-Mail-Signature-In-Windows-10-Mail-App-1-768x432.png 768w, /wp-content/uploads/2015/10/Change-Mail-Signature-In-Windows-10-Mail-App-1-400x225.png 400w, /wp-content/uploads/2015/10/Change-Mail-Signature-In-Windows-10-Mail-App-1-1067x600.png 1067w, /wp-content/uploads/2015/10/Change-Mail-Signature-In-Windows-10-Mail-App-1.png 634w" sizes="(max-width: 634px) 100vw, 634px" /></a><p id="caption-attachment-10774" class="wp-caption-text">Change Mail Signature In Windows 10 Mail App</p></div>
<p>Now please go to all program and find out the mail app.</p>
<div id="attachment_10773" style="width: 644px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2015/10/Change-Mail-Signature-In-Windows-10-Mail-App.png"><img decoding="async" aria-describedby="caption-attachment-10773" src="http://sibeeshpassion.com/wp-content/uploads/2015/10/Change-Mail-Signature-In-Windows-10-Mail-App-1024x576.png" alt="Change Mail Signature In Windows 10 Mail App" width="634" height="357" class="size-large wp-image-10773" srcset="/wp-content/uploads/2015/10/Change-Mail-Signature-In-Windows-10-Mail-App-1024x576.png 1024w, /wp-content/uploads/2015/10/Change-Mail-Signature-In-Windows-10-Mail-App-300x169.png 300w, /wp-content/uploads/2015/10/Change-Mail-Signature-In-Windows-10-Mail-App-768x432.png 768w, /wp-content/uploads/2015/10/Change-Mail-Signature-In-Windows-10-Mail-App-400x225.png 400w, /wp-content/uploads/2015/10/Change-Mail-Signature-In-Windows-10-Mail-App-1067x600.png 1067w, /wp-content/uploads/2015/10/Change-Mail-Signature-In-Windows-10-Mail-App.png 634w" sizes="(max-width: 634px) 100vw, 634px" /></a><p id="caption-attachment-10773" class="wp-caption-text">Change Mail Signature In Windows 10 Mail App</p></div>
<p>Now the mail app will be getting opened, and you ca find the setting symbol in the footer area as shown in the below image. Please click on that.</p>
<div id="attachment_10775" style="width: 333px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2015/10/Change-Mail-Signature-In-Windows-10-Mail-App-2.png"><img decoding="async" aria-describedby="caption-attachment-10775" src="http://sibeeshpassion.com/wp-content/uploads/2015/10/Change-Mail-Signature-In-Windows-10-Mail-App-2.png" alt="Change Mail Signature In Windows 10 Mail App" width="323" height="394" class="size-full wp-image-10775" srcset="/wp-content/uploads/2015/10/Change-Mail-Signature-In-Windows-10-Mail-App-2.png 323w, /wp-content/uploads/2015/10/Change-Mail-Signature-In-Windows-10-Mail-App-2-246x300.png 246w" sizes="(max-width: 323px) 100vw, 323px" /></a><p id="caption-attachment-10775" class="wp-caption-text">Change Mail Signature In Windows 10 Mail App</p></div>
<p>In the settings part, please click on the options.</p>
<div id="attachment_10777" style="width: 413px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2015/10/Change-Mail-Signature-In-Windows-10-Mail-App-3.png"><img decoding="async" aria-describedby="caption-attachment-10777" src="http://sibeeshpassion.com/wp-content/uploads/2015/10/Change-Mail-Signature-In-Windows-10-Mail-App-3.png" alt="Change Mail Signature In Windows 10 Mail App" width="403" height="650" class="size-full wp-image-10777" srcset="/wp-content/uploads/2015/10/Change-Mail-Signature-In-Windows-10-Mail-App-3.png 403w, /wp-content/uploads/2015/10/Change-Mail-Signature-In-Windows-10-Mail-App-3-186x300.png 186w, /wp-content/uploads/2015/10/Change-Mail-Signature-In-Windows-10-Mail-App-3-400x645.png 400w, /wp-content/uploads/2015/10/Change-Mail-Signature-In-Windows-10-Mail-App-3-372x600.png 372w" sizes="(max-width: 403px) 100vw, 403px" /></a><p id="caption-attachment-10777" class="wp-caption-text">Change Mail Signature In Windows 10 Mail App</p></div>
<p>You will be given so many options to configure, please click on the signature and make sure that you have turned on this feature.</p>
<div id="attachment_10778" style="width: 437px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2015/10/Change-Mail-Signature-In-Windows-10-Mail-App-4.png"><img decoding="async" aria-describedby="caption-attachment-10778" src="http://sibeeshpassion.com/wp-content/uploads/2015/10/Change-Mail-Signature-In-Windows-10-Mail-App-4.png" alt="Change Mail Signature In Windows 10 Mail App" width="427" height="985" class="size-full wp-image-10778" srcset="/wp-content/uploads/2015/10/Change-Mail-Signature-In-Windows-10-Mail-App-4.png 427w, /wp-content/uploads/2015/10/Change-Mail-Signature-In-Windows-10-Mail-App-4-130x300.png 130w, /wp-content/uploads/2015/10/Change-Mail-Signature-In-Windows-10-Mail-App-4-400x923.png 400w, /wp-content/uploads/2015/10/Change-Mail-Signature-In-Windows-10-Mail-App-4-260x600.png 260w" sizes="(max-width: 427px) 100vw, 427px" /></a><p id="caption-attachment-10778" class="wp-caption-text">Change Mail Signature In Windows 10 Mail App</p></div>
<p>Now in the given text are you can edit your signature.</p>
<div id="attachment_10779" style="width: 413px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2015/10/Change-Mail-Signature-In-Windows-10-Mail-App-5.png"><img decoding="async" aria-describedby="caption-attachment-10779" src="http://sibeeshpassion.com/wp-content/uploads/2015/10/Change-Mail-Signature-In-Windows-10-Mail-App-5.png" alt="Change Mail Signature In Windows 10 Mail App" width="403" height="964" class="size-full wp-image-10779" srcset="/wp-content/uploads/2015/10/Change-Mail-Signature-In-Windows-10-Mail-App-5.png 149w, /wp-content/uploads/2015/10/Change-Mail-Signature-In-Windows-10-Mail-App-5-125x300.png 125w, /wp-content/uploads/2015/10/Change-Mail-Signature-In-Windows-10-Mail-App-5-400x957.png 400w, /wp-content/uploads/2015/10/Change-Mail-Signature-In-Windows-10-Mail-App-5-251x600.png 251w" sizes="(max-width: 403px) 100vw, 403px" /></a><p id="caption-attachment-10779" class="wp-caption-text">Change Mail Signature In Windows 10 Mail App</p></div>
<p>Once you are done, please press enter so that the changes will get affected. And hereafter whenever you try to send a new mail or reply for any new mail, you will get this signature instead the default one. </p>
<div id="attachment_10780" style="width: 644px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2015/10/Change-Mail-Signature-In-Windows-10-Mail-App-6.png"><img decoding="async" aria-describedby="caption-attachment-10780" src="http://sibeeshpassion.com/wp-content/uploads/2015/10/Change-Mail-Signature-In-Windows-10-Mail-App-6-1024x460.png" alt="Change Mail Signature In Windows 10 Mail App" width="634" height="285" class="size-large wp-image-10780" srcset="/wp-content/uploads/2015/10/Change-Mail-Signature-In-Windows-10-Mail-App-6-1024x460.png 1024w, /wp-content/uploads/2015/10/Change-Mail-Signature-In-Windows-10-Mail-App-6-300x135.png 300w, /wp-content/uploads/2015/10/Change-Mail-Signature-In-Windows-10-Mail-App-6-768x345.png 768w, /wp-content/uploads/2015/10/Change-Mail-Signature-In-Windows-10-Mail-App-6-400x180.png 400w, /wp-content/uploads/2015/10/Change-Mail-Signature-In-Windows-10-Mail-App-6.png 1076w" sizes="(max-width: 634px) 100vw, 634px" /></a><p id="caption-attachment-10780" class="wp-caption-text">Change Mail Signature In Windows 10 Mail App</p></div>
<p>That&#8217;s all thanks for reading.</p>
<p><strong>Conclusion</strong></p>
<p>Did I miss anything that you may think which is needed? Have you upgraded your operating system to window 10? Have you ever tried the new windows 10 app? Could you find this post as useful? I hope you liked this article. Please share me your valuable suggestions and feedback.</p>
<p><strong>Your turn. What do you think?</strong></p>
<p>A blog isn’t a blog without comments, but do try to stay on topic. If you have a question unrelated to this post, you’re better off posting it on C# Corner, Code Project, Stack Overflow, Asp.Net Forum instead of commenting here. Tweet or email me a link to your question there and I’ll definitely try to help if I am able to.</p>
<p>Kindest Regards<br />
Sibeesh Venu</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.sibeeshpassion.com/change-mail-signature-in-windows-10-mail-app/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Why Windows 10 is not available for Windows enterprise version?</title>
		<link>https://www.sibeeshpassion.com/why-windows-10-is-not-available-for-windows-enterprise-version/</link>
					<comments>https://www.sibeeshpassion.com/why-windows-10-is-not-available-for-windows-enterprise-version/#disqus_thread</comments>
		
		<dc:creator><![CDATA[SibeeshVenu]]></dc:creator>
		<pubDate>Sat, 20 Jun 2015 13:30:32 +0000</pubDate>
				<category><![CDATA[Q&A]]></category>
		<category><![CDATA[W10]]></category>
		<category><![CDATA[Windows 10]]></category>
		<category><![CDATA[Windows 10 not for Windows 8.1]]></category>
		<category><![CDATA[Windows 10 Preview]]></category>
		<category><![CDATA[Windows 8.1 and Windows 10]]></category>
		<category><![CDATA[Windows Enterprise]]></category>
		<category><![CDATA[Windows Enterprise 8.1]]></category>
		<guid isPermaLink="false">http://sibeecst_passion.com/?p=5281</guid>

					<description><![CDATA[Hi All, I hope you are fine. I have one doubt. Currently I am using Windows 8.1 Enterprise version. Microsoft has said Windows 10 is not available for the enterprise version? Anyone know the reason behind this? If yes, please comment here. And please advice me what should I do to get Windows 10? Should I remove my current OS and install new Windows 8.1 ? Waiting for your reply. Trillion thanks in advance. Kindest Regards Sibeesh Venu]]></description>
										<content:encoded><![CDATA[<p>Hi All, </p>
<p>I hope you are fine. I have one doubt. Currently I am using Windows 8.1 Enterprise version. </p>
<p><img decoding="async" src="http://res2.windows.microsoft.com/resbox/en/windows/main/e631eaeb-66d5-46bd-9888-77b8e98e847a_15.png" alt="" /></p>
<p>Microsoft has said <a href="https://www.microsoft.com/en-us/windows/windows-10-faq" target="_blank">Windows 10 is not available for the enterprise version</a>? Anyone know the reason behind this? If yes, please comment here. And please advice me what should I do to get Windows 10? Should I remove my current OS and install new Windows 8.1 ? Waiting for your reply. Trillion thanks in advance.</p>
<p>Kindest Regards<br />
Sibeesh Venu </p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.sibeeshpassion.com/why-windows-10-is-not-available-for-windows-enterprise-version/feed/</wfw:commentRss>
			<slash:comments>24</slash:comments>
		
		
			</item>
	</channel>
</rss>
