操屁眼的视频在线免费看,日本在线综合一区二区,久久在线观看免费视频,欧美日韩精品久久综

新聞資訊

    1.關閉win10/win11自動更新

    net stop wuauserv

    sc config wuauserv start=disabled

    shutdown -r -t 1

    復制以上代碼,新建一個文本文檔,把代碼復制到文本中,保存,修改文本文檔的后綴,把txt改成bat

    2.win10去除小盾牌

    reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 77 /d "%systemroot%\system32\imageres.dll,197" /t reg_sz /f

    taskkill /f /im explorer.exe

    attrib -s -r -h "%userprofile%\AppData\Local\iconcache.db"

    del "%userprofile%\AppData\Local\iconcache.db" /f /q

    start explorer

    +


    3.win11去除安裝包提示限制

    @(echo off% <#%) &color 07 &title Quick 11 iso esd wim TPM toggle by AveYo - with SendTo menu entry

    set "0=%~f0" &set "1=%~f1"&set "2=%~2"& powershell -nop -c iex ([io.file]::ReadAllText($env:0)) &pause &exit/b ||#>)[1]

    #:: what's new in v1.1: fixed relative seek, should now work on all iso's

    $timer = $(get-date)

    #:: Install to SendTo menu when run from another location

    if (!$env:1) { write-host "`n No input iso / esd / wim file to patch! use 'Send to' context menu ...`n" -fore Yellow }

    $SendTo = [Environment]::GetFolderPath('ApplicationData') + '\Microsoft\Windows\SendTo'

    if (!$env:1 -and $env:0 -and $(Split-Path $env:0) -ne $SendTo) {copy $env:0 "$SendTo\Quick_11_iso_esd_wim_TPM_toggle.bat" -force}

    if (!$env:1) { return }

    #:: Can force either patch or undo via second commandline parameter: 1 to patch 0 to undo

    if (1 -eq $env:2) {$toggle = 1} elseif (0 -eq $env:2) {$toggle = 0} else {$toggle = 2}

    #:: Verify extension is .iso .esd or .wim

    $input = get-item -lit $env:1; $invalid = '.iso','.esd','.wim' -notcontains $input.Extension

    if ($invalid) {write-host "`n Input is not a iso / esd / wim file ...`n" -fore Yellow; return }

    try {[io.file]::OpenWrite($input).close()} catch {write-host "`n ERROR! $input read-only or in use ...`n" -fore Red; return }

    #:: TPM patch via InstallationType Server

    $typeC = '<INSTALLATIONTYPE>Client'; $typeS = '<INSTALLATIONTYPE>Server'

    $block = 1048576; $chunk = 2097152; $count = [uint64]([IO.FileInfo]$input).Length / $chunk - 1

    $bytes = new-object "Byte[]" ($chunk); $begin = [uint64]0; $final = [uint64]0; $limit = [uint64]0

    function tochars {return [Text.Encoding]::GetEncoding(28591).GetString([Text.Encoding]::Unicode.GetBytes($args[0]))}

    $find1 = tochars "</INSTALLATIONTYPE>"; $find2 = tochars "</WIM>"; $cli = tochars $typeC; $srv = tochars $typeS

    $f = new-object IO.FileStream ($input, 3, 3, 1); $p = 0; $p = $f.Seek(0, 2)

    write-host "$input`nsearching $p bytes, please wait ...`n"

    for ($o = 1; $o -le $count; $o++) {

    $p = $f.Seek(-$chunk, 1); $r = $f.Read($bytes, 0, $chunk); if ($r -ne $chunk) {write-host invalid block $r; break}

    $u = [Text.Encoding]::GetEncoding(28591).GetString($bytes); $t = $u.LastIndexOf($find1, [StringComparison]4)

    if ($t -ge 0) {

    $f.Seek(($t -$chunk), 1) >''

    for ($o = 1; $o -le $chunk; $o++) { $f.Seek(-2, 1) >''; if ($f.ReadByte() -eq 0xfe) {$begin = $f.Position; break} }

    $limit = $f.Length - $begin; if ($limit -lt $chunk) {$x = $limit} else {$x = $chunk}

    $bytes = new-object "Byte[]" ($x); $r = $f.Read($bytes, 0, $x);

    $u = [Text.Encoding]::GetEncoding(28591).GetString($bytes); $t = $u.IndexOf($find2, [StringComparison]4)

    if ($t -ge 0) {$f.Seek(($t + 12 -$x), 1) >''; $final = $f.Position} ; break

    } else { $p = $f.Seek(-$chunk, 1)}

    }

    if ($begin -gt 0 -and $final -gt $begin) {

    $x = $final - $begin; $f.Seek(-$x, 1) >''; $bytes = new-object "Byte[]" ($x); $r = $f.Read($bytes, 0, $x)

    if ($r -ne $x) {break}

    $t = [Text.Encoding]::GetEncoding(28591).GetString($bytes)

    if ($t.IndexOf($cli, [StringComparison]4) -ge 0) {$src = 0} else {$src = 1}

    if ($src -eq 0 -and $toggle -ne 0) {$old = $cli; $new = $srv} elseif ($src -eq 1 -and $toggle -ne 1) {$old = $srv; $new = $cli}

    else {write-host "`n:) $input already has TPM patch $toggle"; $f.Dispose(); return}

    $t = $t.Replace($old, $new); $t; $b = [Text.Encoding]::GetEncoding(28591).GetBytes($t); $f.Seek(-$x, 1) >''; $f.Write($b, 0, $x)

    if ($src -eq 1) {write-host "`n :D TPM patch removed" -fore Green} else {write-host "`n:D TPM patch added" -fore Green}

    $f.Dispose(); [GC]::Collect()

    } else {write-host "`n;( TPM patch failed" -fore Red; $f.Dispose()}

    #:: how quick was that??

    $(get-date) - $script:timer

    #:: done


    4.解決win11桌面右鍵卡頓的問題

    使用快捷鍵win+R,調出運行,輸入regedit,點擊確定。調出注冊表編輯器

    在注冊表中展開第一項HKEY_CLASSES_ROOT,找到Directory

    展開Directory,在其子目錄中依次展開Background , shellex ,ContextMenuHandlers

    在ContextMenuHandlers項目下,除了New和Sharing,其他選項都刪除。關閉注冊表,回到桌面試試你的菜單右鍵是不是快了很多。

    5.win11修改win10經典資源管理器顯示代碼

    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Blocked]

    "{e2bf9676-5f8f-435c-97eb-11607a5bedf7}"=""

    我是編程樂趣,一個10年.Net開發經驗老程序員,點擊右上方“關注”,每天為你分享開源項目和編程知識。

    一直以來,.Net由于微軟產品的戰略的錯誤,導致拋棄了很多技術,今天就一起來盤點8個曾經流行的技術,看看你都用過幾個。

    01

    .NET Framework

    首當其沖,肯定是.NET Framework,現在已經慢慢被.Net Core取代,.Net Core是一個跨平臺的現代化開源平臺,也成為企業開發跨平臺應用程序的首先。


    02

    WCF

    WCF,全稱是Windows Communication Foundation,Windows通訊開發平臺,現在已經被Web API、gRPC取代。特別是gRPC是一個高性能、開源和通用的RPC框架,被廣泛用于微服務架構和云原生應用中,逐漸取代了WCF。


    03

    VB6

    VB6是微軟公司開發的編程設計軟件,基于Windows操作系統可視化編程環境,現在被Visual Basic .NET取代了,雖然Visual Basic .NET還保持更新,但是用的人也越來越少了,市場份額持續在降低。

    Visual Basic .NET其實也被取代了,現在說.Net默認就是等于C#。


    04

    Windows Forms

    可能是微軟想拋棄的一個技術,但是唯一沒成功的例子吧。WPF的推出一度大有替換Windows Forms的態勢,但是沒成功。WPF非常適合開發一些界面要求比較高、現代化的產品,這兩者依然保持迭代更新。


    05

    ASP.NET Web Forms

    ASP.NET Web Forms被ASP.NET Core MVC取代。ASP.NET Core MVC是一個現代化、開源的Web應用程序框架,具有更好的性能和可擴展性,逐漸取代了ASP.NET Web Forms。


    06

    Silverlight

    Silverlight曾經一度非常流行,那個時候還是Flash的時代,但現在都被Html5取代了。Silverlight是一個用于開發跨平臺多媒體應用程序的插件,但隨著HTML5的普及和瀏覽器支持的增加,Silverlight逐漸被取代。


    07

    Microsoft Office Access

    Microsoft Office Access是由微軟發布的關系數據庫管理系統,對于微軟的數據庫,很多人都知道MsSql,但Microsoft Office Access很多人沒接觸過,那個時候還是Asp的時代,Asp+Access一度是很多個人站點的首先,但現在使用量確實很少了。


    08

    Xamarin

    Xamarin用于使用 .NET 和 C# 構建 Android 和 iOS 應用的應用平臺。雖然MAUI剛剛推出,但毋庸置疑的Xamarin肯定會被替代。

    MAUI是一個跨平臺框架,支持單個共享代碼庫開發在 Android、iOS、macOS 和 Windows 上運行的應用。

    我是編程樂趣,一個10年.Net開發經驗老程序員,專注開源項目和編程知識分享。

    私信回復:【888】,領取.Net視頻教程。

    - End -

    推薦閱讀

    推薦一個C#開發的、跨平臺的解壓縮的開源項,值得收藏

    一個方便IO單元測試的C#擴展庫

    推薦一個C#開發的窗口擴展菜單,支持系統所有窗口

    一個Windows遠程工具,小巧但實用,支持RDP、SSH、SFTP、FTP等多種協議

    一個對C#程序混淆加密,小巧但夠用的小工具

網站首頁   |    關于我們   |    公司新聞   |    產品方案   |    用戶案例   |    售后服務   |    合作伙伴   |    人才招聘   |   

友情鏈接: 餐飲加盟

地址:北京市海淀區    電話:010-     郵箱:@126.com

備案號:冀ICP備2024067069號-3 北京科技有限公司版權所有