Results for Computer Guide

How to disable useless service that causes your computer slow ?

May 07, 2020


Do you know there are many useless services can cause a slow computer? They not only take memory resource but also can be used by spyware. Technically, service is known as a process run various process which does not requires user's intervention. Why we need to create this kind of component?

Services helps basic programs run smoothly on Windows system and achieve special effects. Obviously, not all the services are necessary. Unwanted services not only take memory resource but also can be used by spyware. Optimizing services can reduce CPU usage to prevent computer get slowdown and crash.We are talking about the free way to speed up your computer.



Part 1 of 3:Manage Startup Programs On Your Computer


1
Click Start menu and select Run to use the feature. It will show you a "Diagnostic Box". The command is Msconfig.



2
Click the OK button to access System Configuration Utility interface. On the top of the window, you should click the "Startup" tab to view the startup programs list.



3
Uncheck any items you don't want it to load during computer booting. It will take effect after rebooting. Use Task Manager in Windows 8.


Advertisement


Part 2 of 3:Manage Services On Your Computer
Your computer runs fast when it was bought. Why it becomes slow? People are not aware that additional services are added to your computer when you install some third-party software. As the result, the CPU usage may reach to a high level and memory is taken away. Then your computer slows down and crashes a lot. That nothing frustrated than getting into the trouble of a slow computer,


1
Check the service immediately after installing a new software.




2
Open the System Configuration Utility (as described in part 1)



3
Select "Services" tab to disable all the items by unchecking the boxes. However, without suggestion, we always make mistake when doing that. Manually disabling service does more harm than good.



4
Use system optimization tool as a good choice for disabling services. WinMate is free and can definitely speed up your computer.


Advertisement


Part 3 of 3:Clean Up The Desktop Items
Deleting the shortcuts only removes the icons. If you want to remove the programs:


1
Go to Control Panel.




2
Click on Programs and Features




3
Uninstall a program
How to disable useless service that causes your computer slow ? How to disable useless service that causes your computer slow ? Reviewed by Anonymous on May 07, 2020 Rating: 5

How to unlock a Windows 10 computer in new ways via Windows Hello

March 22, 2020
Understand how to log in to Windows in new ways via Windows Hello


How Windows Hello works
  1. Windows Hello is the latest innovation in protecting your devices. Instead of using a password to sign in to your devices, apps, online services and networks, it uses ‘biometric authentication’. This means that you sign in with your face, iris or fingerprint. You can also use a PIN or even a picture if you prefer.
  2. The Lumia 950 and 950 XL are currently Windows Hello ready, with more devices supporting Windows Hello due to be available in the future. However, even if you don’t have a Lumia 950, you can still set up a unique picture or PIN to log in.
  3. If you decide to stop using Windows Hello, the identifying features of your face, iris or fingerprint will be deleted. This information never leaves your device and Windows does not store it anywhere.
How to set up Windows Hello

  1. If you’d like to set up Windows Hello on your phone, swipe to the ‘All apps’ list from Start   and then go to Settings > Accounts > Sign-in options. If you don’t see an option for Windows Hello, your phone doesn’t support it. You may need to input your PIN to continue. Select ‘Set up’ under Windows Hello and follow the instructions.
  2. If you’d like to set up a picture password or pin on your computer, click on Start   and then go to Settings > Accounts > Sign-in options. If you don’t see Windows Hello as an option, but you’d like to set up a picture password, click on ‘Add’ under picture password.
  3. If you are setting up a picture password on a computer, type in your Microsoft account password and then browse to find the picture you want to use. 
  4. Use your mouse to draw three gestures (circles, straight lines or taps) on the picture. These gestures will become your log in password. You will then be asked to repeat these gestures to confirm. You can start again or cancel at any time.
  5. Once you’re happy with your picture password, click on ‘Finish’.
  6. To turn off Windows Hello, go to Settings > Accounts > Sign-in options and deselect ‘Automatically unlock the screen if we recognise you’ or ‘Remove’ to get rid of a picture password.
  7. If you want to remove your identification data, go to Settings  > Accounts  > Sign-in options and select ‘Remove’ under Windows Hello, select Remove.
Now we know how to use Windows Hello and picture passwords to add extra protection to our computers or phones. Feel free to explore other Windows 10 features in our collection of guides.
How to unlock a Windows 10 computer in new ways via Windows Hello How to unlock a Windows 10 computer in new ways via Windows Hello Reviewed by Wanem Club on March 22, 2020 Rating: 5

How To Avoid And Fix Memory Leaks In Windows 10

