Windscribe VPN : Review

· No comments
With internet censorship more prevalent than ever , VPN market is growing by leaps and bound.Upon an online search we can find many VPN providers but most are generally costly and free if available are limited to browser extension. Windscribe VPN has best of both world. It provides desktop program as well as browser extension.It is a freemium product with intial capacity of 10 GB with email verification.We can increase the capacity with referral

DOWNLOAD

For download just CLICK HERE

PLATFORM 

It is available for Windows,Mac,Linux,Chrome,Firefox,Iphone

INTERFACE

The interface is pretty sleek. You set which country you want to browse from and press on. You can allow or disallow firewall. First it will disconnect from present connection then tunnel through VPN connection.It provides many free popular location along with premium location.with subscription.

https://softwareuse2018.blogspot.com/2018/10/windscribe-vpn-review.htmlhttps://softwareuse2018.blogspot.com/2018/10/windscribe-vpn-review.html


https://softwareuse2018.blogspot.com/2018/10/windscribe-vpn-review.html

HOW TO : Fix Wordpress Site Url

· No comments
To change siteurl of wordpress site you have to goto Settings- General - Siteurl . If you mistakenly change site url from https://fonshop.tk to https://wwww.fonshop.tk then the site willnot load.
https://softwareuse2018.blogspot.com/2018/10/how-to-fix-wordpress-site-url_14.html
Not only will it not load you will also loose accesss to your admin dashboard.Let's look how we can solve this problem.

1. Hardset Method

With this method you won't be able to change the siteurl within your admin dashboard.
Goto your hosting provider dashboard , find the file manager, look for a file named "wp-config.php"
then edit this file.Add this line to the file.

define( 'WP_HOME', 'https://fonshop.tk' ); 

define( 'WP_SITEURL', 'https://fonshop.tk' );

https://softwareuse2018.blogspot.com/2018/10/how-to-fix-wordpress-site-url_14.html
where inplace of https://fonshop.tk will be the name of your file

 2. PHP Method

Go to your database manager and login. Find "wp_options" then click on browse.Edit siteurl and home "option_name" to desired value.
https://softwareuse2018.blogspot.com/2018/10/how-to-fix-wordpress-site-url_14.html

3. Relocate Method

As in first method go to  "wp-config.php" . Type
define( 'RELOCATE', true );
just before /*That's all, stop editing!
Go to https://yourdomainname.com/wp-login.php login as usual and change the siteurl and wordpress url in General-settings. Afterwards remove the relocate command .

There you have it. You have access to your wordpress dashboard

HOW TO : Change DNS in windows 10

· No comments
Right Click on WIFI/LAN icon in taskbar

It will take you to - Settings-Network and Internet- Status

Click on - Change adapter option

Click on which adapter you want to change DNS for

Right Click on it and go to properties

Click on internet protocol verion 4 or version 6 depending on which DNS you want to change

Click on properties then click on use the following DNS server

FOR CLOUDFLARE DNS
Use 1.1.1.1 and 1.0.0.1

HOW TO ADD IMAGE TO AUTOCAD

· No comments
If you want to trace from handdrawn image or have a 3d model you want to reference then you can import image in autocad as external reference.

Type 'image' or 'xref' in command line to open the external reference panel



From left side choose to add image


Browse the location for desired image


Choose to set insertion point and scale on screen . And set rotation as desired.



Now the image is loaded in autocad you can unload,reload and detach image from external reference panel


HOW TO : GET RID OF BLUE OR GREEN SCREEN PATCHES IN LAPTOP

· No comments
The screen patches can be caused either due to faulty graphics card or screen damage. But there is no surefire way of finding specific cause without proper analysis of system. Here are some ways to fix screen patches.


  • Update Windows 
  • Update graphics driver for both display and dedicated cards if applicable
  • Fix color settings
UPDATE WINDOWS

Windows update will generally fix problem if patches were caused due to corrupt installation or any bug in previous update itself

UPDATE GRAPHICS DRIVER 
Main reason for screen patches is graphics driver so check if updating the graphics driver solves your problem or not. Be sure to update both display and dedicated driver if applicable

FIX COLOR SETTINGS
Go to graphics control panel of your display driver and find color settings options. From there adjust brightness and contrast and check either sample in right or portion of screen with patch problem till it goes away. At optimum setting save it

IF YOU KNOW OF ANY OTHER WAYS PLEASE DO SHARE 

HOW TO : BLOCK INTERNET CONNECTION OF PROGRAM IN WINDOWS

· No comments
You would want to block incoming or outgoing connection from program either to bypass frequent online update checks or any reason what so ever.

STEPS

1. Go to Control Panel and search for Window Defender Firewall
   
2 Click on Advanced settings

3  Add new inbound and outbound rules
 
4 Choose Program , Program Path, Block connection and finish the process.

The rules are deleted if firewall is reset 

HOW TO : ACTIVATE MICROSOFT OFFICE 2016

· No comments
If you have  Window 10 version without product key , KMSpico is generally used to activate it. If you download it from unofficial website or many fake websites it will be bundled with malware.Here is an easy way to activate windows 10

ACTIVATE WINDOWS 10
STEP 1 : COPY THE CODE BELOW 
@echo off
title Activate Microsoft Office 2016 ALL versions for FREE!&cls&echo ============================================================================&echo #Project: Activating Microsoft software products for FREE without software&echo ============================================================================&echo.&echo #Supported products:&echo - Microsoft Office Standard 2016&echo - Microsoft Office Professional Plus 2016&echo.&echo.&(if exist "%ProgramFiles%\Microsoft Office\Office16\ospp.vbs" cd /d "%ProgramFiles%\Microsoft Office\Office16")&(if exist "%ProgramFiles(x86)%\Microsoft Office\Office16\ospp.vbs" cd /d "%ProgramFiles(x86)%\Microsoft Office\Office16")&(for /f %%x in ('dir /b ..\root\Licenses16\proplusvl_kms*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%%x" >nul)&(for /f %%x in ('dir /b ..\root\Licenses16\proplusvl_mak*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%%x" >nul)&echo.&echo ============================================================================&echo Activating your Office...&cscript //nologo ospp.vbs /unpkey:WFG99 >nul&cscript //nologo ospp.vbs /unpkey:DRTFM >nul&cscript //nologo ospp.vbs /unpkey:BTDRB >nul&cscript //nologo ospp.vbs /unpkey:CPQVG >nul&cscript //nologo ospp.vbs /inpkey:XQNVK-8JYDB-WJ9W3-YJ8YR-WFG99 >nul&set i=1
:server
if %i%==1 set KMS_Sev=kms7.MSGuides.com
if %i%==2 set KMS_Sev=kms8.MSGuides.com
if %i%==3 set KMS_Sev=kms9.MSGuides.com
if %i%==4 goto notsupported
cscript //nologo ospp.vbs /sethst:%KMS_Sev% >nul&echo ============================================================================&echo.&echo.
cscript //nologo ospp.vbs /act | find /i "successful" && (echo.&echo ============================================================================&echo.&echo #My official blog: MSGuides.com&echo.&echo #How it works: bit.ly/kms-server&echo.&echo #Please feel free to contact me at msguides.com@gmail.com if you have any questions or concerns.&echo.&echo #Please consider supporting this project: donate.msguides.com&echo #Your support is helping me keep my servers running everyday!&echo.&echo ============================================================================&choice /n /c YN /m "Would you like to visit my blog [Y,N]?" & if errorlevel 2 exit) || (echo The connection to my KMS server failed! Trying to connect to another one... & echo Please wait... & echo. & echo. & set /a i+=1 & goto server)
explorer "http://MSGuides.com"&goto halt
:notsupported
echo.&echo ============================================================================&echo Sorry! Your version is not supported.&echo Please try installing the latest version here: bit.ly/getmsps
:halt
pause 
STEP 2 : SAVE THE CODE IN NOTEPAD AS NAME.BAT ( FILE NAME DOESNOT MATTER EXTENSION MATTERS )
STEP 3 : RUN THE FILE AS ADMINISTRATOR

HOW TO : Fix "Printer not installed error"

· No comments
Printer not installed error can be seen for many reasons , first simply being because printer is not installed. 
I encountered this problem when printer was installed but not working.
Here is the fix

STEP 1 : Open run command with CTRL+R
STEP 2 : Type "services.msc" 
STEP 3 : Find "Print Spooler" in sevices dialog box
STEP 4 : Right click print spooler and select start


 
  

HOW TO : Activate Microsoft Project 2016

· No comments
Though Microsoft Office and WIndows can be activated using KMSpico , it is not useful for microsoft project and microsoft project pro. Here is an easy way to activate windows 10


ACTIVATE MICROSOFT PROJECT 2016
STEP 1 : COPY THE CODE BELOW 
@echo off
title Activate Microsoft Project 2016 ALL versions for FREE!&cls&echo ============================================================================&echo #Project: Activating Microsoft software products for FREE without software&echo ============================================================================&echo.&echo #Supported products:&echo - Microsoft Project Standard 2016&echo - Microsoft Project Professional Plus 2016&echo.&echo.&(if exist "%ProgramFiles%\Microsoft Office\Office16\ospp.vbs" cd /d "%ProgramFiles%\Microsoft Office\Office16")&(if exist "%ProgramFiles(x86)%\Microsoft Office\Office16\ospp.vbs" cd /d "%ProgramFiles(x86)%\Microsoft Office\Office16")&cscript //nologo ospp.vbs /inslic:"..\root\Licenses16\ProjectProVL_KMS_Client-ppd.xrm-ms" >nul&cscript //nologo ospp.vbs /inslic:"..\root\Licenses16\ProjectProVL_KMS_Client-ul-oob.xrm-ms" >nul&cscript //nologo ospp.vbs /inslic:"..\root\Licenses16\ProjectProVL_KMS_Client-ul.xrm-ms" >nul&cscript //nologo ospp.vbs /inslic:"..\root\Licenses16\client-issuance-bridge-office.xrm-ms" >nul&cscript //nologo ospp.vbs /inslic:"..\root\Licenses16\client-issuance-root.xrm-ms" >nul&cscript //nologo ospp.vbs /inslic:"..\root\Licenses16\client-issuance-root-bridge-test.xrm-ms" >nul&cscript //nologo ospp.vbs /inslic:"..\root\Licenses16\client-issuance-stil.xrm-ms" >nul&cscript //nologo ospp.vbs /inslic:"..\root\Licenses16\client-issuance-ul.xrm-ms" >nul&cscript //nologo ospp.vbs /inslic:"..\root\Licenses16\client-issuance-ul-oob.xrm-ms" >nul&cscript //nologo ospp.vbs /inslic:"..\root\Licenses16\pkeyconfig-office.xrm-ms" >nul&echo.&echo ============================================================================&echo Activating your Project...&cscript //nologo ospp.vbs /unpkey:KQBVC >nul&cscript //nologo ospp.vbs /unpkey:G83KT >nul&cscript //nologo ospp.vbs /inpkey:YG9NW-3K39V-2T3HJ-93F3Q-G83KT >nul&set i=1:serverif %i%==1 set KMS_Sev=kms7.MSGuides.comif %i%==2 set KMS_Sev=kms8.MSGuides.comif %i%==3 set KMS_Sev=kms9.MSGuides.comif %i%==4 goto notsupportedcscript //nologo ospp.vbs /sethst:%KMS_Sev% >nul&echo ============================================================================&echo.&echo.cscript //nologo ospp.vbs /act | find /i "successful" && (echo.&echo ============================================================================&echo.&echo #My official blog: MSGuides.com&echo.&echo #How it works: bit.ly/kms-server&echo.&echo #Please feel free to contact me at msguides.com@gmail.com if you have any questions or concerns.&echo.&echo #Please consider supporting this project: donate.msguides.com&echo #Your support is helping me keep my servers running everyday!&echo.&echo ============================================================================&choice /n /c YN /m "Would you like to visit my blog [Y,N]?" & if errorlevel 2 exit) || (echo The connection to my KMS server failed! Trying to connect to another one... & echo Please wait... & echo. & echo. & set /a i+=1 & goto server)explorer "http://MSGuides.com"&goto halt:notsupportedecho.&echo ============================================================================&echo Sorry! Your version is not supported.&echo Please try installing the latest version here: bit.ly/getmsps:haltpause

STEP 2 : SAVE THE CODE IN NOTEPAD AS NAME.BAT ( FILE NAME DOESNOT MATTER EXTENSION MATTERS )

STEP 3 : RUN THE FILE AS ADMINISTRATOR


HOW TO : Activate Windows 10 without software

· No comments
If you have  Window 10 version without product key , KMSpico is generally used to activate it. If you download it from unofficial website or many fake websites it will be bundled with malware.Here is an easy way to activate windows 10

ACTIVATE WINDOWS 10
STEP 1 : COPY THE CODE BELOW 
@echo offtitle Activate Windows 10 ALL versions for FREE!&cls&echo ============================================================================&echo #Project: Activating Microsoft software products for FREE without software&echo ============================================================================&echo.&echo #Supported products:&echo - Windows 10 Home&echo - Windows 10 Home N&echo - Windows 10 Home Single Language&echo - Windows 10 Home Country Specific&echo - Windows 10 Professional&echo - Windows 10 Professional N&echo - Windows 10 Education N&echo - Windows 10 Education N&echo - Windows 10 Enterprise&echo - Windows 10 Enterprise N&echo - Windows 10 Enterprise LTSB&echo - Windows 10 Enterprise LTSB N&echo.&echo.&echo ============================================================================&echo Activating your Windows...&cscript //nologo slmgr.vbs /upk >nul&cscript //nologo slmgr.vbs /cpky >nul&wmic os | findstr /I "enterprise" >nulif %errorlevel% EQU 0 (cscript //nologo slmgr.vbs /ipk NPPR9-FWDCX-D2C8J-H872K-2YT43 >nul&cscript //nologo slmgr.vbs /ipk DPH2V-TTNVB-4X9Q3-TJR4H-KHJW4 >nul&cscript //nologo slmgr.vbs /ipk WNMTR-4C88C-JK8YV-HQ7T2-76DF9 >nul&cscript //nologo slmgr.vbs /ipk 2F77B-TNFGY-69QQF-B8YKP-D69TJ >nul&cscript //nologo slmgr.vbs /ipk DCPHK-NFMTC-H88MJ-PFHPY-QJ4BJ >nul&cscript //nologo slmgr.vbs /ipk QFFDN-GRT3P-VKWWX-X7T3R-8B639 >nul) else wmic os | findstr /I "10 pro" >nulif %errorlevel% EQU 0 (cscript //nologo slmgr.vbs /ipk W269N-WFGWX-YVC9B-4J6C9-T83GX >nul&cscript //nologo slmgr.vbs /ipk MH37W-N47XK-V7XM9-C7227-GCQG9 >nul) else wmic os | findstr /I "home" >nulif %errorlevel% EQU 0 (cscript //nologo slmgr.vbs /ipk TX9XD-98N7V-6WMQ6-BX7FG-H8Q99 >nul&cscript //nologo slmgr.vbs /ipk 3KHY7-WNT83-DGQKR-F7HPR-844BM >nul&cscript //nologo slmgr.vbs /ipk 7HNRX-D7KGG-3K4RQ-4WPJ4-YTDFH >nul&cscript //nologo slmgr.vbs /ipk PVMJN-6DFY6-9CCP6-7BKTT-D3WVR >nul) else (cscript //nologo slmgr.vbs /ipk NW6C2-QMPVW-D7KKK-3GKT6-VCFB2 >nul&cscript //nologo slmgr.vbs /ipk 2WH4N-8QGBV-H22JP-CT43Q-MDWWJ >nul)set i=1:serverif %i%==1 set KMS_Sev=kms7.MSGuides.comif %i%==2 set KMS_Sev=kms8.MSGuides.comif %i%==3 set KMS_Sev=kms9.MSGuides.comif %i%==4 goto notsupportedcscript //nologo slmgr.vbs /skms %KMS_Sev% >nul&echo ============================================================================&echo.&echo.cscript //nologo slmgr.vbs /ato | find /i "successfully" && (echo.&echo ============================================================================&echo.&echo #My official blog: MSGuides.com&echo.&echo #How it works: bit.ly/kms-server&echo.&echo #Please feel free to contact me at msguides.com@gmail.com if you have any questions or concerns.&echo.&echo #Please consider supporting this project: donate.msguides.com&echo #Your support is helping me keep my servers running everyday!&echo.&echo ============================================================================&choice /n /c YN /m "Would you like to visit my blog [Y,N]?" & if errorlevel 2 exit) || (echo The connection to my KMS server failed! Trying to connect to another one... & echo Please wait... & echo. & echo. & set /a i+=1 & goto server)explorer "http://MSGuides.com"&goto halt:notsupportedecho ============================================================================&echo.&echo Sorry! Your version is not supported.&echo.:haltpause
STEP 2 : SAVE THE CODE IN NOTEPAD AS NAME.BAT ( FILE NAME DOESNOT MATTER EXTENSION MATTERS )
STEP 3 : RUN THE FILE AS ADMINISTRATOR

HOW TO : CHANGE LANGUAGE IN ADOBE AFTER EFFECTS CC

· No comments
The language of installation should be changed from preference settings inside adobe creative cloud. But generally this doesnot work as the creative cloud account has a default language associated with installation so change doesnot take place even after switching preference.

There is an easy way to change adobe after effects language to english

STEP 1 : GO TO DOCUMENTS FOLDER
STEP 2 : CREATE A NEW TEXT FILE NAME ae_force_english
          STEP 3 :  GO TO YOUR ADOBE AFTER EFFECTS CC PROGRAM

The language is changed to english

For other methods


HOW TO : Create Artboards in Illustrator CC

· No comments
Illustrator is a vector design program created by Adobe. Artboards are the work area when you can create illustration.

ARTBOARD TOOL : Press Shift + O to enter into artboard tool

1. Drag mouse to create artboard of desired size
2. Alt+ Drag to make artboard from center
3. Shift drag to maintain aspect ratio \
4. Alt+Shift + Drag to maintain aspect ratio and draw from center
5. Double click inside a text to create artboards within limit of text