Showing posts with label Microsoft. Show all posts
Showing posts with label Microsoft. Show all posts

What's new in Windows Phone 8.1 (developer preview) and how to get it?


Microsoft just launched its latest update for developers, Windows Phone 8.1. Calling it an update would be wrong though, it's like a whole new operating system. I tested the WP 8.1 on Nokia Lumia 520 and here are the best new features:




Cortana: With its personal assistant named Cortana Microsoft has added the best of both iOS' Siri and Android's Google Now. Your personal assistant will do tasks for you as you say them. It'll even tell you joke when you are sad.




The Notification Center: Microsoft finally added a swipe down notification center which will contain all your notifications. All the toast notification will get added here unless you clear them. This screen will also have shortcuts for four or five settings' shortcuts to toggle options like Bluetooth, WiFi etc. 




Internet Explorer 11: The new internet explorer is faster and better. It can save your passwords, handle many tabs and can play youtube videos. HTML5 support has been added. And, finally you can download music and videos instead of streaming them online.




The Swype Keyboard: You can now swipe through letters and your keyboard will write the words for you. Emoticons now show up in suggestions.




Contacts & Call: You now have an option to show contacts only with a phone number. You can view call details by pressing and holding a contact in the history.


Other features:
a) Apps can now be stored on SD card.
b) Installed apps can be filtered in Store by usage and install date.
c) Option to automatically update apps added.
d) Calendar has been revamped.
e) Camera app now has a new layout with burst mode.
f) VPN support.
g) Changed layout of call screen.
h) You can now search in SMS threads.
i) You can now connect your device to projector and project it.

j) You can add a wallpaper on live tiles.
 




  



How to get Windows Phone 8.1 developer preview?
Note: Installing WP 8.1 (developer preview) will nullify your phone's warranty if any. Also you cannot revert back to previous version once 8.1 is installed.
  1. Go to appstudio.windowsphone.com and click on 'Start New Project'.
  2. Log in with your Microsoft ID and choose any template like Empty App for example.
  3. Now go to store on your Windows Phone and search for an app named, 'Preview for Developers'. Download and install it.
  4. Open the app, choose necessary options and log in using your same Microsoft with which you registered on AppStudio when asked.
  5. Close the app when all is done and go to settings > phone update and check for updates.
  6. You may have to download few updates before you actually get 8.1 but it is worth the wait. 
How to enable Cortana outside United States?
  1. Go to settings > region (after installing 8.1)
  2. Change your region to United States.
  3. Restart the phone.
  4. Go to settings > languages.
  5. Change your language to English (United States) and move it to the top if it is not already there.
  6. Restart the phone.
  7. Now you can access Cortana by tapping the Search key.

Simple Message Box to annoy your friends using VBScript

VBScript (Visual Basic Script) is a scripting language developed by Microsoft. It is a lightweight Active Scripting Language with a very fast interpreter.


Here is a very simple VBScript code to annoy your friends. This code will pop up an annoying message box again and again. Here are the steps:

a) Type the following code in notepad:

msgbox("Hello There!")
do
msgbox("Hello again!")
loop

b) Save this as "CoolMsgBox.vbs" (with quotes i.e. a file named CoolMsgBox with extension .vbs)

c) Double Click on this file to view the Message Box.

HOW TO STOP THIS SCRIPT:

a) Open Task Manager. (Ctrl + Shift + Esc)

b) Click on Processestab.

c) Look for a process named 'wscript.exe' , click on it and Click End Process.

d) Click End Process again in the dialog box 'Do you want to end the process wscript.exe?' and the job is done.

Change the Icon of Your Flash Drive (Pen Drive)

Change the icon of your flash drive (SD Card or Pen Drive) such that it appears the way you wish it to appear on every computer you plug in the device to. 

Follow these simple steps : 

1) Take any icon file (a file which has a .ico extension) you want to see as your flash drive icon and rename it to "flashicon.ico" 

2) Copy this file to your flash drive.

3) Open Notepad and type the following :
  
  [autorun]
  icon=flashicon.ico

4) Save the file as "autorun.inf" (with quotes i.e. a file named autorun with extension as .inf) directly in your flash drive.

5) Now go to your flash drive and hide both these files i.e. "flashicon.ico" and "autorun.inf".

6) Eject your flash drive and plug it in again to see your desired icon.

P.S. - In case you don't know what is a .ico (icon) file you can download free icons from http://www.iconspedia.com or you can re-size your own desired image (jpeg or preferably png)  to 32 x 32 pixels or 64 x 64 pixels and save it as an icon (.ico) file using Photoshop or GIMP.