Wednesday, April 12, 2017

Removing Shorcut Virus using Command Prompt

Steps To Delete Shortcut Virus By Using CMD:

If you do not wish to install any other shortcut virus remover application , then you can simply remove shortcut virus from your PC/laptop or pendrive by using a command prompt (CMD). Even if you are a non-techy person then also you can easily remove shortcut virus from your pendrive or PC by following the CMD tutorial.
  1. Open command prompt (CMD). (Go to Run >> type CMD >> Hit enter )
  2. Type the drive letter of your removable device and a colon after it and hit enter. (Eg: g:)
  3. Now type: attrib g:*.* /d /s -h -r -s . (Replace g: with the drive name of your drive)
  4. Hit enter.

Wednesday, April 5, 2017

Adding New Custom Themes in SharePoint 2013

<SharePoint:CssRegistration ID="CssRegistration1" Name="Themable/corev15.css" runat="server" />
<SharePoint:CssRegistration ID="CssRegistration2" Name="/Style Library/css/customized.css" runat="server" After="corev15.css" />


SharePoint List Attachment Field Validation through Info Path

1.) Create a field in addition to the attachments field. In my case, I called the field I created Attachment Validation. 2.) Drop your f...