Results for: search
Custom Cursors
This was something extremely popular in the edgy era of 2005-2008, I was wondering if anyone actually uses custom cursors. And don't say you use macOS cursors.
Windows 101: Organize your Start menu in Windows 10
Organize your Start menu in Windows 10 with just a few clicks.
windows 10 ?
How do I find my version of windows 10 ?
CORTANA
Is CORTANA going to be geared only for those with Office 365? If so why can't we have a version separate from Office 365?
Windows 10: thicker contour line around window
Hi, is it possible to make the contour line around windows thicker without having to use the high contrast mode?
Share option not working
Unable to share a web page with any of my contacts
How do I delete obsolete passwords
I have some old obsolete email addresses and I want to delete them. Try as I might I cant find any way to do it. So, how do I delete old email addresses?
Microphone in Teams
Has anyone else suddenly had their microphone stop working in teams on their laptop? It works when in anything else, just no-one can hear me in Team calls. All the settings are set to allow access, and nothing's changed from when i used it the day before. I've looked at the support pages but have already tried any suggestions there. thanks, Susan
Minimize distractions with Windows 10 Focus assist
No distractions, no problem. Focus assist helps keep your focus on the task at hand.
"The device is currently in use"
I try to safely eject my USB device and get the message "The device is currently in use. Close any programs or windows that might be using the device, and then try again." I get this message 99% of the time - even when no applications or windows are open. Why is this happening? Is there a way to get around this? I never get this message at work or school, unless the USB device is actually in use. I do log in as a standard, non-administrator user. I only elevate to administrator privileges when necessary like installing applications (I also only temporarily elevate privileges; I never log on as an administrator). So when I get the "The device is currently is use." message, I right-click on start button and click Disk Management. I know that I can safely remove the device by going into Disk Management and taking the device offline. However, I cannot elevate to administrator privileges to get into Disk Management. I get the following message: "You are logged on as a standard user. You can view device settings in Device Manager, but you must be logged on as an administrator to make changes." I don't want to log on as an administrator, but I do want to temporarily elevate to administrator privileges to take the device offline. Is there a way to do this? When I'm logged on as standard user and want to install an application, I get prompted for an administrator password. I want the same thing to happen when I go to Device Manager and other areas that require administrator rights.
Microsoft Search Overview | Microsoft Docs
https://docs.microsoft.com/en-us/microsoftsearch/overview-microsoft-searchMicrosoft Search brings together results from data sources in Office 365, including SharePoint, Microsoft OneDrive for Business, and Microsoft Exchange Server. Easy to search – Microsoft Search suggests results based on users' previous activity in Office 365, right in the Search box.
Microsoft Search | Microsoft Docs
https://docs.microsoft.com/en-us/microsoftsearchMicrosoft Search is an enterprise search experience that increases productivity and saves time by delivering more relevant search results for your organization
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 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.