I review for BookLook Bloggers
Showing posts with label End User Computing. Show all posts
Showing posts with label End User Computing. Show all posts

Saturday, November 7, 2015

How to Change the Location of the OneDrive Folder in Windows 10


OneDrive is a free online storage service that comes bundled with Windows or Office 365 — it’s deeply integrated into everything in Windows and Office. But what if you want to move the folder to a different drive?
Depending on how big and how many files you’ve synced, your OneDrive folder might take up substantial space on your hard drive, so if you have a second and bigger hard drive in your computer, moving the OneDrive folder makes a lot of sense.
But don’t move it just for the sake of moving it. Only move it if you really have a need to.

Change Location of the OneDrive Folder

Right-click the “OneDrive” icon in the System Tray and select “Settings.” (If you don’t see it, it may be hidden. In that case, click the up arrow button in the system tray to see the hidden icons—including OneDrive).
The OneDrive Settings dialog box appears. From the list of options, select “Unlink OneDrive”.
As soon as you click on the option you will get the Welcome to OneDrive screen with a button to “Get started”.
Now before you configure the settings again, move the contents of the OneDrive folder that were already previously synced. Moving the synced folders will make sure you save on your bandwidth on the files that were already previously synced.
Open File Explorer and navigate to the OneDrive folder (usually in C:\Users\<your username>\OneDrive) and select it. Click on the “Home” tab in the explorer ribbon and select “Move to > Choose location.” Choose the folder location (it can be an external hard too, but you have to keep the drive plugged in all the time, which is not practical) where you need to save your OneDrive files in the future.
Go back to the OneDrive set-up screen, select “Get started,” and sign into OneDrive again. When you sign in, OneDrive will ask you where you want to save folders to with a suggested location (your User folder) already selected. Instead of accepting this suggested location, click “Change”, navigate to the folder you selected for OneDrive and select “OK”.
Once you move the OneDrive folder to a new location, it inherits the folder permissions of the parent folder (or drive if the OneDrive folder is placed at the root directory). You’ll need to update the Windows user permissions to the new OneDrive folder that used to exist on the old folder, or else that folder will be viewable by everyone who uses the machine.
Of course, you can limit what folders you want to sync in Windows 10. OneDrive has a feature called selective sync. It lets you either sync all your files and folders on your OneDrive, or choose specific folders to sync, making them available locally.

Tuesday, November 3, 2015

Google SMTP Server – How to Send Emails for Free

Google's GMail SMTP server is a free service for anyone who has a GMail account. You can use this free SMTP server to send emails from your favourite web application.
If you don’t have a GMail account, you can create one at the GMail account creation page.
Then all you need to do is configure your mail client to use GMail for outgoing mail server. The details you should use are:
Outgoing Mail (SMTP) Serversmtp.gmail.com
Use AuthenticationYes
Use Secure ConnectionYes (this can be TLS or SSL depending on your mail client)
Usernameyour GMail account, i.e. user@gmail.com
Passwordyour GMail password
Port465 or 587
In case you use Google Apps with your domain name and you have created email accounts inside, you should use email account with the Username: field, i.e. user@yourdomain.com
The same email settings can be used with the email functionality of website application such as Joomla, PrestaShop etc. If you have any troubles configuring your website applications with the above settings you can contact the SiteGround Technical Support team and they will be glad to assist you.

Setting up your email is easy when you have the right host by your side. If you need a reliable partner to help you resolve email issues and provide expert support, check out our email hosting services.

Thursday, October 22, 2015

Error: Could not access VBscript run time for custom action.

