Tag: Win11

  • TDM Oracle Database Tips

    Environment:

    • TDM 2018+
    • Oracle 19c
    • Windows10/11

    Tips:

    • Do NOT change ORACLE_HOME\network\admin\sqlnet.ora
      • Some document was said to change AUTH… to (none). Do NOT change and keep it as (NTS) in Windows10/11, or it might cause some problem during DB creation and startup.
    • Avoid to install both Oracle DB Server and Client in same machine(Standalone)
    • Old TDM version(2018 or early) may still need 32bit Oracle Client. test.udl file can only verify 64bit, NOT 32bit OLE DB component.
    • Newer TDM version does not need TNSName anymore
    • SQL to check Database character(Unicode/non-Unicode)
    SQLPLUS > select value from nls_database_parameters

  • Win11 启用自动登录

    默认安装的Windows 11没有启用自动登录的选项,以下方法首先修改注册表启用选项,然后使用userpasswords2自动登录界面进行设置。

    Uncheck the box to enable the user with autologon
    1. WIN+R > regedit
    2. WIN+R > control userpasswords2
    Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device

    Reference: How to Log In Automatically to Windows 11

  • WSL – Win11 安装手册

    Pre-requirements:

    Windows Feature:

    + Hyper-V

    +Windows Subsystem for Linux

    start > powershell (as Administrator)
    PS> wsl --install
    
  • Win11创建本地用户账号和自动登录的方法

    参考链接:

    https://www.pctips.com/create-local-user-account

    已经成功通过【设置】页创建本地账号,接下来需要研究一下:

    1. 如何自动登录或者kiosk模式的方法
    2. 设置自启动程序的方法

  • Windows 11 自动登录设置

    Windows 11 虽将自动登录设置隐藏得较深,但部分场景(如测试、虚拟机、前台操作等)仍需用到此功能。 只需简单设置,即可开启并实现自动登录!

    步骤如下:

    1. 运行 “Regedit” 并修改注册表项
      • 按下 Win + R,输入 “regedit” 并回车
      • 定位到以下路径: Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device
      • 双击 “DevicePasswordLessBuildVersion”,将数值数据改为 “0”
    2. 运行 “netplwiz”
      • 按下 Win + R,输入 “netplwiz” 并回车
      • 取消勾选 “用户必须输入用户名和密码才能使用此计算机”
      • 点击 “应用”,系统会弹出窗口要求确认账户和密码,输入完成后点击 “确定”

    参考链接: https://www.howtogeek.com/838506/how-to-sign-into-your-windows-11-pc-automatically/

  • Win11 安装绕过微软账户

    Windows 11 安装过程中强制要求登录微软账户?只需几个简单的步骤,即可在安装时绕过微软账户登录,直接使用本地账户。

    操作方法:

    1. 断开网络连接
    2. 按下 Shift + F10 组合键
    3. 输入命令 oobe\bypassnro 并回车
    4. 继续安装,现在你可以选择创建本地账户,而无需登录微软账户了

    参考链接: https://www.howtogeek.com/836157/how-to-use-windows-11-with-a-local-account/