July 08, 2019
You might have encountered issues with computer performance, potentially causing memory leaks. Various software can slow down your computer if it leaks memory (when a program fails to 'release' memory it has used). By default, a closed program should allow other software then to use that same area of memory. If, however, the program is still using the memory having been closed, that is where memory leak problems begin.
A memory leak is a Random Access Memory (RAM) loss caused by one or more programs. Therefore, a specific program is using more memory than it should, or it is not releasing it when the program closed, and continues to use the memory. A certain amount of RAM is required for a process to run, and this is perfectly normal, unless the system starts to behave abnormally. Memory leaks are usually only temporary, since restarting the computer empties RAM memory. If, however, the computer remains switched on with various processes running in the background, some processes might cause memory leaks.

Edit Registry

Windows Registry, usually referred to as just 'the registry', is a collection of databases of configuration settings in Microsoft Windows operating systems. It is used to store much of the information and settings for software programs, hardware devices, user preferences, operating system configurations, and much more. Many of the options exposed in the registry are not accessible elsewhere in Windows. To open Registry Editor, you will first need to open Run dialog box. Press Windows Windows key + R or right-click Start and select "Run" and type "regedit". Press Enter or click "OK".
NOTE: Create a restore point before you make any changes in Windows Registry (editing the Registry incorrectly can lead to more serious problems).
Follow this path by expanding every entry until you find the "Ndu" key: "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services". Find "Ndu" key under Services and select it. Now you should see the "Start" REG_DWORD on the right pane. Double-click it and assign the value data to 4. Click "OK" to save the changes.
Now find the "Null" key under the same Services key and double-click "Start" REG_DWORD. Also set its value to 4 . Click "OK" to save the changes.
Now follow this path: "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Session Manager" and select the "Memory Management" key. Double-click the "NonPagedPoolSize" REG_DWORD on the right pane. Change Base to "Decimal" and set value data to 192. Click "OK" to save the changes, exit Registry and see if memory leak problem is now solved. If not, try to restart your computer after editing the Registry.

Disable Superfetch

Superfetch is a Windows service that is intended to speed up application launching and improve system responsiveness. It caches data so that it can be immediately available to your application. Superfetch achieves this by preloading frequently-used programs into RAM so that they are not required to be called from the hard drive. This can sometimes affect performance and slow down the system, or cause memory leaks. To disable Superfetch, open the Run dialog box and type "services.msc". Press Enter on the keyboard or click "OK".
Now set the "Startup type" to "Disabled" and stop the service by pressing the "Stop" button. Click "Apply" to save the changes, restart your computer, and check if this solves the memory leak problem.

Run Windows Memory Diagnostic Tool

Run the built-in Windows Memory Diagnostic tool. Windows Memory Diagnostic is a memory test tool, which is comprehensive and easy to use. To launch it, type "windows memory diagnostic" or "mdsched" in Search and click the "Windows Memory Diagnostic" result.
To run diagnostics, restart the computer. You will be asked if you want to restart now or to run it the next time you start your computer. When you restart the computer, Windows Memory Diagnostic Tool will start automatically. You will be able to see the test process and results on the screen.

Defragment Your Hard Drive

A built-in Windows feature called "Defragment and Optimize Drives" optimizes drives to help the system run more efficiently (or analyzes them to determine if they require optimization). To launch the defragmentation tool, type "defragment" in Search and click the "Defragment and Optimize Drives" result.
You will see a list of drives connected to the computer. Select the hard drive you want to defragment and click "Optimize". The optimization process should take a while. Wait for it to finish.
NOTE: We do not recommend that you defrag your drive if it is a Solid State Drive (SSD) or Hard Disk Drive (HDD).

How To Avoid And Fix Memory Leaks In Windows 10 How To Avoid And Fix Memory Leaks In Windows 10 Reviewed by Wanem Club on July 08, 2019 Rating: 5

Deleted Mac system files, how to fix?

July 08, 2019

Accidentally deleted files and folders from Mac system, how to restore?

Most regular users appreciate that system files and folders are important and should not be accessed or modified. Despite this, various searches on the internet lead to websites suggesting that they must replace or remove data within these folders when experiencing certain problems. Therefore, occasionally, system files or folders are deleted accidentally, thus causing basic features to malfunction or stop. This situation might seem irrecoverable, however, modern Macs include a hidden recovery partition, which is usually created automatically when installing the operating system and stores system installation files. The hidden partition is effectively equivalent to a Mac OS X installation CD/DVD.
A big advantage of using this method is that it will not impact on your private data. When reinstalling the operating system from the recovery partition, the hard disk is not erased and the user's home folder will remain untouched. Although, the hidden partition is not corrupted (as might be the case with other system files), there can sometimes be issues relating to the recovery partition. Therefore, a feature called 'internet recovery partition' is also available. This is an alternative way to restore system files using a recovery partition stored on Apple servers. In this article, we describe the above methods plus a number of other options to restore deleted/corrupted system files and folders.

