Submit Express Local SEO Traffic Simulator

Amazon


How to Upgrade Your Windows Phone to Windows 10 Now

Upgrade Your Windows Phone to Windows 10

http://cyberzonetechnoz.blogspot.in/
Microsoft is technically selling two phones with Windows 10 built-in, but it hasn’t released the update for older phones just yet. If you have a Windows phone, though, there’s a good chance you can upgrade it to Windows 10 now, even if your cellular carrier is planning to delay or block the update.
For years, the Windows Insider Preview Program has let Windows phone users get the latest Windows operating system for their phones without requiring the approval of any cellular carrier. The Insider Program lets you upgrade to Windows 10 and immediately jump off the preview builds, sticking to the stable builds.
Warning: As Microsoft itself will warn you, this process isn’t designed for average users and may not be completely stable. You may not want to do this on your primary phone. Microsoft’sWindows Device Recovery Tool can help you reset your phone’s software if you encounter a problem, but it doesn’t work for all Windows phones.

Step One: Check If Windows 10 Supports Your Phone

This trick only works if the Windows Insider Preview program — and Windows 10 itself — will support your Windows phone. Microsoft provides a list of phones that support the preview program here. Microsoft supports a wide variety of Microsoft Lumia (formerly Nokia Lumia) phones. Right now, the only non-Lumia phones that will work are the HTC One (M8) for Windows and the LG Lancet.

These phones are supported if they have 8 GB of storage or more, and if they originally shipped with Windows Phone 8.1 installed on them.
Microsoft also now offers an “Upgrade Advisor” app for Windows phones. You can install this on your Windows phone to get a better idea of whether your phone will be eligible for the Windows 10 upgrade and what you’ll need to do. Unfortunately, even some phones that will be eligible for the full Windows 10 upgrade may not be allowed into the preview program.


Step Two: Join the Insider Program With Your Microsoft Account

Just joining the program doesn’t mean your Windows PCs and phones will automatically get insider builds. You’ll still have to opt into insider preview builds on each device individually. Joining the program means you gain the ability to opt into those preview builds on each device, if you choose to.As with the Insider builds of Windows 10 for the desktop, these builds require you to be part of the Windows Insider Program. To join the program — yes, it’s free — head to Microsoft’s Windows Insider website, sign in with the Microsoft account you use on your Windows phone, and join the program.

http://cyberzonetechnoz.blogspot.in/

Step Three: Install the Windows Insider App on Your Phone

Before continuing, you might want to connect your phone to a Wi-Fi network, to avoid using a lot of mobile data downloading a large operating system update. You might also want to connect it to a charger to ensure it doesn’t run out of battery power halfway through the update.
To get started, grab your Windows phone and open the Store by tapping the “Store” tile. Search for “Windows Insider.” Tap the “Windows Insider” app by Microsoft Corporation and install it.
Once it’s installed, open the app and tap “Get Preview Builds.” It’ll walk you through the process of downloading Windows 10 to your device and updating it.
http://cyberzonetechnoz.blogspot.in
You’ll likely want to choose the “Insider Slow” builds, which will give you more stable builds of Windows 10. “Insider Fast” will give you more bleeding-edge builds with newer features, but they’ll generally be more unstable as they haven’t seen as much testing.
After you do, Microsoft will attempt to scare you off one last time, emphasizing that this is still unstable code and it provides no guarantees it will work properly. After you tap “Accept,” your phone will reboot and be on the insider preview channel for updates.
http://cyberzonetechnoz.blogspot.in/

Your phone will start installing updates on its own. If you open the “Settings” app and tap “Phone Update” under “Update + Backup,” you’ll see that the phone is downloading the update.
When it’s done downloading, you’ll be asked if you want to install the update and told this process should take five to ten minutes. This process will actually take quite a bit longer than that, depending on how fast your phone is. You can leave your phone alone and it will finish the upgrade on its own. When it’s done, it will boot back up into Windows 10 Mobile.

http://cyberzonetechnoz.blogspot.in/


Step Four (Optional): Opt Out of Future Preview Builds

