mikebai.com

  • Home
  • dev
  • DotNET
  • M365
  • 搞笑
  • 杂七杂八
  • FocusDict
個人BLOG
it developer
M365

change powerapps language

There are a few options to do that: If you are using Edge or Internet Explorer, the language of your system will be used to display the portal. If you want to change the language of the portal to English, change the default language in the computer's Settings app If you are using Chrome, the language can be changed by going to chrome://settings/languages; there you can add English (if not there already), and move it to the top You can override the language by using the ?l (lowercase L) parameter: if you browse to https://web.powerapps.com?l=en-US you will get the page in English, regardless of the system (or browser) configuration

2020-09-26 0comments 111hotness 0likes mikebai Read all
dev

俄罗斯大神制作的巨牛掰WinPE 10-8 Sergei Strelec整理

mikebai.com原创 1.下载 https://sergeistrelec.ru/winpe-10-8-sergei-strelec-english/190-winpe-10-8-sergei-strelec-x86-x64-native-x86-20200609-english-version.html WinPE10_8_Sergei_Strelec_x86_x64_2020.06.09_English.iso 2.关闭UEFI中的secure boot(如果bios中有该设置),设置U盘启动   change secure boot configuration -> 选择none 3.cmd -> 校验md5 (制作后的u盘,360会查删一部分病毒文件,所以先对iso进行校验确保正确) C:\Users\mikebai>certutil -hashfile "C:\Users\mikebai\Downloads\WinPE10_8_Sergei_Strelec_x86_x64_2020.06.09_English(psw-strelec)\WinPE10_8_Sergei_Strelec_x86_x64_2020.06.09_English.iso" MD5 # MD5 的 C:\Users\mikebai\Downloads\WinPE10_8_Sergei_Strelec_x86_x64_2020.06.09_English(psw-strelec)\WinPE10_8_Sergei_Strelec_x86_x64_2020.06.09_English.iso 哈希: # 161045856a35bc429b1e6d8193af4884 # CertUtil: -hashfile 命令成功完成。 官方提供数值:161045856a35bc429b1e6d8193af4884 *WinPE10_8_Sergei_Strelec_x86_x64_2020.06.09_English.iso 4.关闭360杀毒,360卫士(制作后的u盘,360会查删一部分病毒文件) 5.老毛桃或大白菜winpe 恢复u盘空间(可以不做) 6.rufus-3.11.exe 使用rufus制作启动U盘 (该设置在surface pro5,surface book2,gpd p2 max 都验证成功)   显示高级设备选项:选中 显示USB外置硬盘   引导类型选择 -> 选择iso文件   分区类型:GTP   目标系统类型:UEFI(非 CSM)   卷标:STRELEC-SYS   文件系统:Large FAT32(默认)  -> 有一部分电脑不支持NTFS格式的UEFI启动,兼容考虑此处选择FAT   簇大小:32字节(默认) 点击[开始]按钮开始制作 7.插着U盘直接重启电脑,确认是否可以成功进入winpe    (bios中已设置U盘启动,或者弹出启动菜单中选择当前U盘) 8.在winpe系统中执行,对U盘进行分区扩张(1个FAT32分割成1个fat32,1个ntfs)  8.1 开始,Programs WinPE,HARD DISK,DiskGenius 5.2.1  8.2 右键U盘盘符,Split Partition, New Capacity设置为 4.94(ISO启动实际占用4.14GB),      TAB键刷新 Space of Rear Part大小,然后点击[start]执行操作  8.3 右键上一步制作的新分区,Format Current Partition      FIleSystem:NTFS,Volume Label:STRELEC-DATA  8.3 继续右键上一步制作的新分区,HIde/Unhide Current Partition       目的:隐藏启动分区,避免windows中杀毒软件查杀.    8.4 点击Save All,执行保存更新  8.5 更新后U盘分区详细如下     STRELEC-SYS(0),0,FAT32     STRELEC-DATA(盘符),1,NTFS      9.U盘保持插着的状态,再次重启,确保U盘启动winpe正常无误 10.拔掉U盘,启动windows后,即可在U盘的ntfs分区进行大数据拷贝处理了,Enjoy it!!! 附录, 360杀毒 扫描结果一览 ====================== 高危风险项 ---------------------- \SSTR\78SETUP\78SETUP64.EXE HEUR/QVM202.0.0C3C.Malware.Gen 已删除 \SSTR\MInst\Portable\Victoria_All.exe 感染型病毒(Win32/Virus.RiskTool.8e3) 已删除 \SSTR\MInst\Portable\drevitalize_all.exe 木马程序(Generic/Trojan.6f5) 已删除 \SSTR\MInst\Portable\ammyyadmin_all.exe 感染型病毒(Win32/Virus.RemoteAdmin.8f2) 已删除 \SSTR\MInst\Portable\aomeiddm_all.exe 木马程序(Generic/Trojan.0c3) 已删除 \SSTR\MInst\Portable\shadowprotectpe_all_eng.exe 木马程序(Trojan.Generic) 已删除 \SSTR\MInst\Portable\nirlauncher_all_eng.exe 木马程序(Generic/Application.c23) 已删除 \SSTR\MInst\Portable\x64\IsMyLcdOK_x64.exe 木马程序(Generic/HEUR/QVM06.3.C7B0.Malware.Gen)