Restore deleted system files and folders via Recovery Partition

The most efficient way to restore deleted files is using the Recovery Partition. This method replaces missing system files and leaves your personal data untouched. First, completely shut down the Mac (no lights are displayed and you cannot hear fans spinning). Turn on the Mac and hold down the Command and R keys at the same time. Keep holding the combination until the macOS Utilities window appears.
From the menu, select the Reinstall macOS option. Do not worry about your personal files - this method will not erase your hard drive.
You will be prompted to confirm your actions. Click Continue. You will need to agree to Apple's terms and conditions.
The next window will ask you to select the storage location. Choose the internal hard drive and click Install. This process may take some time, depending on the internal hard drive speed.
If you are unable to use the recovery partition, another option is Internet Recovery.

Alternative methods to restore deleted system files

If you are unable to reinstall the entire operating system (or do not wish to), there are a number of alternative methods. In some rare cases, these might fail, however, you will not lose any data, do not be concerned.
  • To restore missing or corrupted files using Time Machine backup
  • Copy missing or corrupted files from another trusted device. Note, however, that you must be sure that the operating system versions of both systems match, otherwise this method might cause additional issues.
  • Manually copy files from the recovery partition using Terminal: Shut down the computer, and then boot it to recovery mode in a similar way (by holding down Command and R while launching the Mac).
    • When the macOS Utilities window appears, click on Utilities in the menu bar at top of the screen and then select Terminal.
    • When the Terminal app launches, determine the actual volume name by typing df and pressing Return to execute.
    • Make a copy of the /bin folder associated with the hard disk by executing the following command: cp -a /bin /Volumes/disk name (replace 'disk name' with the name of the Mac disk).
    • When Terminal has finished the task, close it and restart the Mac by clicking the Apple logo in the menu bar at the top of the screen. Note that after performing this method, you must update your system again.
Deleted Mac system files, how to fix? Deleted Mac system files, how to fix? Reviewed by Wanem Club on July 08, 2019 Rating: 5

How to prevent Windows from installing unwanted programs?

February 25, 2019
Do you find annoying the fact that your PC can install some programs that you haven't even downloaded? Unfortunately, nowadays this is a frequent situation. The installer of the program you need may contain the software which sneaks into your PC without a permission. This type of programs is called Potentially Unwanted Program (PUP). PUPs are not viruses but they usually cause much inconvenience to all Windows OS users. In this article, I'd like to present a few universal ways to prevent potential problems.

Keep PUPs out of your computer 

Unchecky is a great straightforward program that is designed to uncheck unnoticeable checkboxes that propose installing third-party software during the main program installation. Unchecky can also find additional hidden programs in an already-running file and notify a user of unwanted programs. Importantly, this useful and free program by Reason Company Software Inc. doesn't require any specific skills for using it and customizing its options. Almost perfect, it is also being updated automatically. To read more information about the Unchecky tool, proceed to the article by Tom Cooper and forget about annoying bundleware, once and for all. 
If you don't want to install a standalone program for performing the task, you can handle it via Windows tools. Windows 7 Ultimate and Professional, Windows 8 and 8.1, Windows 10 have the AppLocker utility which is located in Group Policy Object Editor. It allows you to create a list of applications that are banned and can't be installed uncontrollably. You can compile your own list or import a standard .xml Locker file. To find the file, run Local Security Policy (secpol.msc) as an administrator, go to Security SettingsApplication Control PoliciesAppLocker.  

Create a non-administrator account

There is a much easier way to stop your PC from installing unwanted programs. You can create a new Windows user account which has non-admin access to Windows functions by default. This way, you use the new account in the same confident manner as before: none PUP will be installed because your computer will request each program installation now. The slight disadvantage of this method is that you need to adjust your account from scratch and spend time regulating the programs installation by yourself.


Use sandbox security software