Once you’ve installed the Windows 10 insider preview builds, you can either keep updating to newer builds as they come out, or tell your phone to leave the program and use the most stable builds of Windows 10 possible.
To do this, open the Windows Insider app on your phone with Windows 10 installed. If you need to reinstall the app, you can re-download it from the Store.
Tap the ellipsis menu — that’s the “…” button — at the bottom of the app. When the menu appears, tap “Leave Program” and sign in with your Microsoft account to confirm your choice. Click “Continue” to confirm you want to leave the program. When the stable version of Windows 10 catches up with the software already on your phone, you’ll be put back to the normal stable channel of Windows 10. Your phone won’t continually upgrade to unstable builds.
After Windows 10 becomes stable, Microsoft’s new update process means carriers won’t be able to delay or block security, stability, and even feature updates — something carriers often do for Andorid phones. But the upgrade to Windows 10 can be delayed and blocked, and many cellular carriers will likely get in the way.
If you have an older Windows phone lying around — or can pick one up for cheap — you can use this trick to get Windows 10 on it today and see where Microsoft’s smartphone platform is going in the future. You won’t get every feature, however — in particular, the Continuum feature that sees a Windows 10 phone powering a PC desktop requires a new phone that explicitly supports this feature.



Image Credit: Microsoft

Notepad Tricks: Cool Notepad tricks for Windows

Notepad, the text editor that comes bundled in Windows is an excellent tool for text editing. But that is not the only thing for which notepad is famous. It is also famous for its tricks and hacks. Here is a roundup of some of the best and coolest tricks that you can try using Notepad.

Matrix Falling Code Effect - Notepad CMD (.BAT) Tricks

Inspired by the movie Matrix, this falling code trick is extremely popular on social networking websites. Copy and paste the code given below in Notepad and save the file as "Matrix.bat" or *.bat. 

@echo off
color 02
:tricks
echo %random%%random%%random%%random%%random%%random%%random%%random%
goto tricks

Notepad tricks
Matrix Falling Code Effect - Notepad Trick

Upon running the bat file, you will see the "Matrix falling code" effect.

Make Your Keyboard Type (Any) Message Continuously-VBS Trick

This VBS trick can make any of your friend's keyboard type any message continuously. Open Notepad, copy the code given below and save the file as Tricks.vbs or *.vbs. You will need to restart your computer to stop this. Try this after closing all important programs.

Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "This is a Virus. You have been infected."
loop
Send this file to your friends as an email attachment to see the fun.


Notepad Virus

Create a Harmless Funny Virus with Notepad-Continuously eject CD/DVD drives

This VBS trick will create a code which will continuously eject all your connected Optical drives. If you put them back in, it will pop them out again. Copy this code and paste it in Notepad as Virus.vbs or *.vbs.

Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop

Double click to open this file and you will be impressed by this awesome trick.

Make a Personal Diary(Log) with Notepad (Easter Eggs)

Notepad Diary
Notepad Diary
You can use this trick to create a personal log with Notepad which will automatically include the current date and time before your note. To do so, open Notepad and type .LOG in capital letters and press Enter. Save the file. Now, every time you open this file, notepad will automatically insert the current time and date before the note. Just enter your note and save the file each time after making an entry.

All these Notepad tricks are totally harmless and would not harm your PC in any way.  To close any of the VBS trick given, open task manager and close the wscript.exe process. These tricks work on Windows 8, Windows 7, Windows Vista and Windows XP.

Create Desktop Shortcuts to Your Favorite Web Pages

Create Windows Desktop shortcuts to your favorite web pages by following the steps below.
  1. Open the web page.
  2. Resize your browser window so it's not maximized.
  3. Once in a window mode click the icon to the left of the Internet address in the address bar and drag it to your Desktop and let go to create a shortcut.
http://cyberzonetechnoz.blogspot.in/


HOW TO ACCESS A WINDOWS DESKTOP FROM YOUR SMARTPHONE OR TABLET

Yes,you can Access a Windows Desktop from Your SmartPhone or Tablet. IPads and android tablets or Smartphone can’t run windows app locally, but with this you can remote your windows desktop, even with a physical keyboard. Many apps has been developed and launched like Microsoft remote desktop appTeamViewer for Remote Control, among which Microsoft app is mostly used for professional use while the other app can also be used for personal uses.

