Results for: search
Draw and doodle your photos with pen & ink
Surface pen and Windows ink allow you to draws on photos to create personalized art.
How to get the Windows 10 April 2018 Update
Windows 10 April 2018 Update is on its way to you! Learn about the rollout and how to get the update when you want it.
Windows 10 update failure (to version 1909)
My Dell laptop has version 1809 and it keeps attempting to update to version 1909. It has failed over and over and over again. In the past, I have received this error code: 0xc1900101. Today I received this message: "There were some problems installing updates, but we'll try again later. If you keep seeing this and want to search the web or contact support for information, this may help: (0x80070057)" I have searched for a solution here, but they all seem very complicated. Can anyone refer me to something simple that will fix this? (I don't understand why Microsoft is sending updates that do not work).
Windows 10 makes wireless projection easy
Project your ideas, work, or personal photos to any wireless display with Windows 10.
Microsoft Edge Slowed Me Down
For many years I have used Google as my search and browser page. I tried the other day to switch and go to Microsoft Edge and had many problems surfing around and I imported my bookmarks and did not get the complete list of the sites I visited. I had problems with google but I had to back to google because I couldn't solve and issues I had. Using Edge slowed my computer down. I got frustrated. Can anyone help me.
Windows 101: How to turn on Windows 10 Caps Lock indicator
By turning on Toggle Keys in Windows 10 you can get an audible alert every time you press the CapsLock, Scroll Lock or Num Lock keys.
Windows 10 cannot start!
I have a Dell desktop running Windows 10. Three days ago, when I turned on the computer, first it showed a blue window with white dots circling around beneath. A few seconds later, the blue window disappeared, and only the white dot(s) circling for hours. The screen is in black. I tried to roll back the update and failed. I even tried to reset the PC, it still could not finished. I tried Microsoft support or Internet search, and I cannot find any solution. Can someone help me to resolve this extremely difficult problem? Thanks.
Windows 101: Four simple ways to switch between Windows apps
When you have multiple apps and documents on the screen, Windows makes it simple to switch between one open window to another.
Possible Microsoft Rewards integration
Could there be a way to earn Microsoft Rewards points for engaging in activities in the Windows Community? I am pretty sure anyone who reads this would be thrilled if that was possible. I am already earning points for searching on Bing and buying stuff on Xbox, such as games and In-Game Currency (i.e. NBA 2K Virtual Currency). It would be helpful to the Windows community to earn points towards Microsoft Store credit, an Xbox Live Gold membership, or even an Xbox Game Pass subscription. To any Microsoft employees who read this, if it's possible to make it happen, will you be able to do it?
Problem with Rewards program from MSN(edge) homepage.
I click on Rewards icon, it goes for a little bit and then JUMPS back to homepage. I am really disappointed with this because it has been going for some time now! But if I go to Bing search and type in Rewards it goes to login, I click on that and my account shows up. WTF!!!
Web Search API | Microsoft Bing
https://www.microsoft.com/en-us/bing/apis/bing-web-search-apiBring intelligent search to your apps and harness the ability to comb billions of webpages, images, videos, and news with a single API call. Enable safe, ad-free, location-aware search results, surfacing relevant information from billions of web documents. use the arrow keys to navigate through the ...
Azure Cognitive Search - Cloud Search Service | Microsoft ...
https://azure.microsoft.com/en-us/services/searchAzure Cognitive Search is available in combinable search units that include reliable storage and throughput to set up and scale a cloud search experience quickly and cost-effectively. Add search units to increase queries per second, to enable high availability, or for faster data ingestion. Remove search units during low traffic periods.
Hide and unhide your search box in Windows 10
https://support.microsoft.com/en-us/windows/hide-and-unhide-your-search-box-in-windows...To hide your search box, press and hold (or right-click) the taskbar and select Search > Hidden.. If your search bar is hidden and you want it to show on the taskbar, press and hold (or right-click) the taskbar and select Search > Show search box.. If the above doesn't work, try opening taskbar settings.
Search (Azure Maps) | Microsoft Docs
https://docs.microsoft.com/en-us/rest/api/maps/searchThis search API is the canonical 'single line search'. The Free Form Search API is a seamless combination of POI search and geocoding. The API can also be weighted with a contextual position (lat./lon. pair), or fully constrained by a coordinate and radius, or it can be executed more generally without any geo biasing anchor point.
SEARCH function (DAX) - DAX | Microsoft Docs
https://docs.microsoft.com/en-us/dax/search-function-daxExample: Search within a String. The following formula finds the position of the letter "n" in the word "printer". = SEARCH("n","printer") The formula returns 4 because "n" is the fourth character in the word "printer." Example: Search within a Column. You can use a column reference as an argument to SEARCH.