A sandbox is a separate mechanism for running programs, the lightweight variant of a virtual machine. The processes that you begin in the sandbox can only affect its own environment but not the host system. Thereby, you can work here with any file and if you find an unverified program safe, you can install it on your underlying operating system. If not, just perform the rollback in the sandbox.
The easiest way to create the sandbox system on your PC is Sandboxie. This is the program that lets you launch browsers, email clients, different software applications in the isolated space on your hard disk. Even if some PUPs are somehow installed, you just easily clear the sandbox and continue using your PC. Sandboxie offers multilingual support (25 languages available) for its users and protects computers from Internet-spread viruses. I should also mention that some antivirus programs have the sandbox feature too, for example avast! Internet Security or Kaspersky Internet Security. 
How to prevent Windows from installing unwanted programs? How to prevent Windows from installing unwanted programs? Reviewed by Wanem Club on February 25, 2019 Rating: 5

Open your CD-ROM tray with a keyboard shortcut

February 25, 2019
Most computers and laptops do not actually provide their users with easy access to CD-ROM drive trays. The button, that is usually pressed to open a drive, may be really difficult to notice and push on some machines. Luckily, there is a way out for those who want to optimize their work to the full: a keyboard shortcut that opens the CD-ROM tray automatically. The effective solution is delivered by a free software tool called Door Control developed by Digola.

So, if dealing with optical disk drivers you want to switch from inconvenient buttons to a specified keyboard shortcut (alternatively an icon in the system tray), you need to download and install the Door Control program at first. It won't take you much time to install the app, plus clear on-screen instructions will help you complete the process with ease.
When Door Control is launched, an eject icon appears in the system tray. Placing your cursor over it will display a tooltip which shows which drive is currently selected and that no shortcut key is defined so far. For multiple drive trays there is an option to choose which drive you want to manage with the help of Door Control. To do this, right-click the eject icon → select the Drive option at the top → and pick the necessary drive from the submenu.  



Now, to finally create your own shortcut for handling the task, you should access the popup menu again (right-clicking the Door Control icon) and select Hot Key. In the new window make sure the cursor is put in the edit box. After that, press any keys on your keyboard to make a new shortcut (for example, Alt + Q) and press OK. Ta-da! Your shortcut key for opening the CD-ROM tray is ready. From now onward, you may press it and your disc tray will open. Alternatively, you may click on the eject icon in the system tray, this action does absolutely the same. If you are afraid to forget your key combination, don't panic: cover the icon in the tray with your mouse and you will see the assigned shortcut for opening the drive tray.
Obviously, you may ask me whether Door Control may close the CD-ROM tray. Well, it depends on the hardware you use. In most cases, it does close the drive on desktop computers, but not on laptops. You should test it by yourself, just click the icon for the second time or use the shortcut combination once again.
For users who prefer bright colors, there is an option to change the color of the eject symbol: how it looks in the tray and how it looks when you click on it. The easy settings are also found in the popup menu. Bear in mind that the Reset button makes the icon color black by default.
You may set the Door Control small utility to open automatically every time your Windows starts: right-click the icon → select the Load Door Control at Startup option. By the way, if you want to learn more about the ways users manage different tools on the startup list, here is the article on how to add and manage startup programs on Windows.
Open your CD-ROM tray with a keyboard shortcut Open your CD-ROM tray with a keyboard shortcut Reviewed by Wanem Club on February 25, 2019 Rating: 5

How to remove red eye?

January 24, 2019


One of the most common problems in photography regardless of which digital camera you use is what’s called ‘red eye’. No doubt you’ve seen this effect in your own or other people’s photos – the pupils of the person in the photo glow a bright red, which can prove a major distraction.

The red-eye effect is caused when a flash is used too close to a lens (and with compact cameras, this will always be the case) in low-light conditions. Never fear, though. There’s a very easy way to correct this annoying effect – here’s how.

Before you can begin, you’ll need a photo software program. In this guide, I’ve used the free Windows Live Photo Gallery .However, you’ll find that other programs such as Photoscape and Paint.net follow a very similar process.


You’ll need:
  • a computer with Windows Live Photo Gallery installed
  • any photos you would like to edit saved in a folder on your computer or to an external storage device.
Follow these step-by-step instructions to remove red eye
Step 1: Open Windows Live Photo Gallery and double-click the image you’d like to correct. This will open it.

Step 2: By default, when opening an image, you should automatically be brought into the ‘Edit’ tab, where you’ll notice a range of editing options along the top of your screen. If not, simply click Edit at the top of the screen to reveal these editing options. In the middle of them, you’ll see a button labelled ‘Red eye’. Click this.

Step 3: A small pop-up box will appear instructing you to now drag your mouse pointer around the eye or eyes that you want to correct. As you move it over the photo, the pointer will first be a crosshairs and then, as you drag it, it will create a box round the part of the photo you want to deal with.

