• 麒麟KYLINOS2303系统上禁用新功能介绍页面


    原文链接:麒麟KYLINOS2303系统上禁用新功能介绍页面
    hello,大家好啊,今天给大家带来一篇在麒麟KYLINOS2303系统上禁用新功能介绍页面的文章,在我们安装完系统登录后,会发现有新功能介绍这个界面,我们可以通过移除文件的方式将这个功能禁用,那么在新创建用户登录之后,也不会有这个界面出现了,并且可以将命令结合我们之前制作oem镜像的文章放入到模板或者镜像中,那么在系统安装完成开机登录之后也就不会有了。欢迎大家分享转发。关注我吧!

    1、系统安装好后登录后有新功能介绍界面
    image.png

    2、查看系统信息

    pdsyw@pdsyw-pc:~/桌面$ sudo -i
    root@pdsyw-pc:~# 
    root@pdsyw-pc:~# cat /etc/.kyinfo 
    [dist]
    name=Kylin
    milestone=Desktop-V10-SP1-General-Release-2303
    arch=arm64
    beta=False
    time=2023-04-27 15:46:53
    dist_id=Kylin-Desktop-V10-SP1-General-Release-2303-arm64-2023-04-27 15:46:53
    
    [servicekey]
    key=0516013
    
    [os]
    to=
    term=2024-08-01
    
    root@pdsyw-pc:~# uname -a
    Linux pdsyw-pc 5.4.18-85-generic #74-KYLINOS SMP Fri Mar 24 11:20:19 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux
    root@pdsyw-pc:~# 
    
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
    • 10
    • 11
    • 12
    • 13
    • 14
    • 15
    • 16
    • 17
    • 18
    • 19
    • 20
    • 21

    image.png

    3、移除 /usr/bin/ukui-new-function-introduction文件

    root@pdsyw-pc:~# ll  /usr/bin/ukui-new-function-introduction 
    -rwxr-xr-x 1 root root 13527304 11月 30  2022 /usr/bin/ukui-new-function-introduction*
    root@pdsyw-pc:~# 
    root@pdsyw-pc:~# mv  /usr/bin/ukui-new-function-introduction{,.bak} 
    root@pdsyw-pc:~# 
    root@pdsyw-pc:~# ll  /usr/bin/ukui-new-function-introduction 
    ls: 无法访问'/usr/bin/ukui-new-function-introduction': 没有那个文件或目录
    root@pdsyw-pc:~# ll  /usr/bin/ukui-new-function-introduction.bak
    -rwxr-xr-x 1 root root 13527304 11月 30  2022 /usr/bin/ukui-new-function-introduction.bak*
    root@pdsyw-pc:~# 
    
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
    • 10

    image.png

    4、添加新用户
    image.png

    5、设置用户名密码
    image.png

    6、输入pdsyw用户密码授权操作
    image.png

    7、test用户创建完成
    image.png

    8、切换用户
    image.png

    9、使用test用户登录系统
    image.png

    10、不再弹出新功能介绍界面
    image.png

  • 相关阅读:
    Hikyuu 1.3.0 发布,高性能量化交易研究框架
    月薪9K和年薪30W的职位,有什么区别?
    Leetcode 1567. Maximum Length of Subarray With Positive Product
    基于R语言的Copula变量相关性分析及应用
    时间序列预测的输入
    Codeforces Round #804 (Div. 2)(A~D)
    spring中基础核心接口总结
    迭代器模式:顺序访问集合对象元素的桥梁
    maven的安装即案例
    python爬虫入门(六)BeautifulSoup使用
  • 原文地址:https://blog.csdn.net/m0_69493559/article/details/134500109