A useful freeware tool to find silent switches for a exe install program. USSF https://www.capstanservices.com/tools-blog/2018/4/4/the-ultimate-silent-switch-finder-ussf
Category: Windows
Format Windows HDD With Command Line Using Diskpart
Start DISKPART via the command prompt with administrator rights Show disks Select a disk Show partitions if necessary Clean the HDD, erasing data and partitions Create a new partition Format the drive
Windows 10/11 Symbolic or Soft Links for OneDrive folders
If OneDrive will not let you add an additional folder perhaps in C:\somefolder, you can create a symbolic or soft link to that location. You can use the following to create a symbolic link for the folder. Open CMD with administrator rights then type the below using the function MKLINK.
Install Microsoft ORCA MSI Tool
Download the MS SDK from the below and install selecting on MSI Tools when prompted. https://developer.microsoft.com/en-us/windows/downloads/windows-sdk/ Navigate to C:\Program Files (x86)\Windows Kits\10\bin\10**\x86 and install Orca
Search Column In Excel For Values That Do Not Exist
Enter the below into cell B2 and extend down to B5 to display values in column A that do not exist in column C To use whole column C instead, remove header and enter the below
Delegate Permissions to Reset User Account Passwords in Active Directory
To check the permissions after delegation
Bypass UAC Using Task Scheduler for a Program
Open Task Scheduler and Create a New Task under Actions In General tab. Give the task a name.Tick ‘Run with highest privileges’. In Actions tab Click New, set action to ‘Start a Program’Browse to the program location in program/script. In Settings tab Tick ‘Allow task to be run on demand’. Create a shortcut with the […]