Step 4: With the box drawn over the person’s eyes, simply take your finger off your mouse and let Windows Live Photo Gallery take it from here. You’ll get a message saying that it’s ‘Applying’ your changes. This should take only a few seconds.

Step 5: It might not be obvious at first that anything has happened, especially if the person in your photo is quite small in the frame, so you can check. To do this, use the zoom feature in Windows Live Photo Gallery. In the bottom right of the screen is a slider. Drag this to the right to zoom in on your photo and make it bigger.

Step 6: You’ll probably find, after you zoom in, that you’re looking at a close-up of a button on the person’s shirt! If you press Alt on your keyboard, the pointer will become a small hand symbol. Keeping Alt pressed down, you can then use your mouse or touchpad to move around the enlarged photo and find the person’s eye.


How to remove red eye? How to remove red eye? Reviewed by Wanem Club on January 24, 2019 Rating: 5

Control automatic updates in Windows 10

January 24, 2019
You've surely often heard that keeping your operating system up-to-date is good for your security and it's actually true. However, there are people who could have valid reasons for wanting to hold off on an update. Unfortunately, Microsoft has decided to prevent all Windows 10 users from disabling the automatic updates. Since I hate it when people restrict my freedoms, here's how you can work around this restriction and control the automatic updates in Windows 10.

Disabling Windows 10 updates

Even though Microsoft has made it harder to this, there are still a couple of tricks that you can use to prevent your operating system from updating:
Windows 10 Home users can lie to their operating system, telling it that they're on a metered network. Since Microsoft doesn't want its users to have issues with their data caps, this will prevent the automatic download of updates. To do this, go to Start --> Settings --> Network & Internet --> Change connection properties and move the slider for the Metered connection to the On position. Now, click on the Set a data limit to help control data usage on this network button that's right under the slider and make sure the Background Data category has the Never box checked. Repeat the process for all the networks that you use (both WiFi and Ethernet) and you should be good to go. 

Windows 10 Professional, Enterprise or Education users have an even more elegant way to stop the automatic updates. Open the Run box by pressing Win+R on your keyboard, then type gpedit.msc and hit Enter. This will open the group policy window and, from there, go to Computer Configuration --> Administrative Templates --> Windows components --> Windows update --> Defer updates. Click on the Select when Feature Updates are received option, choose Enabled in the respective dialog box, then select for how many days you would like to delay the update and click Apply. Now, do the same for the Select when Quality Updates are received option and you're done. Unfortunately, this solution will only allow you to stop updates for a maximum of approximately 35 days (depending on the update).  


Controlling Windows 10 Updates

To gain full control over the automatic updates without actually disabling them, you're going to need to play around with the System Registry Editor. Even though if you follow my instructions to the letter, you should be fine, I still recommend creating a backup point for your operating system just to be on the safe side. 

Now, press Win+R, type regedit in the Run box and hit Enter. Go to Computer --> HKEY_LOCAL_MACHINE --> SOFTWARE --> Policies --> Microsoft --> Windows. Right-click the Windows entry, then hover the New option and click on Key. Type WindowsUpdate as the name of the newly created key, press Enter, then right-click it and create another new key within it named AU. Now, select the AU key, right-click it, go to New, but this time select DWORD (32-bit) Value. Name this one AuOptions, press Enter and double-click it. Finally, replace the value data with the digit that corresponds to your choice:
  • 2 - Notify before downloading and auto-installing the update;
  • 3 - Download automatically, then notify for installation;
  • 4 - Download automatically and schedule the installtion;
  • 5 - Allow local admin to decide.
After you've entered the digit that corresponds the option you want to use, press OK and you're done.

Control automatic updates in Windows 10 Control automatic updates in Windows 10 Reviewed by Wanem Club on January 24, 2019 Rating: 5

How to Submit Website URL to Search Engines Google and Bing for indexing ?

February 26, 2018
If your website or blog is new and has not been indexed by search engines Google, Bing. Then what is the need of blogging?
Most of the webmaster, bloggers drive huge amount traffic to their website through Google and Bing search engines.

The aim of submitting your website to search engines is to make site discoverable and index all the pages available to provide the best experience to users on internet.

Submit Website to Google Search Engine:

  1. Go to https://www.google.com/webmasters/tools/submit-url
  2. Enter website url.
  3. Type Per captcha.
  4. Click on ‘Submit Request‘.