2020-06-21 0comments 158hotness 0likes mikebai Read all
dev

设置为单机习惯的windows server 2019

一、组策略 WIN键+R键,输入gpedit.msc,进入组策略设置。 1、计算机配置,Windows设置,安全设置,帐户策略,密码策略:"密码必须符合复杂性要求",设置为"已禁用"。 解决问题:设置帐号密码,默认必须是字母、数字、特殊字符都必须有,否则会提示不符合条件。 2、计算机配置,Windows设置,安全设置,帐户策略,密码策略:"密码最短使用期限",设置为"0"(无期限)。 解决问题:密码有有效期,快到期会提示修改密码。修改后密码永久有效。 3、计算机配置,Windows设置,安全设置,本地策略,安全选项,"无需按 Ctrl+Alt+Del",设置为"已启用"。 解决问题:登录系统,需要先按Ctrl+Alt+Del,才能显示登录界面。修改后不再需要。 4、计算机配置,管理模板,系统,显示"关闭事件跟踪程序",设置为"已禁用"。 解决问题:关机时,需要输入关机原因。设置后不再需要。 5、计算机配置,管理模板,系统,登录时不显示"管理你的服务器"页,设置为"已启用"。 解决问题:Administrators组下的用户每次登录,会自动启动server manager,设置该策略后,会不再自动启动。 二、功能与服务 1、控制面板--->服务器管理器--->本地服务器,IE 增强的安全配置,"管理员"与"用户"的下方,勾选"关闭"。 解决问题:IE默认设置下,上网会有一堆安全提示,设置后不再提示,与个人win10保持一致。 2、控制面板--->程序和功能--->启用或关闭 Windwos 功能--->服务器选择--->功能--->勾选 “Direct Play” 、“无线 LAN 服务”、“优质 Windows 音频视频体验” 确认安装 解决问题:默认如wifi、多媒体、索引服务等是关闭的,添加后可以启用这些功能。 3、设置服务 解决问题:windows server 2016默认没有声音、索引选项无法启用,设置服务后可以解决该问题。 启动两项声音服务,Windows Audio和Windows Audio Endpoint Builder,并设为自动属性。 三、系统属性 1、WIN键+X键,系统,高级系统设置,性能(设置),高级,调整以优化性能,设置为"程序"。 2、WIN键+X键,系统,高级系统设置,性能(设置),数据执行保护,选择"仅为基本Windows程序和服务启用DEP(T)"。

2020-06-19 0comments 121hotness 0likes mikebai Read all
dev

本地文件夹映射成磁盘

把本地文件夹映射成磁盘 subst M: D:\AndroidSdk 将D:\AndroidSdk 映射成 M盘符 rem 保存内容到startup文件夹,开机自动设置  rem win+r shell:startup 定位开机启动文件夹 rem C:\Users\<用户名>\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup rem 拷贝bat到上述文件夹,重启os

2020-06-18 0comments 111hotness 0likes mikebai Read all
dev

linux连接工具etc

1)PuTTY(包含PuTTYgen->生成sshkey文件用工具) https://www.putty.org/ 2)Solar-PuTTY (PuTTY替代工具,使用方便) https://www.solarwinds.com/zh/free-tools/solar-putty

2020-06-11 0comments 117hotness 0likes mikebai Read all
dev

azure vm windows server无法激活的解决办法