MICROSOFT’S REMOTE DESKTOP APP 

This app has reduced the work load from one’s head of staying in the home and working all the day and cancelling the vacations and many more just because of the work info is available in your PC. With Microsoft remote desktop app, you can connect to your work resources and remote PC from anywhere you feel like working. This app is mostly used for business and professional use rather than the personal use.


Features of this app :
  • Access your desktop with your phones easily.
  • Rich multi-touch experience with remote desktop protocol (RDP).
  • It has an outstanding feature or technology, namely Network Layer Authentication which secure connection to your data and applications.
  • High quality video and sound streaming.
Review for this app :This app is friendly for the business related persons or for the professional use but not so friendly for the personal use.

TEAMVIEWER FOR REMOTE CONTROL

This app is friendly for the personal use too no matter wherever you are, rather than controlling your own computer you can also remotely troubleshoot your relatives PC.
Features : 
  • Access to computers (windows, Mac, Linux) is possible also during a telephone call.
  • Transfer the files from your PC to phone or from phone to PC.
  • Automatic quality adjustment.
  • Remotely reboot the computer.
  • TeamViewer free is for private use only e.g. to access or solve your or your friends computer problems.
All you have to do is Download an Install Teamviever on Your Desktop and Mobile, after installing on your smartphone you will have to login with the details that teamviewer window displays.
Other Options: Other than these two apps you surely have other options too if you are not friendly with both of them.
Splashtop: This is another popular remote desktop app that people reportedly has said that it is faster. But unfortunately this is not a free app as it may cost you around $20 at regular price. And to use it over internet you need to buy an additional “Anywhere access pack”. This app can be used or purchased if you don’t mind spending money or if you need a faster app to complete your work fast.

Conclusion: With the development of these apps both personal and professional works are carried out easily and in a better manner with easy access.

HOW TO CHECK ORIGINAL INSTALLATION DATE OF WINDOWS

STEPS TO CHECK ORIGINAL INSTALLATION DATE OF WINDOWS


Step 1:  Hold Windows key and Press R key to open Run, Type CMD and hit enter to Open up Command Prompt.
Step 2: Type  systeminfo.exe  in Command Prompt and Hit Enter.

Step 4: With this Command you Get all the Necessary info about your System but If you Just want to know the date on which your windows was Installed on your System then type this Command   systeminfo | find /i “install date
You can see its showing that i have installed my windows last month as i had to Refresh my Windows, its pretty much Accurate.
Thats it guys, in this tutorial we saw how to check our system info including the Windows Installation Date.
If you have any trouble related to this article, have a go and Speak your mind in Comment box. I will be more than happy to hear from You.

Windows 7 Crack : Manually Activating using CMD (Run As Administrator)

1. To open the Command Prompt with Administrative Privileges:
  • Type "cmd" into the search box. Right-click on cmd and select "Run as administrator".
NOTE:  See detailed instructions on Opening the Command Prompt as an Administrator in Windows 7.
screenshot of Windows as a admin
Cyber Zone 

2. When the DOS prompt appears:
  • Type in:  cd c:\windows\system32  then press the Enter key.
     
  • Type in:  cscript \windows\system32\slmgr.vbs /ato  then press the Enter key.
(IMPORTANT:  You must type in the command exactly as shown, including spaces.) 
screenshot of Command prompt with 'Product activated successfully' highlighted.
 
3. The results of running this command will be an Output Message
  • If the output message says 'Product activated successfully', then the product activated successfully.
     
  • If the output message DOES NOT say 'Product activated successfully', do the following:
1.  Make a note of the error code that is generated in the Command Prompt window.
2.  Refer to Windows Enterprise: Activation Troubleshooting to find out how to resolve the error code.
3.  Try activating Windows again.  (Return to Step 1.)
4. Following these steps will activate Windows 7 for 180 days.  After this time period, you will need to complete these steps again to reactivate.  
NOTE: It is not necessary to let Windows deactivate before running this program again.  Windows Updates are included in LSU's Enterprise License Authorization.
5. Alternative methods of reactivating include  Connecting your computer to eduroam  OR  Connecting your computer to a VPN.