Submit Website to Bing Search Engine

  1. Go to www.bing.com/webmaster/SubmitSitePage.aspx
  2. Enter website url of your Home page
  3. Type Per captcha.
  4. Click on ‘Submit’.
Website submitted to Bing search engine, will also be used by Yahoo search engine for indexing.
Once you submit your website submitted to search engines, it could take several days for the search engines to index your webpage(s).
Don’t use automatic search engine submission program.
Using an automated submission program to submit website to multiple search engines lists at once may be considered spam attempts and search engines may ignore indexing submitted url.
How to Submit Website URL to Search Engines Google and Bing for indexing ? How to Submit Website URL to Search Engines Google and Bing for indexing ? Reviewed by Wanem Club on February 26, 2018 Rating: 5

Best Ways to Convert PowerPoint Presentations into Videos

October 16, 2017
Whether you want to pitch a new project to the board, show your latest experiments at a conference or make a compelling case during a meeting, PowerPoint presentations are just what you need to help you out. Unfortunately, not every PC has Microsoft Office installed, so there are times when you might end up with a file that you just can't open and that can be very frustrating. As most computers are equipped with media players, a simple solution to avoid this kind of problems would be to convert your PPT presentations into videos. Here you will find out exactly how to do that.

Native solution

If you are using Office 2013 or a newer version of the software bundle, then you are in luck as Microsoft has added an option which allows you to export presentations as videos directly from PowerPoint's interface. Basically, all you need to do is finish your project and once it's completed, click on File, then go to Export (in some cases the section may be called Save & Send) and choose the Create a Video option. 
From there you can also perform some additional settings, such as deciding how much time each slide should be on the screen, the resolution that your video should have and even set up recorded timing and narrations to give your presentation a more professional look. Once you've set everything up, click the Create Video button, choose the name and desired format, then press Save and the program will start creating your video in the desired location. Depending on your system and the length of your presentation, this process may take a little time, but it displays a progress bar that indicates how far in the creation process you've gone.

Alternatives

In case you're using an older version of Microsoft Office, don't fret; there are a few alternative ways of converting PPT files into videos. (Truth be told there are more than just a few, but not all of them are worth trying out).

AuthorStream (Free)


Just so you know what you're dealing with from the beginning, AuthorStream has the big advantage of being free, but it also has a possible major drawback in the fact that it adds a watermark with the program's name on the video that it creates. Additional advantages of using this tool to convert your PPT files into video are that there is very little quality loss and that it will work even if your presentations include animations, transitions and narrations.
Unfortunately, AuthorStream is a web-based service which relies on people gaining credits by having their videos viewed by the other members of the community, so you won't be able to use it too many times for your personal goals. However, as a temporary solution, it may be just what you need.  In order to convert your file, you will need an account and to follow the steps provided by the website in order to go through the conversion.

Camtasia (Shareware)


Most of the times I've used Camtasia, it was for screen recording and creating video tutorials, but this tool can also be effectively employed for converting PPT files to various video formats. To be honest, the application can be considered expensive (though nowhere near Adobe's Captivate price), so don't buy it just for this purpose, but it does offer a free 30-day trial that you can take full advantage of. What's even better is that the output video will be watermark-free so you won't have to worry about being considered a cheap skate by the viewers of your video.
Other important advantages are the abundance of editing options which will help you make everything look perfect, the ability to use and add animations, customizable transitions, etc. All you have to do is check the PowerPoint add-in box and, after that, recording the presentation is just a piece of cake.
Best Ways to Convert PowerPoint Presentations into Videos Best Ways to Convert PowerPoint Presentations into Videos Reviewed by Wanem Club on October 16, 2017 Rating: 5

VLC for Windows 10: convert and compress video files

October 15, 2017
Everyone who watches videos on a PC has at least heard about VLC as it's not only the most popular player available, but also one that offers an impressive amount of features without asking for any money in return. Mostly known for the fact that it can play pretty much every media format out there without requiring additional codecs, VLC can perform quite a few very interesting tricks that not many people know about. For example, it can convert and compress videos.

Yes, I know that video converter isn't the first or even second thing that you think about when you install VLC, but why download additional third-party utilities when you already have an application perfectly capable of seeing this task through? Even though I will admit that VLC isn't as straightforward as a full-time video converter, it does offer a whole lot of customization options and it even embeds batch conversion capabilities.

