Posts
How to enable Dot NetFramework 3.0 feature in windows server 2012
- Get link
- X
- Other Apps
How to enable Dot NetFramework 3.0 feature in windows server 2012 hklm\software\policies\microsoft\windows\windowsupdate set usewuserver to 0 hexodecimal net stop wuauserver net start wuauserv install-windowsfeatuer net-framework-core net stop wuauserver ------------------------------------------------------- DISM /Online /Enable-Feature /FeatureName:NetFx3 /All DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:d:\sources\sxs ------------------------------------------------------- #using powershell Install-WindowsFeature Net-Framework-Core -source \\network\share\sxs
How to select the best laptop in 2021
- Get link
- X
- Other Apps
7 essential tips to know before you buy, Let's talk about What are the specifications of a good laptop? and understand Laptop buying guide in India: Choosing the best laptops depends on your budgets and your work type. in this article we will look for the laptops that have at least required configuration to execute your task smoothly. 1. Size matters much The average size venders offer three display sizes - 13.3-inch, 15.6-inch. Which is must for the every laptops if your are a student or teacher who attend or host the classes. The distance between the eye and display is near around 50cm so while browsing or watching the video content these screen size is good. 2. Touch Screen If your are a gamer, developer or coder, you shouldn't go for the touch screen laptops. It is very useful for the travers, managing the photos & video. It comes in small screen lapt...
Fix Accessing the resource 'desktop' has been disallowed.
- Get link
- X
- Other Apps
While accessing the run command or searching in unc path, due to restriction you will get the below error How to solve this error: First you need to understand that this is not an error, it is happing due to restriction over certain task on your computer either you should contact you Administrator /Technical Help Desk or you need to have admin privileges to get the rid of it. Follow below steps to fix this, Go to the gpedit.msc or gpmc.msc (for Domain Controller) Locat for the GPO and edit. Sear ch for the Policy 'Remove the RUN Command from the search menu' Set it to Not Configured or "disabled"
Restrict Multiple login for same user on Remote Desktop Server
- Get link
- X
- Other Apps
How to Restrict user to use multiple session for same user on Windows Server 2012 / Windows Server 2016 / Windows server 2019 Go to Computer Configuration > Administrative Templates > Windows Components > Remote Desktop Services > Remote Desktop Session Host > Connections. Set Restrict Remote Desktop Services user to a single Remote Desktop Services session to Disabled Now user can be have one session either connected or disconnected.
Configure Windows to Automatic login
- Get link
- X
- Other Apps
Reference:- https://docs.microsoft.com/en-us/troubleshoot/windows-server/user-profiles-and-logon/turn-on-automatic-logon Follow the steps to configure the automatic login in windows based computer, laptop Method 1. Locate the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon subkey in the registry Double-click the DefaultUserName entry, type your user name, and then click OK . Double-click on DefaultPassword, if not found then create and give the password as string value. Restart the system. Method 2. Use Network Places Wizard (netplwiz ). 1. Open Run tool. 2. Type netplwiz and hit enter 3. Select the user and Uncheck the Users must enter a user name and password to use this computer and then click apply. 4. Give the user name and password. Now that user will login automatically.
Remote Desktop Server Date Time Format set for all users
- Get link
- X
- Other Apps
In this scenario we have 1 Domain Controller and Terminal Server Session Host. Go to the DC and edit GPO, First open Group Policy Management and go to User Configuration -> Preferences -> Control Panel Settings -> Regional Options. Now the important part: Go through all tabs and press F5. You will notice that all red lines will change into green lines. Remote Desktop Server Date Time Format set for all users Save and Exit the GPO Editor and Update the Policy using Run command "gpupdate /force". Great! We have done. you need to Log off and Log on again on your Client machine to apply the settings. How the Date Changed:
Why Microsoft Recommends Office 2013 32 bit instead of 64 bit
- Get link
- X
- Other Apps
First We Understand, What is the Benefit of Microsoft Office 64 Bit:- 64-bit Office allows users to work with larger sets of Excel, Excel Documents, Sheets and Project data. But, there are some compatibility drawbacks for those users who uses Office add-ins and solutions might not work. That’s why 32-bit Office 2013 is recommended for most users. How to check Software Architecture:- Go to the task Manager, you can use Ctrl + shift and press Esc shortcut to open the Task manager how to check 32 bit programs in windows Above snippet you can see that the 32 bit programs have 32-bit tag along with name
How to add Desktop Icons in Windows Server 2012
- Get link
- X
- Other Apps
Add Role and Features: Desktop Experience You need to add first Desktop Experience Features using Server Dashboard. How to do: Go to server manager and click manage click add role and features and find User Interfaces and Infrastructure Expand the User Interfaces and Infrastructure and Select the Desktop Experience. click next and install the role After successfully installing the role take restart if not taken. Right the deskto and go to the personalize, here you can add desktop icon and My computer icon in Windows server 2012, Windows server 2016, Windows Server 2019 There is same process of Adding Desktop icon in Windows Server 2016 and Windows Server 2019.