Showing posts with label How To. Show all posts
Showing posts with label How To. Show all posts

Saturday, September 10, 2016

How To Uninstall Windows 10 Pre-Installed Apps

10:39 PM Posted by Magneto Mohit , No comments


windows 10


Windows 10 includes a variety of universal apps, and there’s no easy way to hide them from the “All Apps” view in the new Start menu. You can uninstall them, but Microsoft doesn’t allow you to easily uninstall them in the usual way.

You probably don’t want to do this. These apps take up very little space on your device so it’s best to just ignore them if you don’t want to use them. But, if you really want to uninstall them, you can. If you’ve already uninstalled included apps, you can get them all back with a single command.


Uninstall the App Normally

Some apps allow you to uninstall them in the normal way. Just right-click an app in the All Apps list in the Start menu and select “Uninstall”. (On a touch screen, long-press the app instead of right-clicking.)

This trick appears to work for the included Get Office, Get Skype, Get Started, Microsoft Solitaire Collection, Money, News, Phone Companion, and Sports apps. You can also uninstall bloatware apps your PC manufacturer has installed using this trick. However, Microsoft’s other included Windows 10 apps can’t be removed in this way.



Use PowerShell to Uninstall Built-in Apps

You can uninstall most of the built-in apps — even ones that don’t normally offer an “Uninstall” option — with a PowerShell cmdlet. This trick won’t allow you to remove a few of the most important built-in apps, including Cortana and Microsoft Edge. If you try, you’ll see an error message saying they can’t be removed.

First, open PowerShell as administrator. Open the Start menu, search for “PowerShell,” right-click the PowerShell shortcut, and select “Run as administrator.” Agree to the UAC prompt.



Copy and paste one or more of the following commands into the PowerShell prompt, pressing Enter after each one to remove the apps you don’t want on your Windows 10 system:



Uninstall 3D Builder:

Get-AppxPackage *3dbuilder* | Remove-AppxPackage



Uninstall Alarms and Clock:

Get-AppxPackage *windowsalarms* | Remove-AppxPackage



Uninstall Calculator:

Get-AppxPackage *windowscalculator* | Remove-AppxPackage



Uninstall Calendar and Mail:

Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage



Uninstall Camera:

Get-AppxPackage *windowscamera* | Remove-AppxPackage



Uninstall Contact Support:

This app can’t be removed.



Uninstall Cortana:

This app can’t be removed.



Uninstall Get Office:

Get-AppxPackage *officehub* | Remove-AppxPackage



Uninstall Get Skype:

Get-AppxPackage *skypeapp* | Remove-AppxPackage



Uninstall Get Started:

Get-AppxPackage *getstarted* | Remove-AppxPackage



Uninstall Groove Music:

Get-AppxPackage *zunemusic* | Remove-AppxPackage



Uninstall Maps:

Get-AppxPackage *windowsmaps* | Remove-AppxPackage



Uninstall Microsoft Edge:

This app can’t be removed.



Uninstall Microsoft Solitaire Collection:

Get-AppxPackage *solitairecollection* | Remove-AppxPackage



Uninstall Money:

Get-AppxPackage *bingfinance* | Remove-AppxPackage



Uninstall Movies & TV:

Get-AppxPackage *zunevideo* | Remove-AppxPackage



Uninstall News:

Get-AppxPackage *bingnews* | Remove-AppxPackage



Uninstall OneNote:

Get-AppxPackage *onenote* | Remove-AppxPackage



Uninstall People:

Get-AppxPackage *people* | Remove-AppxPackage



Uninstall Phone Companion:

Get-AppxPackage *windowsphone* | Remove-AppxPackage



Uninstall Photos:

Get-AppxPackage *photos* | Remove-AppxPackage



Uninstall Store:

Get-AppxPackage *windowsstore* | Remove-AppxPackage



Uninstall Sports:

Get-AppxPackage *bingsports* | Remove-AppxPackage



Uninstall Voice Recorder:

Get-AppxPackage *soundrecorder* | Remove-AppxPackage



Uninstall Weather:

Get-AppxPackage *bingweather* | Remove-AppxPackage



Uninstall Windows Feedback:

This app can’t be removed.



Uninstall Xbox:

Get-AppxPackage *xboxapp* | Remove-AppxPackage




How to Reinstall All Built-in Apps

If you decide you want the preinstalled apps back, you can get them back with a single line of PowerShell code. Again, open a PowerShell window as Administrator. Copy and paste the following line into the PowerShell window and press Enter:


Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}






This tells Windows to install those default apps again. Give it some time and allow it to finish, even if nothing appears to happen at first. Even if you see an error message, restart and examine your Start menu — you may just have all those default apps back again, anyway.

How To Add Tabs To File Explorer In Windows

9:56 PM Posted by Magneto Mohit , No comments





clover pic






Now you can add tabs in file explorer in windows.

Adding tabs to File Explorer is one of the most-requested features for Windows 10. Despite users clamoring for it, Microsoft so far hasn’t delivered. But you don’t have to wait on Microsoft to get tabs in File Explorer. Heck, you don’t even have to be running Windows 10. If you’ve got Windows XP, 7, or 8 you can add tabs to Windows Explorer/File Explorer right now via the Clover 3 extension.