To access this feature launch VLC, then click the Media button from the top left corner and select the Convert/Save option (or simply press Ctrl + R). In the new window that opens up, use the Addbutton to select the file(s) that you want converted, then choose Convert from the drop-down menu in the bottom-right corner. Now, simply select the desired format from the Profilesection, choose the location and the name of the output file and click Start. Support includes AVI, MP4, WMV, TS, ASF, MPEG and other video formats as well as MP3, FLAC, AAC, OGG and other audio formats.

If you're someone who needs more advanced options, you have those too: you can choose the encapsulation that you want, select the desired video and audio codec or overlay subtitles directly over the output file. Furthermore, you can customize the bitrate, quality or frame rate of the video, modify the resolution and even add filters to the output file by choosing them from a comprehensive list including sepia, sharpen, motion blur, etc. Of course, shrinking and lowering the quality of the output file effectively means that you can also compress videos from the same menu.


VLC for Windows 10: convert and compress video files VLC for Windows 10: convert and compress video files Reviewed by Wanem Club on October 15, 2017 Rating: 5

How to install MacOS on PC

October 13, 2017
Apple isn't a big fan of people installing OS X and Mac OS on devices that aren't manufactured by the company. Actually, as far as I know, the operating system's license explicitly states that you should only be installing it on a Mac, but if you really want to, setting up MacOS on a regular PC is actually not that difficult. If this is something you're interested in, here's a short guide to show how you can do it. First, let me tell you what you're going to need in order to pull this off:

  • A partition or hard disk that never had Windows installed on it.
  • A 64-bit Intel processor (the newer the better).
  • At least 50 GB of free storage space; around 100 GB if you also want to install various tools.
  • Access to a Mac so that you can download the MacOS Sierra installer.
  • An 8 GB or larger USB stick, preferably USB 3.0 so that the installation process doesn't take too long.
  • A Mac application called Unibeast that will help you copy the MacOS installer on the USB dongle. The application is free, but you'll need to register on its website to get it.
Once you've got everything you need, use the Mac to open the Apple Store and download Sierra from it. Once the download is finished, press Command + Q on your keyboard to quit the installer which will be automatically launched. Next, connect the USB stick to the Mac, open the Disk Utility tool and make sure that the stick has a single partition that occupies all the available space. Additionally, in the Partition tab, make sure that the drive is set as Mac OS Extended (Journaled), then go to Options, set GUID Partition Table as the partition scheme and format the drive by clicking Apply.
Now, launch Unibeast; in the first window that you see, select the USB drive that you've just set up, then press the Continue button and follow the steps indicated by the tool. When you're asked what OS you want to install, select Sierra and when you have to choose between UEFI and Legacy boot modes, choose the first one unless you have a really old PC. Lastly, select the option that best suits your graphics card and the application will start preparing the USB installer, a process that could take up to an hour.
On your PC, unplug all USB drives and all the internal drives except that one that you want to install MacOS on. In case you have a dedicated and an integrated graphics board, you will need to also unplug the dedicated one. If you can, connect your monitor using a DVI slot instead of HDMI or VGA. Lastly, go to BIOS or UEFI and set your PC to boot from the USB, choose Other OS in the OS Type category (in case you have the option) and disable VT-dCFG-Lock as well as the Secure Boot Mode.
Lastly, plug in the USB with the installer, boot your PC from it, choose an External drive as the installation location, select the desired drive and follow the wizard's steps. Once it's done, restart your PC with the stick still in it, then from the Unibeast boot menu select Sierra boot and you're done.
Now that you've learned to install MacOS Sierra on a PC
How to install MacOS on PC How to install MacOS on PC Reviewed by Wanem Club on October 13, 2017 Rating: 5

Best tweaks and tricks to improve Windows 10 performance

October 12, 2017

Windows 10 has just been officially released, but some of us have had it for a while, and there already are some very handy tricks and tweaks to make things run even smoother. Here you will find a list with best tweaks I know that will increase your operating system's performance and privacy. The one thing you should be warned about is that some of these tweaks involve changes in your registry files, so if you make a mistake, you may compromise your entire Windows. This small guide is for advanced user or people who are ready to reinstall their OS in case something goes wrong.


Delete previous Windows installation files


SInce most people install Windows 10 as an upgrade to their current operating systems, generally, there are left-over files containing some of your previous settings and preferences. These not only occupy unnecessary space on your hard disk, but may also be unnecessary. Unfortunately, getting rid of them isn't as easy as you would imagine. In order to delete previous installation files you will need to use Windows's Search function and use the query “Free up disk space” (without the quotes). Click on the shortcut that will be displayed, then choose your primary drive (Usually C: if you have multiple installed), and a new window will appear. Now select the Cleanup system files option, check the box marked Previous Windows installations, then press OK button and confirm you want to delete the files.