Microsoft Windows history

YearEvent
1983Bill Gates announces Microsoft Windows November 10, 1983.
1985Microsoft Windows 1.0 is introduced in November 20, 1985 and is initially sold for $100.00.
1987Microsoft Windows 2.0 was released December 9, 1987 and is initially sold for $100.00.
1987Microsoft Windows/386 or Windows 386 is introduced December 9, 1987 and is initially sold for $100.00.
1988Microsoft Windows/286 or Windows 286 is introduced June, 1988 and is initially sold for $100.00.
1990Microsoft Windows 3.0 was released May, 22 1990. Microsoft Windows 3.0 full version was priced at $149.95 and the upgrade version was priced at $79.95.
1991Following its decision not to develop operating systems cooperatively with IBM, Microsoftchanges the name of OS/2 to Windows NT.
1991Microsoft Windows 3.0 or Windows 3.0a with multimedia was released October, 1991.
1992Microsoft Windows 3.1 was released April, 1992 and sells more than one million copies within the first two months of its release.
1992Microsoft Windows for Workgroups 3.1 was released October, 1992.
1993Microsoft Windows NT 3.1 was released July 27, 1993.
1993Microsoft Windows 3.11, an update to Windows 3.1 is released December 31, 1993.
1993The number of licensed users of Microsoft Windows now totals more than 25 million.
1994Microsoft Windows for Workgroups 3.11 was released February, 1994.
1994Microsoft Windows NT 3.5 was released September 21, 1994.
1995Microsoft Windows NT 3.51 was released May 30, 1995.
1995Microsoft Windows 95 was released August 24, 1995 and sells more than one million copies within 4 days.
1995Microsoft Windows 95 Service Pack 1 (4.00.950A) is released February 14, 1996.
1996Microsoft Windows NT 4.0 was released July 29, 1996.
1996Microsoft Windows 95 (4.00.950B) aka OSR2 with FAT32 and MMX support is released August 24, 1996.
1996Microsoft Windows CE 1.0 was released November, 1996.
1997Microsoft Windows CE 2.0 was released November, 1997.
1997Microsoft Windows 95 (4.00.950C) aka OSR2.5 is released November 26, 1997.
1998Microsoft Windows 98 was released June, 1998.
1998Microsoft Windows CE 2.1 was released July, 1998.
1998In October of 1998 Microsoft announced that future releases of Windows NT would no longer have the initials of NT and that the next edition would be Windows 2000.
1999Microsoft Windows 98 SE (Second Edition) was released May 5, 1999.
1999Microsoft Windows CE 3.0 was released 1999.
2000On January 4th at CES Bill Gates announces the new version of Windows CE will be called Pocket PC.
2000Microsoft Windows 2000 was released February 17, 2000.
2000Microsoft Windows ME (Millennium) released June 19, 2000.
2001Microsoft Windows XP is released October 25, 2001.
2001Microsoft Windows XP 64-Bit edition (Version 2002) for Itanium systems is released March 28, 2003.
2003Microsoft Windows Server 2003 is released March 28, 2003.
2003Microsoft Windows XP 64-Bit edition (Version 2003) for Itanium 2 systems is released on March 28, 2003.
2003Microsoft Windows XP Media Center edition 2003 is released on December 18, 2003.
2004Microsoft Windows XP Media Center edition 2005 is released on October 12, 2004.
2005Microsoft Windows XP Professional x64 edition is released on April 24, 2005.
2005Microsoft announces it's next operating system, codenamed "Longhorn" will be named Windows Vista on July 23, 2005.
2006Microsoft releases Microsoft Windows Vista to corporations on November 30, 2006.
2007Microsoft releases Microsoft Windows Vista and Office 2007 to the general public January 30, 2007.
2008Microsoft releases Microsoft Windows Server 2008 to the public on February 27, 2008.
2009Microsoft releases Windows 7 October 22, 2009.
2012Microsoft releases Windows 8 October 26, 2012.
2015Microsoft releases Windows 10 on July 29, 2015.