Recently got an update from the application team that they are unable to install and software. When executing the setup file they are getting an error pop-up window stating “Could not access VBscript run time for custom action.”. This issue was fixed using below steps:
1. Open Registry Editor” and locate the below key.
HKEY_Local_Machine\SOFTWARE\Classes\CLSID\{B54F3741-5B07-11CF-A4B0-00AA004A55E8}
2. Expand {B54F3741-5B07-11CF-A4B0-00AA004A55E8} key, locate InprocServer32 and click on it.
In the right column you should see two values.
3. Right-click InprocServer32 > Permissions > Advanced > Permissions > highlight Administrators, choose Edit > and in the Permissions check box next to Full Control; Save all changes;
4. Then in the right column or Registry Editor right-click (Default) > Modify, and insert the correct path in Value Data:
C:/Windows/system32/vbscript.dll
5. If you have 64-bit Windows repeat steps 3 – 5 for next registry keys:
HKEY_Local_Machine\SOFTWARE\Classes\Wow6432Node\CLSID\{B54F3741-5B07-11CF-A4B0-00AA004A55E8}
HKEY_Local_Machine\SOFTWARE\Wow6432Node\Classes\CLSID\{B54F3741-5B07-11CF-A4B0-00AA004A55E8
6. After that close Registry Editor.
After the above changes when we tried executing the same setup it went success.

Wednesday, September 30, 2015

How To Install .Net Framework 3.5 In Windows 8


Install .Net Framework 3.5 In Windows 8

Windows 8 comes with net framework 4.5 already installed on it. So when you try to install net framework 3.5 in Windows 8 you will get an error like this.
.Net Framework 3.5

Now some application, builds on .Net Framework 3.5, needs Microsoft .Net Framework 3.5 to be installed to run. And Microsoft Net Framework 4.5 does not include Net Framework 3.5. So now how to fix this? Here is the solution with some easy.
In this tutorial we are going to show how to install .Net Framework offline without any internet connection. All you need is just a installation DVD of windows 8.

Method 1
Steps:
1. Go to start menu and search for Command Prompt.
Windows 8 Search Menu

2. Right click on Command Prompt and click on 'Run as administrator'.
Command Prompt

3. Now copy and paste the following command in Command Prompt. and hit enter to run.(to paste the command in Command Prompt, copy the command. Then open Command Prompt window then right click and paste.)
Dism.exe /online /enable-feature /featurename:NetFX3 /All /Source:J:\sources\sxs /LimitAccess
Note: Here J: is my DVD drive. So replace J: with your source DVD drive letter.
.Net Framework 3.5 Offline Install

4. Within a few moment .Net Framework will be installed on your computer.
.Net Framework 3.5 Offline Install



If you face any problem while running this command in command prompt just DownloadMicrosoft .Net Framework 3.5 Offline Installer to install offline.Net Framework. Then...

1. Run the application as administrator.
.Net Framework 3.5 Offline Installer

2. Insert windows 8 installation DVD in DVD drive and change the DVD drive path in .Net Framework 3.5 Offline Installer application.
.Net Framework 3.5 Offline Installer

3. Click on 'Start Installation'. And .Net Framework 3.5 installation will start and complete within a few min.
.Net Framework 3.5 Offline Installer


Errors:
If you still found some error code like
Error: 0x800F0906
Error: 0x800F081F
Error: 0x800F0907
then try online installation method or go to This Link of Microsoft for details and troubleshooting.

Method 2


1. Go to windows search menu.
Windows 8 Start Menu

2. Type 'Feature' in search bar.
Windows 8 Feature

3. Then click on Settings > Turn Windows feature on or off.
Windows 8 Feature on/off

4. In Windows feature window click on '.Net Framework 3.5' option. And click ok.
Windows 8 .Net Framework 3.5 Install

5. A new window will appear. Click 'Download files from Windows Update'.
Windows 8 .Net Framework 3.5 Install

6. Now windows download necessary files.
Windows 8 .Net Framework 3.5 Install

7. Now .Net Framework 3.5 is installed on your system.
Windows 8 .Net Framework 3.5 Install
Original:

Thursday, September 24, 2015

HP Hotkey Support for Windows 8/Windows10

HP Hotkey Support

By downloading, you agree to the terms and conditions of the HP Software License Agreement.
Note: Some software requires a valid warranty, current HP support contract, or a license fee.
Type:Driver - Keyboard, Mouse and Input Devices
Version:5.0.28.1 Rev.A(9 Jul 2015)
Operating System(s):
Microsoft Windows 10 (64-bit)
File name:sp71790.exe (30 MB)

http://h20564.www2.hp.com/hpsc/swd/public/detail?sp4ts.oid=5275307&swItemId=ob_150949_1&swEnvOid=4192

HP Hotkey Support

By downloading, you agree to the terms and conditions of the HP Software License Agreement.
Note: Some software requires a valid warranty, current HP support contract, or a license fee.
Type:Driver - Keyboard, Mouse and Input Devices
Version:5.0.27.1 A(11 Jun 2014)
Operating System(s):
Microsoft Windows 8.1 (64-bit) | View all
File name:sp66562.exe (23 MB)

http://h20564.www2.hp.com/hpsc/swd/public/detail?sp4ts.oid=5275307&swItemId=ob_135423_1&swEnvOid=4158

Sunday, September 13, 2015

How to Convert a PDF File to Editable Text Using the Command Line in Linux

How to Convert a PDF File to Editable Text Using the Command Line in Linux

00_lead_image_pdf_to_text
There are various reasons why you might want to convert a PDF file to editable text. Maybe you need to revise an old document and all you have is the PDF version of it. Converting PDF files in Windows is easy, but what if you’re using Linux?
RELATED ARTICLE
Convert PDF Files to Word Documents and Other Formats
Most of us know easy ways to turn a Word or other text document into a PDF, but what if... [Read Article]
No worries. We’ll show you how to easily convert PDF files to editable text using a command line tool called pdftotext, that is part of the “poppler-utils” package. This tool may already be installed. To check if pdftotext is installed on your system, press “Ctrl + Alt + T” to open a terminal window. Type the following command at the prompt and press “Enter”.
dpkg –s poppler-utils
NOTE: When we say to type something in this article and there are quotes around the text, DO NOT type the quotes, unless we specify otherwise.
01_checking_for_poppler_utils
If pdftotext is not installed, type the following command at the prompt and press “Enter”.
sudo apt-get install poppler-utils
Type your password when prompted and press “Enter”.
02_installing_poppler_utils
There are several tools available in the poppler-utils package for converting PDF to different formats, manipulating PDF files, and extracting information from files.
03_utilities_in_poppler_utils
The following is the basic command for converting a PDF file to an editable text file. Press “Ctrl + Alt + T” to open a Terminal window, type the command at the prompt, and press “Enter”.
pdftotext /home/lori/Documents/Sample.pdf /home/lori/Documents/Sample.txt
Change the path to each file to correspond to the location and name of your original PDF file and where you want to save the resulting text file. Also, change the filenames to correspond to the names of your files.
04_running_pdftotext
The text file is created and can be opened just as you would open any other text file in Linux.
05_text_file_created
The converted text may have line breaks in places you don’t want. Line breaks are inserted after every line of text in the PDF file.
06_converted_text_file_in_editor
You can preserve the layout of your document (headers, footers, paging, etc.) from the original PDF file in the converted text file using the “-layout” flag.
pdftotext -layout /home/lori/Documents/Sample.pdf /home/lori/Documents/Sample.txt
06a_converting_using_layout
If you want to only convert a range of pages in a PDF file, use the “-f” and “-l” (a lowercase “L”) flags to specify the first and last pages in the range you want to convert.
pdftotext -f 5 -l 9 /home/lori/Documents/Sample.pdf /home/lori/Documents/Sample.txt
07_converting_page_range
To convert a PDF file that’s protected and encrypted with an owner password, use the “-opw” flag (the first character in the flag is a lowercase letter “O”, not a zero).
pdftotext -opw ‘password’ /home/lori/Documents/Sample.pdf /home/lori/Documents/Sample.txt
Change “password” to the one used to protect the original PDF file being converted. Make sure there are single quotes, not double, around “password”.
08_converting_pdf_with_password
If the PDF file is protected and encrypted with a user password, use the “-upw” flag instead of the “-opw” flag. The rest of the command is the same.
09_converting_pdf_with_user_password
You can also specify the type of end-of-line character that is applied to the converted text. This is especially useful if you plan to access the file on a different operating system like Windows or Mac. To do this, use the “-eol” flag (the middle character in the flag is a lowercase letter “O”, not a zero) followed by a space and the type of end-of-line character you want to use (“unix”, “dos”, or “mac”).
10_converting_pdf_with_eol_format
NOTE: If you don’t specify a filename for the text file, pdftotext automatically uses the base of the PDF filename and adds the “.txt” extension. For example, “file.pdf” will be converted to “file.txt”. If the text file is specified as “-“, the converted text is sent to stdout, which means the text is displayed in the Terminal window and not saved to a file.
To close the Terminal window, click the “X” button in the upper-left corner.
For more information about the pdftotext command, type “man page pdftotext” at the prompt in a Terminal window.

How to Stop Windows 7 or 8 from Downloading Windows 10 Automatically

How to Stop Windows 7 or 8 from Downloading Windows 10 Automatically

Screenshot_9_10_15__10_02_PM
Microsoft hasn’t exactly been endearing themselves to tech geeks everywhere lately, with all the privacy concerns and other issues. And now they are automatically downloading all of Windows 10 to your Windows 7 or 8 PC, whether you asked for it or not.
RELATED ARTICLE
30 Ways Your Windows 10 Computer Phones Home to Microsoft
Windows 10 phones home more than any other version of Windows before it. Along with Windows 10, Microsoft released a...[Read Article]
To be clear, they aren’t automatically installing Windows 10, but they are downloading the entire installer, which is at least 3 GB, which takes up a lot of drive space, and also wastes your network bandwidth. For people who don’t have unlimited bandwidth, this can seriously cost you a lot of money.
According to a statement provided to The Register by Microsoft, their explanation is that they think this is a better experience:
“For those who have chosen to receive automatic updates through Windows Update, we help customers prepare their devices for Windows 10 by downloading the files necessary for future installation. This results in a better upgrade experience and ensures the customer’s device has the latest software.” 
So this only affects people who have automatic updates enabled, but that’s almost everybody since automatic updates are on by default and are rather important for security reasons — the flood of critical security patches in the last year has shown that it’s probably a good idea to leave automatic updates enabled.
RELATED ARTICLE
Windows 10 is Great, Except for the Parts That Are Terrible
Windows 10 is a great upgrade. Microsoft paid a lot of attention to the feedback they ignored while developing Windows... [Read Article]
Based on the comments in other news reports about this, a lot of fanboys are going to come along claiming that this isn’t a big deal, it’s just business as usual. But downloading an entire operating system “just in case” you might want to upgrade to it instead of simply waiting for people to decide to opt in — that isn’t the type of behavior that we want.
This is a really stupid move by Microsoft, and it won’t be surprising if they reverse their decision and stop doing it.

How to Block Windows 10 from Downloading (Hopefully)

Unfortunately, there’s no magic button to click to stop Windows 10 from downloading. In fact, you’re going to have to install a special patch from Microsoft to keep them from making you download something else. And that’s if you believe Microsoft’s support documentation, which says that you can block the Windows 10 upgrade this way.
We haven’t been able to absolutely prove that this will stop Windows 10 from downloading because it’s hard to say that this is working just because Microsoft hasn’t forced us to download 3GB of files we didn’t ask for.
This is one of those instances where we normally would avoid writing on the topic, since too much is up in the air and we like to be accurate at all times. So please excuse us if this doesn’t work for you.
Step 1
You’ll need to install this patch from Microsoft’s website (from what we can tell you’ll need to be on Windows 8.1 and not 8 to install the patch), so pick the version for your OS, install it, and reboot.
Step 2
Open up your registry editor using the Start Menu search or by pressing WIN + R and typing regedit and hitting enter, and then navigate down to the following key:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\
Microsoft\Windows\WindowsUpdate
You’ll probably have to create the WindowsUpdate key on the left-hand side, which you can do by right-clicking the Windows node. Click on that new key, and then create a new 32-bit DWORD called DisableOSUpgrade on the right-hand side, and give it a value of 1.
Screenshot_9_10_15__10_19_PM
Don’t want to bother with all that? You can simply download our registry hack file, unzip, and double-click on the file to install it.
And you should probably reboot after you do this.

Alternative Option: Set Windows Update to Not Download Things

If you set Windows Update to notify you but don’t download anything, Microsoft won’t automatically send the updates down.
Please note that this is a bad idea for security reasons, so unless you have a metered connection and don’t have the bandwidth to download updates, you probably shouldn’t do this.
You can simply go into Windows Update and click on Change settings, and then change the drop-down to “Check for updates but let me choose whether to download and install them”.
Screenshot_9_11_15__8_23_AM
If you do this, please make sure that you keep up with installing updates.

When You Do Want to Upgrade in the Future

The one side effect of going through all of this is that you won’t be able to upgrade to Windows 10 in the future until you remove that registry key.
Luckily you can simply use the uninstall registry key provided in the download.

So You Already Have the $WINDOWS.~BT Folder?

If you already have the folder, which is hidden on the root of your system drive, you’re going to want to follow these instructions over on AddictiveTips to remove it. We haven’t verified these instructions, as we already upgraded most of our computers to Windows 10, and we don’t have the folder on any of our test VMs.

Thursday, September 3, 2015

Loading ac3 (Audio Track) files in VLC player

  • Open VLC media Player
  • In the Menu > Media choose Open(Advanced)...
enter image description here
  • In the Open Media window, click in Show more options and Play another media synchronously (extra audio file,...)
enter image description here
  • In the "File Selection" field add your mkv file, and in the "Extra media" field browse and add your ac3 file.
enter image description here
  • Click and play, and finally go to Menu > Audio > Audio Track and choose The track eg:
enter image description here
Hope this will be helpful.

Wednesday, February 11, 2015

How can I tell if a memory module is ECC parity RAM or non-ECC non-parity RAM?

Parity memory modules have an extra chip on them to check for errors. Therefore, non-parity memory should have an even number of chips on the module and parity memory should have an odd number. Typically, there will be 8 chips on a non-ECC module and 9 chips on an ECC module.
However, some parity SIMMs can have 12, 18, 24 or 36 chips. Therefore, a sure-fire way to determine of a memory module is parity or non-parity is to divide the number of chips on the module by three. If the number is evenly divisible by 3, it is a parity, or ECC module. If the number of chips is not divisible by three, the module is non-parity, or non-ECC.

Friday, September 19, 2014

Mount an ISO image in Windows 7, Windows 8 or Vista

The freeware utility from Microsoft to mount ISO Images doesn’t work in Windows 7 or Vista. Thankfully there’s another utility that does.

Mounting an ISO Image in Windows 7 or Vista

The utility that we will use is called Virtual Clone Drive. This utility will let you mount .ISO, .CCD, .DVD, .IMG, .UDF and .BIN files. Download the utility and start the setup process.
virtualclonedrive2.png
Select Yes or OK at the hardware prompt and continue. You might have to restart your computer. Now you should be able to mount any ISO image by just double-clicking on the file. You can also right-click on the cd-rom drive to mount or unmount an image.

Notes: If you are going to reinstall this utility, make sure you uninstall it first, or you’ll BSOD yourself repeatedly. Also, as of the latest version, this utility should work on Windows 7 or Vista 64 bit edition.


Alternatives
  • Virtual CD-ROM (Microsoft) – This utility has recently been updated but it is still fairly old.
  • Alcohol 52% – Free version of Alcohol 120, but it bundles a browser toolbar that they claim isn’t spyware. It’s unacceptable.
  • Daemon Tools – Well known tool, but the latest version installs spyware on your computer, and the old version doesn’t work in Vista or 7.
At this point, Virtual CloneDrive is by far my favorite free utility.
Download Virtual CloneDrive from slysoft.com

Mounting an ISO Image in Windows 8 or 8.1

Now that Windows 8 is finally upon us, it’s worth noting that ISO and VHD mounting is built right into the operating system. All you need to do is right-click, double-click, or select and use the Ribbon to Mount an ISO image. It’s just that simple:

Once you’ve done so, you’ll see the ISO mounted as a new drive in Computer. You can right-click there to unmount when you’re done.

ORIGINAL:

Tuesday, September 2, 2014

Setting Up Your iPhone, iPad, & iPod With Microsoft Exchange 2010 E-Mail

The following article below will get your Microsoft Exchange 2010 mailbox setup on your iPhone:
Note: Your device must be a 3G, 3Gs, and with a 4.0+ iOS
Note: Before we get started, please be sure your administartor has purchased you an Activesync license and assigned to your email address.
1. Tap the Settings icon on the iPhone
 
2. Next, tap Mail, Contacts, Calendars. Add Account then Microsoft Exchange.
 
3. Tap Add Account then Microsoft Exchange.
   
4. The Exchange setup screen will open; you'll then enter the following information:
  • Email - Enter your entire email address (e.g., myname@mydomain.com), using all lowercase letters.
  • Domain - leave this field empty.
  • Username - Enter in your entire email address.
  • Password - Enter in the password for your email account.
  • Description - Enter a descriptive name for your account (e.g., My Work Account). This description will only be visible to you.

5. Tap the Next button and the device will attempt to verify the account. You may receive an "Unable to Verify Certificate message," go ahead and Tap the Accept button.
6. The device will than continue verifying the account. Once complete, tap the Server field, and enter in "connect.emailsrvr.com" minus the parenthesis.

7. Tap the Next button and the device will then try to create a secure (SSL) connection to your Exchange server. When connected, you'll see check marks along your settings to confirm that your account has been verified.

8. Tap the ON/OFF buttons to select which information to synchronize with the Exchange server and then tap the Done button when finished.

Note: Your iPhone may take a moment to sync all your information depending on how much you have on the Exchange server. To learn more about the mail settings on your device tap Settings from the home screen, than Mail, Contacts, & Calendars and than select your account. You'll be able to customize how much data you would like to sync from the server.

Original Link: