Showing posts with label Window. Show all posts
Showing posts with label Window. Show all posts

Sunday, August 18, 2019

Stop all updates in Windows 10


When you are working with any windows operating system, then you must fetch with window update features in their update some window system programmer & improve security & performance. For windows update, you must restart your PC & sometime it's failed to install all things so need to rollback.
So if you want to stop that update (If you haven't any problem with existing operating system features) than here describe some methods for that which is easy to set.

Disable automatic updates using 'Group Policy'

  1. Navigate to desktop then press the Windows logo key + R at the same time to invoke the Run box & type `gpedit.msc` and press Enter.
  2. Navigate to the following path: `Computer Configuration\Administrative Templates\Windows Components\Windows Update`
  3. Double-click the Configure Automatic Updates policy on the right side.
  4. Check the Disabled option to turn off the policy.
  5. Then click "Apply" and "OK" to save the settings.

Disable automatic updates using 'Registry'

  1. Navigate to desktop then press the Windows logo key + R at the same time to invoke the Run box & type `regedit` and press Enter.
  2. Navigate to the following path: `HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows`
  3. Right-click the Windows (folder) key, select New, and then click on Key.
  4. Name the new key WindowsUpdate and press Enter.
  5. Right-click the newly created key, select New, and click on Key.
  6. Name the new key AU and press Enter.
  7. Right-click on the right side, select New, and click on DWORD (32-bit) Value.
  8. Name the new key NoAutoUpdate and press Enter.
  9. Double-click the newly created key and change its value from 0 to 1.
  10. Click on "OK" for save & Restart.

Disable Windows Update Service

  1. Navigate to desktop then press the Windows logo key + R at the same time to invoke the Run box & type `services.msc` and press Enter.
  2. Scroll down to Windows Update, and double-click it.
  3. In Startup type, select "Disabled". Then click "Apply" and "OK" to save the settings.

Tuesday, January 1, 2019

Install Radis Server on Windows (WAMP Server)


Radius (Remote Dictionary Server) is an open-source advanced key-value database storage system like NoSQL. Redis supports different kinds of abstract data structures, such as strings, lists, maps, sets, sorted sets, bitmaps and spatial indexes. radius is used for caching to speed up a web application.
If you want to install radios on Linux system than it's easy to install using command line and configure auto in any programming language. when you want to install in window server than manually make some changes for works perfectly.
Process below steps for installing & work redis on a window server.
  • Download redis setup file for window (32bit & 64bit) here. (You can also download files from here)
  • Install/Put redis in any location you want.
  • Run `redis-server.exe` file from instillation files for start radis server.
  • Now check your php version by running phpinfo(); command in any file.
  • Find redis version match your PHP version from PECL package here.
  • Download radis as php extension according to radis version from https://pecl.php.net/package/redis/RADISVERSION(from below point)/windows. (Ex. https://pecl.php.net/package/redis/4.1.1/windows)
  • Here download DLL files list accoring to your PHP version and Thread Safe / Non Thread Safe.
  • Copy the `php_redis.dll` and paste to following folder in Wamp Server `wamp\bin\php\phpVERSION\ext\`.
  • Open php.ini file add redis extension to extensions list as below `extension=php_redis.dll`
  • Restart wamp server & check phpinfo() which shows redis to confirm radis install successfully.
  • Here you can check radis using php code as below.
    
    try {
        $redis = new Redis();
        $redis->connect('localhost', 6379); //connect redis server
        $redis->set('variable', 'Redis Test'); //save data in server
        $redis->get('variable');  //get data from server
    } catch (Exception $e) {
        echo $e->getMessage();
    }
    
    
  • Here for radis connection you must open redis-server.exe file which installed first(don't close radis server window).

Monday, December 12, 2016

Make Bootable Pendrive Without Any Software

Whenever you want to install or upgrade any operating system, then you must need a Bootable CD for run installation process as a boot option in any laptop or desktop. Some of the many system CD-Row is not available or it's corrupted to read CD then you must look for a Bootable Pen drive which is easy to plug-in USB port and use it to install any operating system.
If you want to create a Bootable USB pen drive then there is many paid and free softwares available for that. Some uses not understand most of the software's installation and use or some user doesn't use any malicious programs. Here describe a simple way to make Bootable pen-drive with window command prompts.
For creating any operating system Bootable pen-drive must check window source size, which is less than your pen-drive space or not.

Here list of steps to make  Bootable Pen-drive using CMD
  • Go to search in from window Icon or search program.
  • Now find `CMD` and then open that program by right click on and click option Run as administrator
  • Window open CMD screen now Turn on your `CAPS LOCK.`
  • Type `DISKPART` and press enter.Wait for a while until the DISKPART program run.
  • Type `LIST DISK` and press enter. This will show all the drives available in your system. Find the Disk number of your pen drive Disk 0 for Hard Drive and Disk 1 for your USB Flash Drive with its total capacity. (Attach only one USB at the time)
  • Type `SELECT DISK 1` to determine that disk 1 would be processed in the next step then hit Enter
  • Type `CLEAN` and hit Enter to remove all of the data in the drive. 
  • Type `CREATE PARTITION PRIMARY` and press enter for creating a primary partition.
  • Type `SELECT PARTITION 1` and press enter for Choosing the PARTITION 1 for setting up it as an active partition.
  • Type `ACTIVE` and then press enter for activating current partition.
  • Type `FORMAT FS=NTFS` and press enter. Wait till the processing becomes 100% complete. Do not do anything until it becomes 100%.
  • Type `ASSIGN` and then press enter.
  • Type `EXIT` to remove from DISKPART and close CMD.
Your USB pen drive has successfully become Bootable and is now ready to use. You just need to copy and paste all the files of the operating system on your USB drive pen drive and use as a bootable pen drive.

Sunday, August 21, 2016

Solve WIFI Problem in Windows 10

Many users fetch WI-Fi problem in window 10 after upgrade from window to older version or install new window 10.So here describe some steps for solve WI-Fi problem on window 10.
If you are looking for any solution from below
  • No WiFi is available on my computer after Windows 10 update.
  • Windows 10 WI-Fi is not working.
  • How to connect Window 10 laptop with WI-Fi.
  • WI-Fi working solve after updating window 10.
  • Window 10 WI-Fi limited connectivity.
  • No WiFi adapter found after Windows 10 upgrade.

First why this occurs after updating window 10. It's because of WiFi driver not installed on window or old driver not compatible with Windows 10

Here below describe some steps for all users so apply any steps and than restart your PC and check again if not solve than check next step.
  1.  There are many software available in site like as "Driver Talent" to find missing driver in system but all software are paid for installed driver.
  2.  Run command prompt as administrator from Window+R key and write following command
    reg delete HKCR\CLSID\{988248f3-a1ad-49bf-9170-676cbbc36ba3} /va /f
    and than press YES and enter netcfg -v -u dni_dne command.
  3.  Press "Windows Key + S" and choose "Power Options". Locate the current plan of your computer ("Balanced") and click "Change plan settings"
    Click "Change advanced power settings"click "Apply", and then click "OK" choose "Maximum Performance" under "Wireless Adapter settings".
  4.  Open command prompt with admin rights and open below command
    netsh int ip reset 
  5. Open Network and Sharing Center from Control Panel than click on change adapter settings.Right click on WiFi and click properties than click on Configure Button.
    Navigate to last tab Power Management and select checkbox Allow the computer to turn off this device to save power click on OK
  6. Resetting Tcp/Ip Auto-tuning.Open command prompt as administrator from Window+R key.Type below commands one by one
    netsh int tcp set heuristics disabled
    netsh int tcp set global autotuninglevel=disabled
    netsh int tcp set global rss=enabled
  7. Open Device Manager from control panel or directly search from task bar.than click on Network Adapters and find your wireless driver
    Right click on it and choose first option Update Driver Software. Find driver from internet and install it.
  8. Find your laptop model driver from online and install it on PC.Open Device Manager and choose WiFi Driver from Network Adapter than click on "Browse my computer for driver software"
    than click on Let me pick from my computer.check show compatible hardware.select driver and click on next

Saturday, April 4, 2015

Top Amazing Features of Google Chrome

Google Chrome is most used and famous browser provide by Google around that word.we use all browser for connect internet with us.Chrome and easy to use and simply load on any operating system.Here describe most useful features for user which is not well known to all.

Enter directly in website

generally in all browser when you enter anything in search bar than display results of that word.In chrome directly enter to website without search.
Ex. if you want to search for "hello" than enter hello in search bar but when you enter hello + SHIFT than redirect to www.hello.com

Direct use calculator

If you want to do any mathematical calculation by calculator than just do that by entering in search bar on Chrome.If you want to sum of 3 and 5 than just enter (3+5) in search bar chrome display result in calculator.Here you can also add many parameters at ones.

Use unit convertor

sometimes many user want to convert some unit to other unit than just enter in search tab than chrome gives result for that.
Ex. if you want to convert 10KM to meter than just enter 10km = m in search bar and result display there.

Currency convertor

Chrome directly convert any currency to local currency without search or any other way.if you want to convert 1 USD to local currency than just enter 1 USD = in search bar.

Open Image in chrome

From chrome you can open any local or live image o directly on chrome just open image with chrome browser than display that result on browser.

Drag and search

In chrome if you read any topic and article and you don't know meaning of any words in than and want to search about than word than just select,drag and drop that word on search bar results display there.

Move many tabs at Once

Here if you open many tabs and want to some unnecessary tab at the end of all tabs than you can move many tabs at one to the end of all tabs.

Open tab by key command

In chrome when you open many tabs and want to go any other tab direct see tab by number key tab.press 1 for first tab 2 for second like that.

Scroll by navigation key

If you want to read some long page than sometimes move down by mouse key or move by scroll bar.In chrome browser directly up and down by navigation key on keyboard.

Work with tab with Key

Chrome support some key for work with tab
CTRL + T = Open New Tab
CTRL + W = Close current tab
CTRL + SHIFT + T = Open recent closed tabs
CTRL + TAB = For go to one tab to another
CTRL + SHIFT + TAB = Move tab right to left once

Open functions by URL

In chrome some functions like extension,settings, history see by just entering that in search bar.
If you want to manage extensions than enter chrome://extensions in search bar.

How to Convert PDF to Word Documents


PDF(Portable Document Format) is one type of electronic file format created by Adobe reader or such type of software.in that format you can easily print and read any document and word is also one type of file format in for writing and editing document easily with many features.Both file format are most useful for basic computer knowledge.
There are many online website which convert PDF document to word document according to PDF size and membership of website or rules.
If you want to convert word document to PDF than this functionality available in MS Office 2013.Microsoft provide default functionality in Ms Office See Here for convert Word to PDF.
If you want to convert PDF document to word than process below step
  1.  Download and install Acrobat XI OR higher version.
  2.  Open PDF file in Acrobat XI. 
  3.  Select Tools > Content Editing > Export File to Microsoft Word Document.
  4.  Turn on setting optical character recognition(OCR).
  5.  Set name of  new word document and Save it.

Friday, February 6, 2015

Reset all Windows Browsers to Default Settings


Windows Browsers is very useful for every person related to web network when you want to search anything or even if see any website than must need browser.There are many windows browser available according to difference country and user friendly.But sometimes lots of virus in Internet and some extension or unnecessary program install in window PC so you must reset Browser and make default settings of your browser.Here describe only reset basic browsers only.

Google Chrome

  1. Click Chrome menu at top right of Chrome Browser
  2. Select Settings
  3. On that page click Show Advanced Settings
  4. Under the section "Reset settings” click Reset settings button
  5. Pop up window open that click on Reset button

Internet Explorer

  1. Select Tools Menu from Internet explore menu bar
  2. Than click on Internet options
  3. In Advance tab click on Reset button
  4. Than dialog box open and click Reset button

Mozilla Firefox

  1. From Firefox menu bar click Help menu
  2. Click on Troubleshooting Information sub menu
  3. Click on Refresh Firefox button on top right page
  4. Than click on Refresh Firefox button of open that pop-up

Apple Safari

  1. From safari menu click on Edit menu
  2. Click on Reset Safari from menu
  3. Click on Reset button on opened dialog box

Opera

  1. Close your Opera Browser
  2. Display all windows hidden fields
  3. Go to C:\Users\USERNAME\AppData\Roaming\Opera\Opera\
  4. Delete Operapref.ini
  5. Restart Opera with default configuration

Sunday, January 4, 2015

Make Window 7 Genuine

Window 7 provide licence version for use as window 7 home or ultimate.
If you install window version any 32-bit or 64-bit OS and dispay error like your system is not genuine make it genuine and that display screen for enter product key than use below process for make it genuine and remove that error from your system.

  1. Click on start menu.
  2. In search bar type CMD.
  3. than display CMD on top right click on it.
  4. Than open run as administrator.
  5. Now in command promote enter SLMGR -REARM.
  6. Press enter and wait for some times.
  7. Pop up window display for command run successfully.
  8. Now restarting system.
Check now window genuine error remove from your system.