Even though it’s not officially supported, Clover 3 also works on Windows 10, and Vista users can probably give it a try too (but no promises since I haven’t tested it).

Why tabs?

Clover 3 appears to be based on Chromium, Google’s open source project that it uses to develop Chrome, which means you can use some of Chrome’s basic features with a Clover 3-powered File Explorer.

The best part of having tabs is that you no longer have to go through the annoyance of opening a second File Explorer window if you need one. Instead, you just click the new tab button or use the keyboard shortcut Ctrl + T. Then you can use the second tab just like a new window by dragging a file or folder from one tab to the other.

If you do want a second window, you can also tear one tab away and it automatically becomes its own window.

Clover 3 also has a bookmarks bar and if you drag a particular file or folder up to it, it’s only one click away. Keep in mind, however, that any files you put on the bookmarks bar will automatically open in their default program when you click on them, while folders open in Explorer.

The downsides

One last thing before we dive in is that, on Windows 10 at least, Clover 3 changes File Explorer’s menus. The Home and Share options are gone and the Computer menu option from Windows 8 gets added. One other notable change is that when you open File Explorer you will see a Clover icon in the taskbar instead of the usual File Explorer icon.

On a side note, Clover 3 automatically opens a new window by default showing the This PC view instead of Quick Access in Windows 10—don’t worry, though, Quick Access is still there.

Installing

It’s not perfect, but if you don’t mind those changes Clover 3’s pretty great to get tabs in File Explorer.

Here’s how to install it.


The extension comes as a ZIP folder; open that file and then install the EXE inside. Now, you just install Clover 3 as you would any other program. Once it’s done, click on File Explorer and you’ll see the tabs.


Click here to download:

How To Download Instagram Photos

9:45 PM Posted by Magneto Mohit , No comments











If you want to download all of your Instagram photos at once then you can do so by using this software.

4K Stogram is an Instagram Downloader for PC, Mac and Linux. The program allows you to download and backup Instagram photos and videos, even from private accounts. Just enter Instagram user name or photo link and press 'Follow user' button. Open up wide new vistas of imagery all from your desktop. Try it!

No toolbars, no adware, no malware. And best of all it's FREE Instagram Downloader. Enjoy your images anywhere, any time. And then you can use 4K Slideshow Maker to make a slideshow presentation!



Features


  • Grab photos of few account simultaneously and save it in JPEG on your desktop.
  • Follow your favourite photographers and get their latest photos automatically.
  • Login with your Instagram credentials and download photos of private friends accounts.
  • Access to your viewer directly from the application.
  • Download Instagram video in MP4 format.
  • Enjoy the minimalistic interface of application.
  • Use 4K Stogram on your PC, Mac or Ubuntu for free.


Download this software:

Sunday, August 28, 2016

How To Configure A Router

5:07 PM Posted by Magneto Mohit , No comments


The procedure for accessing to the control panel of a router and adjust all the settings you need to connect to the web is simple. Even if you’ve never handled one, you'll not find any difficulty in carrying it out. Let’s see together, step by step, all you need to do and how to do it!










The first things you need to do is to connect the router to a power outlet , the line and the computer using an ethernet cable. If your router has a power button, you press it to let the device in operation.


At this point, start your favorite web browser on your PC (example Firefox, Internet Explorer, etc.) and connect to the address 192.168.1.1 to access the router’s configuration panel. If you encounter any problems, try using the address 192.168.0.1.



To access the panel of the router, you will be prompted to enter a username and a password. Commonly, the key combination is admin/admin but in some cases you have to use other settings that can be found in the user manual of the router.





Once in the control panel of the router should start automatically, the initial setup of the device. Otherwise , find the button to start it (example Setup wizard ) and click on it.

How To Download Songs From Soundcloud

11:07 AM Posted by Magneto Mohit No comments



SoundCloud is an audio platform that lets you listen to what you love and share the sounds you create.
SoundCloud is a global online audio distribution platform that enables its users to upload, record, promote, and share their originally-created sounds.

Though it is possible to listen to any song on soundcloud but it is not possible to download every track unless uploader has given the permission for download. Only some tracks can be downloaded on soundcloud but what will happen to the rest? 

Don't just save those favorite tracks in your account now download them on your device and listen anywhere and anytime without internet.

Using Soundcloud Downloader Sites



9 Sound Cloud Downloader

Use this SoundCloud downloader to download SoundCloud high quality mp3 tracks in 128kbps & 320kbps speed. You can download any SoundCloud track using this SoundCloud downloader. To download any SoundCloud mp3 track just paste its url/link in text box and click on "Download" button.

Sc Downloader

SoundCloud Downloader is a simple online tool for downloading any music track from SoundCloud. It's free and very easy to use and you get high quality mp3 for any track. Just paste the track page link in URL field and hit the download button.


Using Browser Extension


Soundcloud Downloader Free

SoundCloud Downloader Free is an easy to use Chrome extension that simply adds a download button to all SoundCloud tracks, so you can download your favorite sounds quickly and easily.


