Run it like this, from CMD:
"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass script.ps1
Run it like this, from CMD:
"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass script.ps1
One can save a lot of data confusion and server-side load, by turning off share caching on the server side. This prevent client machines from using Offline Files to drive human beings up the wall! :-)
TOSC.VBS turns off share caching on all of the shares it can, except for dollar shares. It needs to be run as administrator.
If you bicycle much using the most common shifting systems, you’ll need these. Thus far I am finding the instructions on Liv’s Cycling to be best for the rear, and wikihow or madegood.org for the front. The most important thing yet learned: instructions often get the “H” and the “L” limit screws reversed for whichever bicycle you’re on. Got to check it for each derailleur, by seeing the slight movement per half-turn of each screw. General thoughts:
Here is a utility:
http://www.nirsoft.net/utils/outlook_nk2_edit.html
which does an excellent job. It will edit, merge, save copies, et cetera. It works also with later versions of Outlook which use .DAT files instead of .NK2 files.
There is also a Microsoft page, with a utility linked, reported to be excellent:
I have trusted this one to work for my sweet wife Lori!
Another from Matt the Quick:
By default, WSUS does not have .NET 3.5 available to install. This creates issues when .NET 3.5 is needed after a machine has joined the domain. Below is the workaround steps to install .NET 3.5 using the operating system ISO and not Windows Update or WSUS.
dism /online /enable-feature /featurename:netfx3 /all /source:D:\sources\sxs /limitaccess
Something new:
This can help a lot:
netsh advfirewall firewall add rule name="SearchUI.exe Telemetry" dir=out action=block program="%SystemRoot%\SystemApps\Microsoft.Windows.Cortana_cw5n1h2txyewy\SearchUI.exe" description="This rule prevents the Cortana telemetry. (This will also disable Cortana voice recognition.)"
Outlook has many command line options. Several of them do various forms of cleanup, and this can help Outlook performance a lot. To do them all (as of Outlook 2013 and 2016):
C:\CLEANOUTLOOK.CMD
containing the below:"outlook.exe" ^ /cleanconvongoingactions ^ /cleandmrecords ^ /cleanips ^ /cleanmailtipcache ^ /cleanreminders ^ /cleanroamedprefs ^ /cleansniff
C:\Program Files\Microsoft Office\root\Office16
), paste it into a non-administrative CMD after CD, to get the CMD into that folderC:\CLEANOUTLOOK.CMD
Done!