Many new features are expected to be introduced at Microsoft’s hybrid business event on April 5. Let’s take a closer look at the features that are likely to be introduced together.
Windows 11, which was released on October 5, 2021, and which some loved and some found “unnecessary” after its release, constantly getting new features. If you remember, there was an update in the past weeks that will show ads in Windows 11’s file explorer. had been tested.
Continuing to develop Windows 11, the Microsoft team announced that it will hold an event called ‘Windows Powers the Future of Hybrid Work’ on April 5. Various items coming to Windows 11 at this event functionality and management features are expected to be introduced to users. Let’s take a closer look at the features that are likely to be introduced at the event to be held on April 5th.
Contents
Intelligent copy board
In fact, Windows 10 and 11 already have a copy clipboard. You can copy more than one thing thanks to this clipboard that you open from the settings section of your computer, to emojisYou can easily access gifs and symbols. However, this “smarter” clipboard, which is expected to be introduced at the event, will allow you to copy a phone number when you copy it. To enable you to call via Microsoft Teams or Skype or it may have features that will make your work easier in daily life, such as allowing you to easily send e-mails to the e-mail addresses you have copied.
This smart clipboard helps users in experimental versions of Windows 11. activated to test.
Tabs in file explorer
This feature, which has also been tested in experimental and developer versions, has been tested by many users. waiting for years. With this feature, users can open multiple file explorer windows in a single window, just like an internet browser. easy access to all files. We hope that Microsoft officials have taken to File Explorer. bring an ad prefers to bring tabs instead.
New email app (it was time)
The Outlook application, which came into our lives with the release of Windows 10 and which many people could not like, was introduced to users about 1 year ago with a new experimental design. he was excited. According to many sources, Microsoft is using this aging and disliked e-mail application. much more fluid and aesthetic Preparing to replace it with an app.
Microsoft Teams and Metaverse
Microsoft Teams, which develops day by day with Windows 11 and Metaverse and has more features, is now an application that many people love. Bringing the Metaverse universe to Microsoft Teams at previous events talking about wanting to move Microsoft officials shared their work on this issue with users at the event on April 5th. can share.
Microsoft Edge
Microsoft Edge, a Chrome-based browser that is much more loved than its predecessor Internet Explorer, Self-contained PDF viewing It is famous for its richness of features. Advanced PDF viewing options introduced in Canary (where features were tested before beta) of Edge are also featured at this event. expected to be officially introduced.
Various security updates
Of course, as in every update, this time too Windows 11 and Office 365 tools Many security updates and features are also expected to be introduced.
RELATED NEWS
A ‘Surprise Egg’ Has Been Discovered In Windows 11 You’ll Be Addicted Once You Try It
So what do you think? What features do you think will be introduced at the event on April 5th?
Source :
https://www.theverge.com/2022/3/30/23002966/microsoft-event-windows-11-future-hybrid-work-rumors
$(function(){
//facebook window.fbAsyncInit = function() { FB.init({ appId : '1037724072951294', xfbml : true, version : 'v2.5' }); };
(function(d, s, id){ var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) {return;} js = d.createElement(s); js.id = id; js.src = "https://connect.facebook.net/tr_TR/sdk.js"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));
$('body').on({ click: function() { // facebook save button ajax FB.XFBML.parse(); } }, '.facebook-save');
// share scroll if ($('.content-sticky').length > 0) { if ($(window).width() >= 768) { $(window).on('scroll', function () { var scrollTop = $(this).scrollTop(); $('article').each(function () { if (scrollTop >= ($(this).find('.content-body').offset().top - 76)) { $(this).find('.content-sticky').addClass('sticky'); if (scrollTop >= ($(this).find('.content-body').offset().top + $(this).find('.content-body').height() - ($(this).find('.content-sticky').height() + 92))) { $(this).find('.content-sticky').removeClass('sticky'); $(this).find('.content-sticky').css({'bottom': '0px', 'top': 'auto'}); } else { $(this).find('.content-sticky').addClass('sticky').css({ 'bottom': 'initial', 'top': '76px' }); } } else { $(this).find('.content-sticky').removeClass('sticky').css({'bottom': 'auto', 'top': '0'}); } }); }); } }
// share click $('body').on({ click: function (){ var $this = $(this), dataShareType = $this.attr('data-share-type'), dataType = $this.attr('data-type'), dataId = $this.attr('data-id'), dataPostUrl = $this.attr('data-post-url'), dataTitle = $this.attr('data-title'), dataSef = $this.attr('data-sef');
switch(dataShareType) { case 'facebook': FB.ui({ method: 'share', href: dataSef, }, function(response){ if (response && !response.error_message) { updateHit(); } });
break;
case 'twitter': shareWindow('https://twitter.com/intent/tweet?via=webtekno&text="+encodeURIComponent(dataTitle) + " %E2%96%B6 ' + encodeURIComponent(dataSef)); updateHit(); break;
case 'gplus': shareWindow('https://plus.google.com/share?url=" + encodeURIComponent(dataSef)); updateHit(); break;
case "mail': window.location.href="https://www.webtekno.com/mailto:?subject=" + encodeURIComponent(dataTitle) +'&body='+ encodeURIComponent(dataSef); //updateHit(); break;
case 'whatsapp': window.location.href="whatsapp://send?text=" + encodeURIComponent(dataTitle) +' %E2%96%B6 '+ encodeURIComponent(dataSef); updateHit(); break; }
function shareWindow (url) { window.open(url, "_blank", "toolbar=yes, scrollbars=yes, resizable=yes, top=500, left=500, width=400, height=400"); }
function updateHit () { $.ajax({ type: "POST", url: dataPostUrl, data: {contentId: dataId, contentType: dataType, shareType: dataShareType}, success: function(data) {
if ($('.video-showcase').length > 0) { var $container = $('.video-showcase'); } else if ($('article[data-id="' + dataId + '"]').length > 0) { var $container = $('article[data-id="' + dataId + '"]'); } else if ($('.wt-share-item[data-id="' + dataId + '"]').length > 0) { var $container = $('.wt-share-item[data-id="' + dataId + '"]'); } else { $container = null; }
//var $container = dataType == 'video' ? $('.video-showcase') : $('article[data-id="' + dataId + '"]');
if ( $container != null && $container.length > 0 ) { var $badged = $container.find('.wt-share-badge-' + dataShareType);
var $headerCount = $('.content-header').find('.wt-share-count'), $containerCount = $container.find('.wt-share-count'), value = parseInt($containerCount.html()) + 1;
$container.data('share', value); //$containerCount.html(value);
if ($headerCount.length > 0) { //$headerCount.html(value); }
if ( $badged.length > 0 && (dataShareType == 'facebook' || dataShareType == 'twitter')) { if ($badged.hasClass('is-visible')) { //$badged.html(data); } else { //$badged.addClass('is-visible').html(data); } } }
} }); } } }, '.wt-share-button') });