Skip to main content

Posts

PDF Expert Premium – PDF Expert++ Ipa For iphone/ipad

  PDF Expert++ iPA unlock premium features of PDF Expert: Read, Edit, & Sign app.   PDF Expert is the go-to PDF editor for iPhone, iPad and Mac.   Read PDF files with ease, highlight and annotate PDFs for unified note-taking, fill out forms and easily create/add notes right from all of your devices. Our app is more than a PDF reader – unlock unlimited possibilities with PDF Expert Premium features.   Try all the Premium tools free for 7 days. With a PDF Expert Premium account, you can work across all your Apple devices, effortlessly letting you complete any PDF task on the go.   Over 30 million people globally use PDF Expert. All the tools you need, done right.   “PDF Expert is one of my must-have iPad apps and a desktop-class PDF reader.” – MacStories “I was blown away at how easy the app is to use.” – MakeUseOf “The best app for managing, editing, and reading PDFs on your iPad.” – The Sweet Setup   PDF EXPERT FEATURES   READ PDF FILES WITH E...
Recent posts

How To Disable Laptop Keyboard Permanently

  Solution 1 – Disable the Laptop keyboard using gpedit This method will permanently disable the laptop keyboard. But, before you do so you will need these things- Requirements ~ a. At first, detach the external keyboard device with the computer. Step 1:  Press the  Windows key + X  together on your keyboard and select  Device Manager  from the context menu.     Step 2:  In the  Device Manager  window, scroll down and expand  Keyboards . Under this, right-click on the  Standard PS/2 Keyboard  and click on   Uninstall Device .     Step 3:  Now, your keyboard is disabled until you restart your laptop. Once it starts again, it will automatically be reinstalled. To disable it permanently, you have to disable the auto driver reinstall feature in windows 10, although not recommended as it enables auto driver updates with time. STEP – 1 Disable particular policy  Disabling a particular policy ca...

HOW-TOHow to Stop Automatic Hardware Driver Updates on Windows 10

  Stop Automatic Driver Updates Windows 10 Pro If you’re running Windows 10 Pro, the simplest way to stop automatic driver updates is through Group Policy Editor. Hit  Windows Key + R  and  type:   gpedit.msc  and hit Enter or click OK. Then navigate to the following path: Computer Configuration > Administrative Templates > Windows Components > Windows Update Then double-click on “Do not include drivers with Windows Update” in the right pane. Select Enabled on the next screen and then click OK and close out of Group Policy Editor. Stop Automatic Driver Updates Windows 10 Home If you’re running the Home version of Windows 10, you don’t have access to Group Policy Editor and instead will need to hack the Registry. Note:  Making changes in the Registry isn’t for the faint of heart. Before making any tweaks in the Registry, make sure to create a Restore Point or do a full system backup first. To launch the Registry ed...

How to Disable Automatic Driver Updates Windows 10 through Registry

  ou also exclude driver updates in Windows 10 using Registry, but need to mention that editing the Registry is a risky process, and it may cause errors to your Windows installation if you make some mistakes. You can   make a full system backup of your Windows 10 PC   before doing this. Step 1.  Open Windows Run by pressing  Windows + R  keys at the same time. Type  regedit  and hit  Enter  to open  Registry . Step 2.  Click  HKEY_LOCAL_MACHINE -> SOFTWARE -> Policies -> Microsoft -> Windows -> DriverSearching . Step 3.  Double-click  DriverUpdateWizardWuSearchEnabled  and set the value data as  0 . Click  OK . Step 4.  Restart your Windows 10 PC and this setting will take effect. If you want to reverse this change, you can go back to Registry Editor and set the value data of DriverUpdateWizardWuSearchEnabled as 1.

How to Purge Wine from Chromebook and Chrome os

  To thoroughly purge and uninstall Wine from Debian, start by opening up a terminal window on the Debian desktop. Do this by pressing   Ctrl + Alt + T  on the keyboard or search for “Terminal” in the app menu. Next, use the   rm  command to delete your Wine folder from your home directory with the terminal window open. This folder holds all Wine-related apps. rm -rf ~/.Wine Next, use the  apt-get remove  command to uninstall the Wine app and any Wine-related programs on Debian. Finally, be sure to use the  –purge  command-line switch, as this will also erase any configuration files that happen to be on the system.  sudo apt-get remove wine* --purge When everything is uninstalled from Debian, you’ll also need to use the  autoremove  command to get rid of any remaining Wine packages that might still be there.  sudo apt-get autoremove -y Now that the  autoremove  command is complete, Wine will be purged from Debian...

How to Install mpv player [Potplayer and KMplayer like interface]

  MPV player is one of the most widely used media players used on Windows, Linux and macOS. It is an extremely lightweight player, and you have to customize it according to your need. We have already discussed the differences between the VLC media player and an MPV player, so if you are not into customizations and just need to have a video player that “just works,” then the MPV player might not be for you. As a user who has used a VLC media player his whole life, I found certain things which I didn’t like about this player, such as the Keyboard shortcuts and the overall look of the player. So I changed it using Lua scripts available on GitHub and a few custom key bindings. In this tutorial, we are going to discuss exactly those customizations which will make it feel more like a VLC player. sudo apt update && sudo apt install mpv Now you can run mpv player.

How to Install JDownloader in chromebook [Without Flatpack]

  JDownloader is a great tool that can be used to download files from multiple servers simultaniously. It is open source and is supported on all major platforms, the tool is written in Java. It comes in handy when you have to download multiple files at once located at different file hosting services. This tool provides you with the control to pause, stop or start the downloads. It allows you to set bandwidth limitations and it saves a lot of time by changing the way you download files from the internet. In this article, we will explain how to install JDownloader on a Debian OS. We have used Debian 10 for running the commands and procedure described in this article. How to Install JDownloader on Debian First, we will need to download the installer file for the JDownlaoder2 setup. To do so, open the following link: https://mega.nz/#!LJ9FyK7b!t88t6YBo2Wm_ABkSO7GikxujDF5Hddng9bgDb8fwoJQ When the link opens, you will see the following page. Click on the  Download  button to st...