Skip to main content

Posts

Showing posts with the label Trick

How to watch Amazon Mini TV on browser

I know it is not possible to have a mobile phone in front of you all the time. Here, I am posting how you can watch Amazon MiniTV content directly on your Laptop/Desktop browser. When you open Amazon MiniTV ( url ) on the browser you would see something like this: Now, We will change the browser to a device (mobile) format by going into Inspect (here I am using Chrome). Right Click on the Browser and Select Inspect From Inspect window Click on Device type which looks something like this You will notice on the main browser page, that there is another bar appearing with dimensions for the device Choose a Mobile Device from the list like 'iPhone 12 Pro' and remember to refresh the page Now you can enjoy the mini tv content from Amazon on the browser

Enable Trace on Dynamcis 365 on premise using PowerShell

Enable trace settings through Windows PowerShell Note These changes made in Windows PowerShell do not update the Registry. These changes update the DeploymentProperties and ServerSettingsProperties tables in the MSCRM_CONFIG database. Register the cmdlets 1.      Log in to the administrator account on your Microsoft Dynamics CRM server. 2.      In a Windows PowerShell window, type the following command: Add-PSSnapin Microsoft.Crm.PowerShell To obtain a list of the current settings, type the following command: Get-CrmSetting TraceSettings Set the trace settings 1.      Type the following command: $setting = Get-CrmSetting TraceSettings 2.      Type the following command to enable tracing: $setting.Enabled=$True 3.      Type the following command to set the trace settings: Set-CrmSetting $setting 4.      Type the following command...

Notepad as Personal Diary

1. Open a blank Notepad file 2. Write .LOG as the first line of the file, followed by a enter. Save the file and close it. 3. Double-click the file to open it and notice that Notepad appends the current date and time to the end of the file and places the cursor on the line after. 4. Type your notes and then save and close the file. 5. Reopen the file, you will see current date and time again. by this trick u can also use ur notebook as a personal diary.

MS Word/Excel Trick

Create Table without using mouse and menus Do you know It’s possible create Table without using mouse and menus in MS word and Outlook. Here its that… Type the content (+——+——-+——+) in Microsoft Word and press Enter. One row of a table will be created and for more rows you can press TAB. Step 1: +———–+————————+————-+ Step 2: (After pressing Enter having the cursor at the last ‘+’ Result will be like the below one) Step 3: (press TAB to create more Rows) In this ' + ' represents the column borders and ' – ' represents the length of the each column. Just try this & revert back if any problem