Home »

Posts tagged ‘settings’


Make your Microsoft TechNet signature look real nice!

  For everyone posting and answering questions on the Microsoft TechNet forums, you might know that you can add a signature to you profile which will then be added to your Question/reply/answer. This is a nice feature, as you are then able to tell “the world” about yourself, every time you poste something. Now if [...]

Category: Technet  |  3 Comments

Enable LENOVO TPM Security Chip (and other stuff) from a TS

  I have some customers who run strictly Lenovo Computers (laptops and Desktops). On a lot of these computers the security Chip has been disabled or is in Inactive mode, thus not allowing the use of Bitlocker. I just finished messing around with activating the TPM Chip in the BIOS From a Task sequence on [...]

Category: OS Deployment, Tips and Tricks  |  3 Comments

Power management trough the TS (No more automatic Sleep!)

  I have a number of customers who wants to set the power settings trough the TS, as opposed to using GPO’s. I guess that makes sense if you want to allow you users to change the settings them self… By default windows 7 will set the following power options: Sleep/standby in 15 min on [...]

Category: OS Deployment, Tips and Tricks  |  1 Comment

Set default keyboard settings based on Running OS

While doing refresh scenarios, its possible to have USMT set the current Keyboard settings for the existing users on the reinstalled OS. The problem however, is setting the same default keyboard settings for new users on that machine.. By default the Keyboard settings will be that of the reference image, so if the keyboard settings [...]

Category: Language, OS Deployment  |  Comment

Add Custom Data Type / Structure to My.Settings in VB.NET / WPF

During the work of a new Coretech SCCM Manager GUI in WPF, i ran in to some problems with My.Settings. I have used My.Settings for all settings in the Utility, and are using my own structures for the combo-box value and others. The problem is that i could not create a setting, that contained my [...]

Category: .NET, Scripting  |  15 Comments