If you find a sound you like - by your favorite artists and groups, in playlists or searches - simply click the added download button and the sound will be downloaded immediately - it is that easy!

Sound Grab

Sound grab is a plugin for Mozilla Firefox and adds download link/button to all SoundCloud tracks and sets. 



Here is another article on:-

How to download audio from youtube videos.

How To Repair Or Recover PDF File

10:45 AM Posted by Magneto Mohit No comments



Any file type can get corrupted. If you don’t back up your data, finding out something broke can be a nightmare. Here, we’re looking specifically at PDF recovery.

It may be possible to fully repair the entire PDF, restoring it to its original state, or you might only be able to extract elements and rebuild the rest. Anything you can get, right?

Once you’ve checked out our tips, please pop into the comment section at the bottom to let us know if you’ve ever suffered PDF corruption and if you managed to resolve it.



Your PDF Reader


Are you sure that the problem is with the PDF file? Instead, it might just be that the program you’re using to view the PDF is playing up.

Repairing Adobe Reader


The most common PDF viewer is Adobe Reader. First, check the program is up to date by launching it and going to Help > Check for Updates…. You’ll either be told the program is up to date or that there are updates to install. If there are, go ahead and install them.

If that doesn’t bring any luck, keep Adobe Reader open and this time navigate to Help > Repair Adobe Reader Installation. It might be that the files Adobe Reader relies on to run have become corrupted and this method will try to patch them up.

Still no luck? Search uninstall a program on your system search, select the relevant option and then uninstall Adobe Reader. Then head to the Adobe Reader website to download and install the latest version. At this point your copy of Adobe Reader should be good to go.

Using an Alternative Reader


Adobe Reader should now be spick and span, but it might be that your PDF file just doesn’t want to play ball with it. In this case, it’s worth trying out another tool.

In the past we’ve rounded up alternative PDF readers that are more focused on the reading of a PDF rather than anything extraneous. Two of the best choices, and both free, are Foxit Reader and Sumatra PDF. Download these and give them a shot with your PDF.

You might also find that Okular and Evince are able to read your PDF file when other software cannot. This is because they use a different rendering method to display PDFs. Thanks to user Mechanical snail at Super User for sharing that tip.

If you’re still having problems then it’s time to start focussing on repairing the PDF file itself or at least scraping it for what you can pull out.


Repair or Recover a PDF File


We’ve previously written about corruption with Office files, but some of those techniques can also apply to PDFs, namely looking for previous versions of the file and using third-party applications.

Previous Versions


If you make use of Windows Backup or have another backup program then you may find that you can roll back to a previous and working version of the PDF. To check with Windows Backup, right click the PDF in Windows Explorer, select Properties and then the Previous Versions tab.

This will bring up a list of all the old versions of the file that exist. You can Open the copies to check them out and then use the Restore… button to bring them back to life on your system.

A similar technique would be to use a data recovery program, like Recuva, that will scan your drive and look for old files that have been deleted from your system. If you had an old copy of the PDF file that you’ve removed, this technique may bring luck.

Repair Applications


There are applications out there that specifically aim to repair your PDF. Some of these don’t require you to download any software and can be run in the browser, like PDFaid and PDF Tools Online. Give these both a shot, but if the corruption is severe then they may not be able to help.

You can also try specialist file repair programs, like FileRepair1 (our FileRepair1 review). This will scan the PDF, identify the failure and fix what it can. It’s not always successful in every case, but you may find it helpful.


Extracting From the PDF


If you’re not able to repair the entire PDF, then you may still be able to extract elements like the text and images.

For the text, you can use programs that will convert your PDF to a Word file and allow you to get the text that way. However, I find one of the best tools is actually the online application PDF to Word Converter offered by Nitro; although some characters may look a bit funky depending on the type of corruption.

If your PDF contains images, try following our guide on how to extract images from a PDF. Again, this may have varying results depending on the level of corruption, but it’s definitely worth seeing what can be pulled out.


Save Your PDF


Hopefully these methods have been useful in saving your PDF. You might not have been able to recover everything (such is the bane of corruption), but you may have saved elements of the file.

Remember, you should always have a stable backup plan in place to ensure that corrupted data doesn’t bother you because you’ll always have a secondary copy to restore from.

Monday, April 14, 2014

Avoid Friend Request Block On Facebook

6:36 PM Posted by Magneto Mohit No comments
We usually send friend requests and if it's not accepted, it is kept in pending. If  there are lots of pending requests it may lead to block.





   
So this is a simple way to get those requests cancelled and protect your account from getting blocked.


    Follow below steps:-


Step 1: Go to account settings.

Step 2: Select 'download a copy' option.





Step 3: Choose "expanded archive" from the next page opened and enter your  password and click continue.

Step 4: Select "start my archive".

Step 5: After few minutes you'll get the download link in your e-mail.

Step 6: Download the file "Facebook" and unzip it.

Step 7: Open the folder html and then "friend_requests.htm­l".

Step 8: You can see the list of your friend requests and pending lists.

Now go to their accounts and click cancel request.


That's all you're done now. Your account is safe.