Microsoft Techies

Microsoft information center.

Tuesday, 7 May 2019

Remove Idle Buddy Service

›
Open CMD as Admin Type below command bcdedit /set bootmenupolicy legacy Restart your system while starting press F8 Select Safe Mode...
Thursday, 28 February 2019

updates were rejected because the tip of your current branch is behind

›
Error: updates were rejected because the tip of your current branch is behind git push -f origin users/myname/branchName
Wednesday, 28 November 2018

not digitally signed. You cannot run this script on the current system

›
Solution : Open powershell as Admin Run below command. Set-ExecutionPolicy RemoteSigned -Scope Process Press Y
Wednesday, 17 October 2018

Get new GUIDs using Aras AML Studio

›
Requirement:  Get  3 new GUIDs, which are not used in Aras Innovator. Solution : Open NASH Ex: http://localhost/innovator/Client/scripts...
Thursday, 11 October 2018

Aras Innovator disable a control after save

›
How to disable a control after save? Prerequisites : Control property should be required field. Solution : Create new Item Type ex: Tes...
Tuesday, 9 October 2018

SQL NOT LIKE will not applicable for NULL values

›
Example: select * from emp WHERE Name NOT LIKE '%ABC%' --will return only where Name not like %ABC%, but will not return where Na...
Monday, 20 August 2018

Set-ExecutionPolicy Unrestricted RemoteSigned

›
Get-ExecutionPolicy RemoteSigned if you want to change to Unrestricted, try below script Set-ExecutionPolicy Unrestricted -Scope Curre...
›
Home
View web version
Powered by Blogger.