Enable new features in the Command Prompt window


Windows has always had a handy console called Command Prompt where you could use various advanced functions, but it was never very user-friendly. In Windows 10 however, you have access to a bunch of new features, such as the ability to paste text, copy the commands you enter and even copy the text that appears inside the console, but you need to enable them first. To do so, open the Command Prompt window (press the Win and R keys), type cmd and press Enter. In the window that opens right-click the icon (on the name bar in top-left corner of the window) and click on Properties. Once the new menu pops up, simply remove the check-mark from the box named Use legacy console, and once you restart the Command Prompt you will have access to all the new features.

Enable System Restore in Windows 10


System Restore is one of the most important functions, as (if you have the necessary storage space) it will enable you to quickly revert your operating system to a previous state in case something goes wrong. In order to enable this feature in Windows 10 you need to right-click the Start button the choose System from the list. In the new window click on System Protection(requires administrator privileges), then select your primary drive (usually C:) and click the Configure button. Now simply check the box marked Turn on System Protection and move the slider from the Disk Space Usage system to something above 0 (preferably, at least 15%). Click OK and you're done.

GodMode


Like the previous versions of the operating system, Windows 10 also has a built-in GodMode designed specifically for power users. Once enabled, this option will give you access to a wide range of customization settings and features that will otherwise be unavailable (in order to stop novice users from accidentally messing up some vital settings). The good news is that turning this mode on is very easy. All you have to do is create a new folder on your desktop (right-click on your desktop, go to New and choose Folder) and copy-paste GodMode.{ED7BA470-8E54-465E-825C-99712043E01C} as its name. The folder will now change into an icon, and you can access all the GodMode settings from there.

Remove the Windows menus display delay


y default, Windows 10 has a small delay before displaying your menus. While not that noticeable, this could still make power users waste some time, so you may need to get rid of it. All you have to do is open your Registry Editor (press the Winand R buttons on your keyboard, then type regedit and press Enter) and find the entry named HKEY_CURRENT_USER\Control Panel\Desktop. Now right-click on MenuShowDelay (it's in the right-side section), choose Modify and in the Edit String box change the 400 value to something lower (about 100should work just fine). After you press the OK button, the menus will have a much smaller delay which should practically be impossible to notice with the naked eye.

Turn off Wi-Fi Sense


Although a nice idea in theory, Wi-Fi Sense is a huge security and privacy concern for most users, as it automatically shares your Wi-Fi password with your contacts from Facebook, Skype or Outlook, connects to available networks and sends hotspot details about your PC. In other words, in most cases you will be much better off disabling this feature, but, unfortunately, a lot of people aren't aware that Wi-Fi Sense even exists, and even some of those who are don't know how to disable it. To turn off Wi-Fi Sense go to your Windows Settings, click on Network & Internet, then select Wi-Fi and press the Manage Wi-Fi Settings button. Now a new window should appear, where you can move the sliders to disable the Connect to suggested open hotspots and Connect to networks shared by my contacts options. Furthermore, you can choose which of your friends get the details about your network by checking or unchecking the respective boxes.

Enable hidden Dark Theme


If you're tired of the regular Windows 10 theme, you should know that Microsoft has also embedded another one (which is darker), but it's hidden from regular users. In order to use it, you will once again need to open the Registry Editor and find the entry HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize. Now, go to the right-side pane and create a new DWORD (right-click and choose New then DWORD), name it AppsUseLightTheme and set the value to 0 (it should be 0 by default, so you can just leave it like that). In case if you no longer want the dark UI for your modern apps, simply go back to the registry editor and delete the DWORD that you created. (Additionally, if you are somehow still using an older Windows 10 build, the DWORD should be SystemUsesLightTheme.)

Completely disable the Notification Center in Windows 10

Windows 10's Notification Center is pretty cool, but it can be annoying at times, especially to those who aren't used to it. If you don't like and you would like to turn it off, it's not very hard to do: open the Registry Editor and navigate your way to HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Explorer. Now create new DWORD named DisableNotificationCenter (check the previous tweak if you don't know how) and set the value to 1. Once that's done, restart your computer (log-out or just restart the Explorer), and the notification system should be gone (it disappears from the Windows Tray as well). In case you want it back, just delete the DWORD that you created.
Best tweaks and tricks to improve Windows 10 performance Best tweaks and tricks to improve Windows 10 performance Reviewed by Wanem Club on October 12, 2017 Rating: 5
Powered by Blogger.