Location>code7788 >text

Solve Windows sudden auto restart card logo

Popularity:111 ℃/2024-08-16 11:31:51

Boi

  • fig. beginning
  • managerial

Solve Windows sudden auto restart card logo

Solve Windows sudden auto restart card logo

Usually after a reboot or a stuck logo we need to check the logs

Access to view logs

Click to filter the current log

Enter eventlog

Find the time error ID of the reboot and memorize this event ID

Let's click again to filter the current log page

Select Clear and click OK

Then we find the key ID and time

Above and below this point in time look at what caused the error

Obviously the reason for this is storage caching and a host of other issues

The reason could be that the system disk reads too poorly, or not installed properly, followed by high temperatures, I have a seven-color rainbow solid state read performance is relatively poor

So moving the system cache and a bunch of other data to the rest of the solid state on the D drive solved it

If you want this error not to reboot automatically but to prompt you with an error message you can set it up like this

This way, the next time an error occurs, it won't automatically reboot.

posted @ 2024-08-16 11:17  Little kBlog Read (0) Comments (0compiler  favorite  report (malefactors to the police)
The Power of Membership, Brightening Hope in the Garden
refresh pageBack to top

bulletin

Copyright © 2024 kBlog
Powered by .NET 8.0 on Kubernetes
'). // Side Hover Button $("#home").append( '
    ' + '
  • ' + // '
  • ' + '
  • ' + "
" ); }; function setProfile() { let avatar = "/avatar/2368840/", homepage = $('#profile_block a').eq(0).attr('href'), name = $('#profile_block a').eq(0).text(), desc = $('#blogTitle h2').html(), join = $('#profile_block a').eq(1).attr('title'), age = $('#profile_block a').eq(1).text(), fans_link = $('#profile_block a').eq(2).attr('href'), fans = $('#profile_block a').eq(2).text(), follow_link = $('#profile_block a').eq(3).attr('href'), follow = $('#profile_block a').eq(3).text(), post = $('#stats_post_count').text().replace(/[^0-9]/ig, ""), article = $('#stats_article_count').text().replace(/[^0-9]/ig, ""), comment = $('#stats-comment_count').text().replace(/[^0-9]/ig, ""), view_text = $('#stats-total-view-count span').text(), view_num = $('#stats-total-view-count span').attr('title').replace(/[^0-9]/ig, "") let profile = `
${name} ${age}
${desc}
  • ${follow}
  • ${fans}
    • ${post}
    • ${article}
    • ${comment}
    • ${view_text}
`; $('#blog-news').append(profile); $('#follow-btn').append($('#p_b_follow')); }; function dggit() { if ($("#topics").length > 0) { // setZan(); $('#digg_tips').bind("DOMNodeInserted", function () { //($('#digg_tips').text()) $('#digg_tips').hide(); if ($('#digg_tips').text() == "Support Success" || $('#digg_tips').text() == "取消Support Success") { ele.$message({ showClose: true, message: $('#digg_tips').text(), duration: 1000, type: "success", }); } if ($('#digg_tips').text() == "You have already supported" || $('#digg_tips').text() == "Can't recommend your own content" || $('#digg_tips').text() == "Can't argue against your own content") { ele.$message({ showClose: true, message: $('#digg_tips').text(), duration: 1000, type: "warning", }); } }) } } /* Magic Notes */ magicMarkdown = function () { // increase html coding $("-html").each(function () { if ($(this).text().split("\n")[0] == "") { $("#cnblogs_post_body").append($(this).text()); $(this).parent().remove(); } }); // increase js coding $("-html").each(function () { if ($(this).text().split("\n")[0] == "") { $("head").append($(this).text()); $(this).parent().remove(); } }); // Running Scripts $("-js").each(function () { if ($(this).text().split("\n")[0] == "// run") { ($(this).text()); $(this).parent().remove(); } }); }; function folderCollection() { let collection = $('.current-collection'); if ( > 0) { ('collapsed'); } } // bibliography function ref() { $(".footnote-ref a").each(function () { $(this).attr("title", $($(this).attr("href")).text().replace(/︎/g, '')); }); } // Figure annotation text function imgCaption() { $('.cnblogs-markdown p img').each(function () { if (typeof $(this).attr("alt") != "undefined") { if ($(this).attr("alt") != "") { $(this) .parent() .after( '
' + $(this).attr("alt") + "
" ); } } }) } /* ButtonClick event */ btnClick = function () { // Sidebar toggler $("#sidebar-toggler,.mask").click(function () { sidebarToggle(); }); // Hide the catalog on mobile by clicking $(".nav a").click(function () { var w = ; if (w 0) { $(".forFlow").before('
'); $(".post-header").append($(".postTitle")); $(".post-header").append($(".postDesc")); $(".post-header").css( "background", "url(" + $("#cnblogs_post_description .desc_img").attr("src") + ")" ); } }; /* Accompanying Writings Categorized Background Image */ entryPostTitle = function () { if ($(".entrylistDescription .desc_img").length > 0) { $("#mainContent").prepend('
'); $(".post-header").append($(".entrylistTitle")); $(".post-header").append($(".entrylistDescription")); $(".post-header").css( "background", "url(" + $(".entrylistDescription .desc_img").attr("src") + ")" ); } }; /* Switching Topics */ changeTheme = function () { if ($.cookie("theme") == "light") { $.cookie("theme", "dark", { expires: 30, path: "/", domain: "", }); ("theme", "dark"); } else { $.cookie("theme", "light", { expires: 30, path: "/", domain: "", }); ("theme", "dark"); } }; /* Side Switch */ sidebarToggle = function () { $("body").toggleClass("main-widthout-sidebar"); }; /* Side display */ showSide = function () { $("#sideBar").removeClass("content-active"); $("#sideBar").addClass("side-active"); $("#sideBar").scrollTop(0); }; /* Catalog Display */ showContent = function () { $("#sideBar").removeClass("side-active"); $("#sideBar").addClass("content-active"); contentScroll(); }; /* Smooth Scroll Control */ myscroll = function () { $(".float-btn a[href*=\\#]").click(function () { if ( (/^\//, "") == (/^\//, "") && == ) { var $target = $(); $target = ($ && $target) || $("[name=" + (1) + "]"); if ($) { var targetOffset = $().top; // $("html,body").animate({ scrollTop: targetOffset - 0, }, 500 ); return false; } = "#" + ('id'); } }); }; // Scroll Listener Events scrollListen = function () { $(window).scroll(function () { var scrolls = $(this).scrollTop(); if (scrolls >= windowTop) { //(coll.) fail (a student)scrolls>windowTophour,Indicates that the page is scrolling down $(".float-btn").addClass("float-btn-hide"); // if ($("#topics").length > 0 && scrolls > $(".postTitle").offset().top) { // $("#header").addClass("header-hidde"); //} windowTop = scrolls; } else { $(".float-btn").removeClass("float-btn-hide"); // $("#header").removeClass("header-hidde"); windowTop = scrolls; } }); }; postBasicSetting = function () { // Code Highlighting // $("pre code").each(function(i, block) { // (block); // }); // // Table scrolling // $("table").each(function() { // $(this).css("cssText", "width:100%!important;display:table;"); // $(this).wrapAll('
'); // $(".tablebox").css("overflow", "auto"); // }); // Open link in new window $('#cnblogs_post_body a[href^="http"]').each(function () { $(this).attr("target", "_blank"); }); // Side Hover Comment Button $(".btn-main").before( '' + '
  • ' ); // Scroll down to show the blog title /* $("#header").append( '
    ' ); $(".post-title").text($(".postTitle span").text()); */ // Image Viewer // fancyBox($(".cnblogs-markdown img")); // Code Copying //codeCopy($("pre"), "post"); }; // Image Viewer fancyBox = function (Img) { // $(".cnblogs-markdown img") (function () { var element = ("a"); $(element).attr("data-fancybox", "gallery"); $(element).attr("href", $(this).attr("src")); $(element).attr("data-caption", $(this).attr("alt")); $(this).wrap(element); if (typeof $(this).attr("alt") != "undefined") { if ($(this).attr("alt") != "") { $(this) .parent() .after( '
    ' + $(this).attr("alt") + "
    " ); } } }); }. /* Code Copy */ codeCopy = function (codeElement, prefix) { // Code copy button for (i = 0; i
    '); $(".copyItem").css("position", "relative"); if ((i).children("code").length > 0) { var codeType = codeElement .eq(i) // .children("code") .attr("class") // .split(" ")[0] .split("-")[1]; if (codeType == null) { codeType = ""; } else { codeType = (); } codeElement .eq(i) .before('
    ' + codeType + "
    "); } codeElement .eq(i) .before( '
    ' ); (i).attr("id", prefix + "_copy_target_" + i); } ("code").each(function () { var lines = $(this).text().split("\n").length - 1; var $numbering = $("
      ").addClass("pre-numbering"); $(this).addClass("has-numbering").parent().append($numbering); for (i = 1; i ").attr("data-number", i)); } }); }; /* Code Copying Hints */ copyCodeTip = function () { var clipboard = new ClipboardJS(".clipboard-button"); ("success", function (e) { ele.$message({ showClose: true, message: "Code copied successfully!", duration: 1000, type: "success", }); (); }); ("error", function (e) { ele.$message({ showClose: true, message: "Code Copy Failure!", duration: 1000, type: "error", }); (); }); }; /* owo Emoji plugin */ /* owoEmoji = function() { $(".commentbox_footer").prepend( '
      ' ); // Emoji button pressed load_face = function(b) { var c = new OwO({ logo: '', container: ("OwO")[0], target: ("tbCommentBody"), api: "/gh/gshang2018/home/", position: "up", width: "100%", maxHeight: "250px", }); ("OwO-open"); = null; }; };*/ /* Side catalog scrolling activation */ contentActiveListen = function () { //Enable scrolling listener, Listens to all messages in the.navunder theli // var top_offset = 60; // $("body").scrollspy({ // offset: top_offset, // bias voltage80,Preventing shading // }); $(window).scroll(function () { if ($('#sideBar').hasClass('content-active')) { contentScroll(); } }); }; contentScroll = function () { var now = $("#sidebar_scroller").find(".active"); var basicHeight = (); var prevNum = ().length + 1; var top_distance = prevNum * basicHeight - 60; $("#sideBar").scrollTop(top_distance); } msgDot = function () { $(document).ajaxComplete(function (event, xhr, option) { if ($('#msg_count').text() != "") { $("#blog_nav_contact").addClass("has_msg"); } }) } /* Side catalog */ setSideContent = function () { var $ph = $("#cnblogs_post_body :header:eq(0)"); if ($ > 0) { //Set the hierarchy to1 $("offset", "1"); //Adding content to the navigation catalog $("#sideBar").prepend( '' ); $("#sideBar").prepend( '
      sidebarleading principles
      ' ); $("#sideBarMain").hide(); showContent(); // Iterate through each h-tag in the post $("#cnblogs_post_body :header").each(function (i) { var $h = $(this); // Set the id of the h-tag, numbered from 0. // $(''); $("class", "title-parent"); // Lesser level than the previous h tag, plus 1 for the number of levels if ($h[0].tagName > $ph[0].tagName) { $("offset", parseInt($("offset")) + 1); } // greater than the last h tag level, level minus 1 else if ($h[0].tagName' + $() + "" ); // Finally set yourself to the previous h tag $ph = $h; }); contentActiveListen(); // side catalog scroll activation } }; setAvatar = function () { // Avatar $.each($(".feedbackItem"), function (index, ele) { var self = $(ele); var blog_comment = (".blog_comment_body", function (index, ele) { var obj = (".blog_comment_body"); var id = ("id").split("_")[2]; var blog = ('a[id").split("_")[2]) var blog = ('a[id^="a_comment_author"]'); var blogUrl = ("href"); var imgSrc = ("href") var imgSrc = $("#comment_" + id + "_avatar").html() || "/avatar/simple_avatar.gif"; ( '' ); $(".feedbackListSubtitle").addClass("feedbackListSubtitle_right"); $(".feedbackCon").addClass("feedbackCon_right"); }); } /* comment section */ setCommet = function () { $(document).ajaxComplete(function (event, xhr, option) { //Comment Avatar if (("GetComments") > -1) { setTimeout(function () { setAvatar(); }, 300); } }); };