Windows 10 RTM Build 10240 Leaked Screenshots
by Rafi · July 15, 2015
Windows 10 RTM Build 10240 Leaked Screenshots
The RTM (Release to Manufacturing) build of Windows 10 may have shown in a batch of newly-leaked screenshots of Microsoft’s next PC operating system. The images show a build number of 10240
The images come from Chinese-based ITHome, which has been the reliable source of Windows 10 screenshots leaks in the past. Aside from the build number, there’s nothing in these screenshots that shows anything new in terms of features in build 10240. Microsoft has already announced it has temporarily suspended the release of new Windows 10 builds for Windows Insider members while it prepares for the full launch of the OS.
Source: ITHome,Windowscentral
‘,
enableHover: false,
enableTracking: true,
buttons: { twitter: {via: ”}},
click: function(api, options){
api.simulateClick();
api.openPopup(‘twitter’);
}
});
jQuery(‘#facebook’).sharrre({
share: {
facebook: true
},
template: ‘
{total}
‘,
enableHover: false,
enableTracking: true,
click: function(api, options){
api.simulateClick();
api.openPopup(‘facebook’);
}
});
jQuery(‘#googleplus’).sharrre({
share: {
googlePlus: true
},
template: ‘
{total}
‘,
enableHover: false,
enableTracking: true,
urlCurl: ‘http://keyscity.net/wp-content/themes/hueman/js/sharrre.php’,
click: function(api, options){
api.simulateClick();
api.openPopup(‘googlePlus’);
}
});
jQuery(‘#pinterest’).sharrre({
share: {
pinterest: true
},
template: ‘
{total}
‘,
enableHover: false,
enableTracking: true,
buttons: {
pinterest: {
description: ‘Windows 10 RTM Build 10240 Leaked Screenshots’,media: ‘http://keyscity.net/wp-content/uploads/2015/07/windows-10-rtm.jpg’ }
},
click: function(api, options){
api.simulateClick();
api.openPopup(‘pinterest’);
}
});
// Scrollable sharrre bar, contributed by Erik Frye. Awesome!
var shareContainer = jQuery(“.sharrre-container”),
header = jQuery(‘#header’),
postEntry = jQuery(‘.entry’),
$window = jQuery(window),
distanceFromTop = 20,
startSharePosition = shareContainer.offset(),
contentBottom = postEntry.offset().top + postEntry.outerHeight(),
topOfTemplate = header.offset().top;
getTopSpacing();
shareScroll = function(){
if($window.width() > 719){
var scrollTop = $window.scrollTop() + topOfTemplate,
stopLocation = contentBottom – (shareContainer.outerHeight() + topSpacing);
if(scrollTop > stopLocation){
shareContainer.offset({top: contentBottom – shareContainer.outerHeight(),left: startSharePosition.left});
}
else if(scrollTop >= postEntry.offset().top-topSpacing){
shareContainer.offset({top: scrollTop + topSpacing, left: startSharePosition.left});
}else if(scrollTop 1024)
topSpacing = distanceFromTop + jQuery(‘.nav-wrap’).outerHeight();
else
topSpacing = distanceFromTop;
}
});
This entry passed through the Full-Text RSS service – if this is your content and you’re reading it on someone else’s site, please read the FAQ at fivefilters.org/content-only/faq.php#publishers.