Back to Top
Showing posts with label Scripts. Show all posts
Showing posts with label Scripts. Show all posts

How to change USB or Flash Drive Name and Icon

Posted on Jun 19, 2016

How to change USB or Flash Drive Name and Icon
How to change USB or Flash Drive Name and Icon 

Hello, This is the tutorial with the help of you can change your Usb or flash drive's Icon with your .ico. this is the wish of the most of the people's to change their USB icon with their identity .  I'll show you how to change this in the any Microsoft windows Not for Mac .
just follow the given below Instruction to do this :
Attach your Flash in the PC.
Create new text file and open it.
Paste this Script in the textbox.
[Autorun]
label= "PostTutorials" 
it's for changing the label of the USB via Script .
Then Add the following code:
icon = "youricon.ico"
Now the code is looks like
[Autorun]
label ="PostTutorials"
icon="youriocn.ico"
Now save this file As "All files"
and set name :  "AUTORUN.INF"
Copy the file in the flash and Now Search the .ico from Google or Create your Own with IcoFX and save the icon in the same directory where you can save an AUTORUN file . After doing all these steps refresh your USB/Flash or Plug out and plug in again to see the result .
Thanks for Visiting us if you like the tutorial don't forget to share and like us on Facebook .

Note:
This will work on the some of the Older version of windows Usually it's just for the Latest or professional version of windows.






Setup Syntaxhighlighter for blogger

Posted on Mar 23, 2016
Setup Syntaxhighlighter for blogger

Most of the people who had a blogs or tutorials websites get confused when they want to add code to a web page or post. Simple code can expand a page size and beauty, so this is the most and old method and script, but I'll apply this on my blog. So I'll feel better with this scenario, and now I'll show you how to add syntax highlighter on blogger for high code lightening this is too much easy and Useful and easy to use lets goo.
All of the codes in One place Simply Add given Below code to the blogger and enjoy.
  • Steps to add Script in Blogger Blog:
  1. Go to blogger.
  2. Open Template Option.
  3. Click on edit HTML.
  4. Find Head Closing tag </head> and Before this Code Paste the following code:
<link href="http://alexgorbatchev.com/pub/sh/2.1.364/styles/shCore.css" rel="stylesheet" type="text/css"></link><link href="http://alexgorbatchev.com/pub/sh/2.1.364/styles/shThemeDefault.css" rel="stylesheet" type="text/css"></link><script src="http://alexgorbatchev.com/pub/sh/2.1.364/scripts/shCore.js" type="text/javascript"></script><script src="http://alexgorbatchev.com/pub/sh/2.1.364/scripts/shBrushCpp.js" type="text/javascript"></script><script src="http://alexgorbatchev.com/pub/sh/2.1.364/scripts/shBrushCSharp.js" type="text/javascript"></script><script src="http://alexgorbatchev.com/pub/sh/2.1.364/scripts/shBrushCss.js" type="text/javascript"></script><script src="http://alexgorbatchev.com/pub/sh/2.1.364/scripts/shBrushJava.js" type="text/javascript"></script><script src="http://alexgorbatchev.com/pub/sh/2.1.364/scripts/shBrushJScript.js" type="text/javascript"></script><script src="http://alexgorbatchev.com/pub/sh/2.1.364/scripts/shBrushPhp.js" type="text/javascript"></script><script src="http://alexgorbatchev.com/pub/sh/2.1.364/scripts/shBrushPython.js" type="text/javascript"></script><script src="http://alexgorbatchev.com/pub/sh/2.1.364/scripts/shBrushRuby.js" type="text/javascript"></script><script src="http://alexgorbatchev.com/pub/sh/2.1.364/scripts/shBrushSql.js" type="text/javascript"></script><script src="http://alexgorbatchev.com/pub/sh/2.1.364/scripts/shBrushVb.js" type="text/javascript"></script><script src="http://alexgorbatchev.com/pub/sh/2.1.364/scripts/shBrushXml.js" type="text/javascript"></script><script src="http://alexgorbatchev.com/pub/sh/2.1.364/scripts/shBrushPerl.js" type="text/javascript"></script><script language="javascript"> SyntaxHighlighter.config.bloggerMode = true;SyntaxHighlighter.config.clipboardSwf = 'http://alexgorbatchev.com/pub/sh/2.1.364/scripts/clipboard.swf';SyntaxHighlighter.all();</script><script type="text/javascript">if (window.jstiming) window.jstiming.load.tick('headEnd');</script>
Now Save Your Template by Clicking On Save Template Button.
You can Add Your Code By These Attributes
<pre class="brush:html"><h1>PostTutorials</h1></pre>
When You Can Add This Code Then the Out Put Is been Shown Like this :


PostTutorials


Note : The Code you have been added in the highlighter is must be an Encoded .
  • SEO KEYWORDS:
  • google blogger code highlighting
  • how to use syntax highlighter in blogger
  • how to add syntax highlighter to blogger
  • code highlighter WordPress
  • code highlighter jquery
  • syntax highlighter
  • google prettify
  • WordPress