Windows (Windows Server 2016 Datacenter) Troubleshoot Azure Windows virtual machine activation problems https://docs.microsoft.com/en-us/azure/virtual-machines/troubleshooting/troubleshoot-activation-problems https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-R2-and-2012/dn303421(v=ws.11)?redirectedfrom=MSDN 1) cscript c:\windows\system32\slmgr.vbs /dlv C:\Users\LocalAdminUser>cscript c:\windows\system32\slmgr.vbs /dlv Microsoft (R) Windows Script Host Version 5.812 Copyright (C) Microsoft Corporation. All rights reserved. Software licensing service version: 10.0.14393.3541 Name: Windows(R), ServerDatacenter edition Description: Windows(R) Operating System, VOLUME_KMSCLIENT channel Activation ID: XXXXXXXXXXXXX Application ID: XXXXXXXXXXXXX Extended PID: XXXXXXXXXXXXX Product Key Channel: Volume:GVLK Installation ID: XXXXXXXXXXXXX Partial Product Key: XXXXX License Status: Notification Notification Reason: 0xC004F056. Remaining Windows rearm count: 1001 Remaining SKU rearm count: 1001 Trusted time: 6/11/2020 4:33:11 AM Configured Activation Type: All Please use slmgr.vbs /ato to activate and update KMS client information in order to update values. 2)cscript c:\windows\system32\slmgr.vbs /ato C:\Users\LocalAdminUser>cscript c:\windows\system32\slmgr.vbs /ato Microsoft (R) Windows Script Host Version 5.812 Copyright (C) Microsoft Corporation. All rights reserved. Activating Windows(R), ServerDatacenter edition (XXXXXXXXXXXXXXXX) ... Product activated successfully.

2020-06-11 0comments 113hotness 0likes mikebai Read all
dev

清除chrome自动将网址由http:// 跳转到 https://

Anon is right about STS, but there is a way to specifically delete your domain from the set. Go to  chrome://net-internals/#hsts Enter 3rdrevolution.com under Delete domain security policies and press the Delete button. Now go to  chrome://settings/clearBrowserData  tick the box Cached images and files and press click the button Clear data. 安卓手机端 1.chrome://net-internals/#hsts 同上 2.设置->同步功能和Google服务->管理同步数据->管理已同步的数据->重置同步->重新关联同步账号

2020-06-02 0comments 109hotness 0likes mikebai Read all
DotNET

Model Binding

Model Binding Model Binding in Razor Pages is the process that takes values from HTTP requests and maps them to handler method parameters or PageModel properties. Model binding reduces the need for the developer to manually extract values from the request and then assign them, one by one, to variables or properties for later processing. This work is repetitive, tedious and error prone, mainly because request values are usually only exposed via string-based indexes. The Problem link To illustrate the role that model binding plays, create a new Razor page with a PageModel and name it ModelBinding.cshtml. Change the code in the content page to the following: @page

2020-06-01 0comments 142hotness 0likes mikebai Read all
dev

X-Window、GNOME和KDE之间的关系

X-Window、GNOME和KDE之间的关系 X Window, 即X Windows图形用户接口,它并不是一个软件,而是一个协议(protocal), 这个协议定义一个系统成品所必需具备的功能(就如同 TCP/IP, DECnet 或IBM的 SNA,这些也都是协议,定义软件所应具备的功能)。 任何系统能满足此协议及符合X协会其他的规范,便可称为X。 至于GNOME、KDE和X-Window之间的关系,可以简单地认为GNOME和KDE是并列关系, 它们都是基于X-Window的桌面环境,通过X-Window其才能运行。

2020-05-26 0comments 126hotness 0likes mikebai Read all
杂七杂八

CentOS / RHEL 7 : How to Install GUI

For the new installation of RHEL 7, GUI doesn’t come with the default installation. If you do not click on the “Software Selection” link and pick “server with GUI” then there will be no GUI after reboot, only “Base Environment ” will be installed. To enable GUI after system installation, you can use the following method. Installing the environment group “Server with GUI” 1. Check the available environment groups : # yum grouplist Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-manager This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register. There is no installed groups file. Maybe run: yum groups mark convert (see man yum) Available Environment Groups: Minimal Install Infrastructure Server File and Print Server Basic Web Server Virtualization Host Server with GUI Available Groups: Compatibility Libraries Console Internet Tools Development Tools Graphical Administration Tools Legacy UNIX Compatibility Scientific Support Security Tools Smart Card Support System Administration Tools System Management Done 2. Execute the following to install the environments for GUI.

2020-05-26 0comments 158hotness 0likes mikebai Read all
1…7891011…62

Recent Posts

  • c# winform适配高dpi
  • com.microsoft.sqlserver.jdbc.SQLServerException “trustServerCertificate”属性设置为“false”,但驱动程序无法使用安全套接字层 (SSL) 加密与 SQL Server建立安全连接
  • java -cp 用法介绍
  • HTML 容器元素
  • MVC的cshtml的介绍

Recent Comments

No comments to show.

COPYRIGHT © 2025 mikebai.com. ALL RIGHTS RESERVED.

Theme Kratos Made By Seaton Jiang