Microsoft is changing things again. If you have WSUS running in your environment you may not be able to install the familiar RSAT tools (at least not without a little…
Category: <span>Windows – General</span>
At work we have a department that has about 40 printer objects installed. These objects all have different printer preferences set. When a new user logs into the PC those…
We had an instance where a user changed positions and because of that change his group membership changed. When his group membership changed he started getting messages about his account…
Insert or mount your Windows 10 disc. Open a Command Prompt as Administrator. Enter the following: dism /online /enable-feature /featurename:NetFX3 /All /Source:D:\sources\sxs /LimitAccess NOTE: Change “D:” after the /Source switch…
There have time that we want to test file transfer speeds across our network. The problem is we need to use a known file size to make sure we can use the same size data in each test.
On Linux and Mac systems you can use the following commands:
300MB file (random data): dd if=/dev/urandom of=300mb.log bs=1024 count=307200
300MB file (zero data): dd if=/dev/zero of=300mb.log bs=1024 count=307200