Showing posts with label Windows. Show all posts

How to add non-Store/Sideload apps to Windows 8

0

Adding custom non-store apps to Windows 8 is something that does not get talked about a lot. Microsoft  will prefer that Windows 8 users  get their apps from the Windows Store integrated into the operating system and not through third party means. There are however a few scenarios where you may need to add apps directly to the start page without using the store to do so.

App developers for instance need to test their applications before they submit it to the store, which means that they need to have a way to to do on a live system. But that is not the only scenario where this may make sense. Depending on Microsoft’s store policies, certain kinds of apps may not be listed in the store.

Also,system administrators may want to block Windows Store access on the network but deploy specific apps on some or all of the devices of the network or you may just want to play with Windows 8 having full control over it.

How to sideload apps in Windows 8

Windows 8 needs to be prepared before you can sideload apps. The first thing you need to do is enable “Allow all trusted applications to install” in the Group Policy. Keep in mind that the Group Policy is only available in Windows 8 Pro and Enterprise, and not Windows 8 or Windows 8 RT. Users on those systems can change a Registry setting instead.
  • Tap on the Windows key, enter group policy, switch to Settings on the filter on the right, and load the Group Policy on the system
  • Navigate to Local Computer Policy > Computer Configuration > Administrative Templates > Windows Components > App Package Deployment
  • Double click Allow all trusted apps to install
  • Switch the setting to enabled and click ok.

This sets the value of the 

HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Appx\AllowAllTrustedApps Registry key to 1. If you do not have access to the Group Policy, change the value in the Registry directly for the same effect.



The two other requirements are that the app needs to be cryptographically signed, and that the computer the app needs to be installed on trusts the signing certificate.

If that is the case, apps can be installed with the following Windows PowerShell command

add-appxpackage C:\app1.appx –DependencyPath C:\winjs.appx

The file app1.appx is in this case the app that you want to install, and winjs.appx the dependency.

Additional information about the process are available on Technet.


Search Files and Folders Ultra FAST!!!

0

I am not an advocate of the indexed file searching capabilities that is built into windows(if you have lots of files then it actually can cause your PC to work slow).


The beauty of UltraSearch is that it does not rely on an index, instead it relies on locating files (and folders) by using the master file table (on NTFS partitions). As a result, the search results are ultra-fast.


Read more »


Turn Your PC in Virtual WiFi Router without any extra Hardware!!!

0

Wi-Fi lets us share the Internet and files among multiple computers. In your home or small office this is all made possible by your wireless router. However, you can also create a virtual wireless router on your computer, taking it anywhere you go, great for mobile or temporary uses.

Creating a virtual wireless router can extend the wireless Internet signal in your home or office to a computer that's just outside the coverage of your main wireless router. Another use is that you can purchase Internet access for one computer at a hotel or Wi-Fi hotspot and share it with other people or devices. Plus you have a mobile wireless router in case you want to share files with other people or devices, in the car, at a café, in a meeting, anywhere.

Now we'll look at a couple different ways you can create a virtual wireless router.

Read more »


Reasons why Windows 8 may be the best tablet operating system!!!

0

Reasons why it may be better than the iPad and Android tablets.

Quick information at a glance

Windows 8 draws its design inspiration from Windows Phone, and sports big "live" tiles that display constantly changing information. Social media updates, news, email, calendar events, and more are delivered straight to those tiles. At a glance, you see all of your important information, and get more details by tapping a tile. iOS and Android are app-centric rather than information-centric, and have nothing like this.

Read more »


How to prevent your pen drive from getting infected with Virus ?

0

Friends, many of your PC/laptop's normally gets virus because of Pen Drives or USB devices(Even PC's who are not connected to network ). Some Virus like Ravmon Virus , Heap41a worm which are not detected by anti virus normally spreads mostly by the Pen Drives . In such a case what can you do to prevent your PC from getting infected with Virus that spreads through USB devices or Pen Drives ?

Read more »



Post navigation