In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-03-01 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/03 Report--
Today, the editor brings you an interesting article about turning Windows PC into a thin client. The editor thinks it's pretty good, so I'll share it for you as a reference. Let's follow the editor and have a look.
Manually install view client 4.8
1. Create a View.bat file under c:\ client\ that contains the following:
@ echo off
"C:\ Program Files\ VMware\ VMware Horizon View Client\ vmware-view.exe"
: View
Shutdown-s-t 0
two。 Create a start.vbs in the same level directory
Set WshShell = CreateObject ("WScript.Shell")
WshShell.Run Chr (34) & "C:\ client\ view.bat" & Chr (34), 0
Set WshShell = Nothing
3. Edit the registry to replace the current user login shell.
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\ Software\ Microsoft\ Windows\ CurrentVersion\ Policies\ System]
"Shell" = "wscript c:\\ client\\ start.vbs"
4. Modify the login method of windows users and let windows log in automatically with the username and password you set.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\ SOFTWARE\ Microsoft\ Windows NT\ CurrentVersion\ Winlogon]
"DefaultUserName" = "administrator"
"DefaultPassword" = "123456"
"AutoAdminLogon" = "1"
"ForceAutoLogon" = "1"
"LogonType" = "0"
5. If you also need to modify the CTRL+ALT+DELETE option, you can use the registry or Group Policy to restrict:
Policy
Setting
Remove Change Password
Enabled
Remove Lock Computer
Enabled
6. Modify the view client registry option to automatically log in to the specified desktop and hide the toolbar above the view client (different system version, different path)
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\ SOFTWARE\ Policies\ VMware, Inc.\ VMware VDM\ Client]
"ServerURL" = "https://viewserver""
"UserName" = "test1"
"DomainName" = "testdomain"
"Password" = "testpassword"
"DesktopName" = "desktop1"
"DesktopLayout" = "FullScreen"
"NonInteractive" = "true"
"connectUSBOnStartup" = "true"
"connectUSBOnInsert" = "true"
"EnableShade" = "false"
The method to change the screen of Windows switch is as follows:
1. Click the "start" menu, type regedit during the run, and then enter enter to open the registry.
2. Open HKEY_LOCAL_MACHINE-SOFTWARE in the registry
3. Expand in turn: Microsoft-Windows-CurrentVersion-Authentication-LogonUI-Background
4. The OEMBackground data value is changed to 1 to modify and exit the registry.
5. Open the folder in turn: C:\ Windows-System32-oobe-info-backgrounds-backgroundDefault copy the picture to be modified here, the file must be .jpg, do not exceed the space occupied by 250KB. Or it will be null and void. Then change the file name of that picture to backgroundDefault (be careful to distinguish between case and case). If there are already files in the folder, replace the files in it as shown in the figure:
6. Note: open this path: X\ Windows\ system32\ oobe\ info\ backgrounds "X" represents the drive letter of your system installation disk. Non-OEM machines do not have this directory, so non-OEM users need to create such a directory, and then copy the produced and correctly named images into the OK. Users of OEM machines can directly overwrite the original directory images with new images as shown in the figure:
7. Now restart the computer or switch users to see the effect
Method 2: press the Windows key, type "system configuration msconfig", and then press enter to open the system configuration utility. Click the "Boot" tab, select your operating system (if necessary), check "start without GUI" under the startup option, and then exit.
These are the steps to turn Windows PC into a thin client. The steps should be clear enough, and I'm sure there are quite a few examples that we might see in our daily work. Through this article, I hope you can gain more.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.