<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>placa de baza sh &#8211; Promovare Digitala</title>
	<atom:link href="https://digitalpromo.ro/tag/placa-de-baza-sh/feed/" rel="self" type="application/rss+xml" />
	<link>https://digitalpromo.ro</link>
	<description>Cele mai noi oferte, review produse, informatii utile despre firme, oferte firme, servicii firme</description>
	<lastBuildDate>Thu, 13 Oct 2016 09:15:37 +0000</lastBuildDate>
	<language>ro-RO</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<!--Theme by MyThemeShop.com-->
	<item>
		<title>Cum sa parolezi un fisier pe computerul personal</title>
		<link>https://digitalpromo.ro/cum-sa-parolezi-un-fisier-pe-computerul-personal/</link>
					<comments>https://digitalpromo.ro/cum-sa-parolezi-un-fisier-pe-computerul-personal/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 13 Oct 2016 09:15:37 +0000</pubDate>
				<category><![CDATA[Comert si Magazine]]></category>
		<category><![CDATA[Diverse]]></category>
		<category><![CDATA[calculatoare second hand]]></category>
		<category><![CDATA[hard disk sh]]></category>
		<category><![CDATA[memorie RAM SH]]></category>
		<category><![CDATA[placa de baza sh]]></category>
		<category><![CDATA[placa video second hand]]></category>
		<category><![CDATA[sisteme second hand]]></category>
		<guid isPermaLink="false">http://utile.site/?p=694</guid>

					<description><![CDATA[Cu totii stim ca nevoia de intimitate este una extrem de mare, astfel ca exista mereu anumite fisiere ce nu ar trebui vazute de ochiul oricarui om din acelasi birou sau aceeasi casa. Fie ca vorbim despre fisiere personale confidentiale sau legate de finante si munca, este bine sa stiti cum trebuie sa procedati in [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><span style="color: #222222;"><span style="font-family: Times New Roman,serif;">Cu totii stim ca nevoia de intimitate este una extrem de mare, astfel ca exista mereu anumite fisiere ce nu ar trebui vazute de ochiul oricarui om din acelasi birou sau aceeasi casa. Fie ca vorbim despre fisiere personale confidentiale sau legate de finante si munca, este bine sa stiti cum trebuie sa procedati in momentul in care doriti sa le parolati. </span></span></p>
<h2>Calculatoare</h2>
<p><span style="color: #222222;"><span style="font-family: Times New Roman,serif;">Exista o sumedenie de metode prin care acest lucru se poate intampla, insa majoritatea dintre ele au nevoie de un software aditional, insa majoritatea ne ferim de astfel de programe intrucat nu poti sa ai incredere totala in absolut nimic in zilele noastre. </span></span></p>
<p><span style="color: #222222;"><span style="font-family: Times New Roman,serif;">Exista o metoda suplimentara de a va parola fisierele, fara sa adaugati vreun program in control panel-ul vostru. Metoda nu este chiar una extrem de simpla, insa este cea mai buna dintre ele.</span></span></p>
<p><span style="color: #222222;"><span style="font-family: Times New Roman,serif;">Inainte de a incepe, trebuie sa creati un fisier care sa gazduiasca fisierul de password protected files. Acesta poate fi un fisier banal pe care il puteti pune oriunde pe hard, atat timp cat va amintiti mereu unde este. In interiorul acestui fisier, creati un Text Document, deschideti documentul si da-ti paste urmatorului cod:</span></span></p>
<p><span style="color: #000000;"><span style="font-family: Courier New,serif;"><span style="font-size: small;">cls </span></span></span></p>
<p><span style="color: #000000;"><span style="font-family: Courier New,serif;"><span style="font-size: small;">@ECHO OFF </span></span></span></p>
<p><span style="color: #000000;"><span style="font-family: Courier New,serif;"><span style="font-size: small;">title Folder Private </span></span></span></p>
<p><span style="color: #000000;"><span style="font-family: Courier New,serif;"><span style="font-size: small;">if EXIST &#8220;HTG Locker&#8221; goto UNLOCK </span></span></span></p>
<p><span style="color: #000000;"><span style="font-family: Courier New,serif;"><span style="font-size: small;">if NOT EXIST Private goto MDLOCKER </span></span></span></p>
<p><span style="color: #000000;"><span style="font-family: Courier New,serif;"><span style="font-size: small;">:CONFIRM </span></span></span></p>
<p><span style="color: #000000;"><span style="font-family: Courier New,serif;"><span style="font-size: small;">echo Are you sure you want to lock the folder(Y/N) </span></span></span></p>
<p><span style="color: #000000;"><span style="font-family: Courier New,serif;"><span style="font-size: small;">set/p &#8220;cho=&gt;&#8221; </span></span></span></p>
<p><span style="color: #000000;"><span style="font-family: Courier New,serif;"><span style="font-size: small;">if %cho%==Y goto LOCK </span></span></span></p>
<p><span style="color: #000000;"><span style="font-family: Courier New,serif;"><span style="font-size: small;">if %cho%==y goto LOCK </span></span></span></p>
<p><span style="color: #000000;"><span style="font-family: Courier New,serif;"><span style="font-size: small;">if %cho%==n goto END </span></span></span></p>
<p><span style="color: #000000;"><span style="font-family: Courier New,serif;"><span style="font-size: small;">if %cho%==N goto END </span></span></span></p>
<p><span style="color: #000000;"><span style="font-family: Courier New,serif;"><span style="font-size: small;">echo Invalid choice. </span></span></span></p>
<p><span style="color: #000000;"><span style="font-family: Courier New,serif;"><span style="font-size: small;">goto CONFIRM </span></span></span></p>
<p><span style="color: #000000;"><span style="font-family: Courier New,serif;"><span style="font-size: small;">:LOCK </span></span></span></p>
<p><span style="color: #000000;"><span style="font-family: Courier New,serif;"><span style="font-size: small;">ren Private &#8220;HTG Locker&#8221; </span></span></span></p>
<p><span style="color: #000000;"><span style="font-family: Courier New,serif;"><span style="font-size: small;">attrib +h +s &#8220;HTG Locker&#8221; </span></span></span></p>
<p><span style="color: #000000;"><span style="font-family: Courier New,serif;"><span style="font-size: small;">echo Folder locked </span></span></span></p>
<p><span style="color: #000000;"><span style="font-family: Courier New,serif;"><span style="font-size: small;">goto End </span></span></span></p>
<p><span style="color: #000000;"><span style="font-family: Courier New,serif;"><span style="font-size: small;">:UNLOCK </span></span></span></p>
<p><span style="color: #000000;"><span style="font-family: Courier New,serif;"><span style="font-size: small;">echo Enter password to unlock folder </span></span></span></p>
<p><span style="color: #000000;"><span style="font-family: Courier New,serif;"><span style="font-size: small;">set/p &#8220;pass=&gt;&#8221; </span></span></span></p>
<p><span style="color: #000000;"><span style="font-family: Courier New,serif;"><span style="font-size: small;">if NOT %pass%== PASSWORD_GOES_HERE goto FAIL </span></span></span></p>
<p><span style="color: #000000;"><span style="font-family: Courier New,serif;"><span style="font-size: small;">attrib -h -s &#8220;HTG Locker&#8221; </span></span></span></p>
<p><span style="color: #000000;"><span style="font-family: Courier New,serif;"><span style="font-size: small;">ren &#8220;HTG Locker&#8221; Private </span></span></span></p>
<p><span style="color: #000000;"><span style="font-family: Courier New,serif;"><span style="font-size: small;">echo Folder Unlocked successfully </span></span></span></p>
<p><span style="color: #000000;"><span style="font-family: Courier New,serif;"><span style="font-size: small;">goto End </span></span></span></p>
<p><span style="color: #000000;"><span style="font-family: Courier New,serif;"><span style="font-size: small;">:FAIL </span></span></span></p>
<p><span style="color: #000000;"><span style="font-family: Courier New,serif;"><span style="font-size: small;">echo Invalid password </span></span></span></p>
<p><span style="color: #000000;"><span style="font-family: Courier New,serif;"><span style="font-size: small;">goto end </span></span></span></p>
<p><span style="color: #000000;"><span style="font-family: Courier New,serif;"><span style="font-size: small;">:MDLOCKER </span></span></span></p>
<p><span style="color: #000000;"><span style="font-family: Courier New,serif;"><span style="font-size: small;">md Private </span></span></span></p>
<p><span style="color: #000000;"><span style="font-family: Courier New,serif;"><span style="font-size: small;">echo Private created successfully </span></span></span></p>
<p><span style="color: #000000;"><span style="font-family: Courier New,serif;"><span style="font-size: small;">goto End </span></span></span></p>
<p><span style="color: #000000;"><span style="font-family: Courier New,serif;"><span style="font-size: small;">:End</span></span></span></p>
<p><span style="color: #222222;"><span style="font-family: Times New Roman,serif;">In loc de PASSWORD_GOES_HERE ar trebui sa aveti parola pe care o doriti. Salvati fisierul ca locker.bat. Odata ce-ati salvat fisierul de siguranta, totul intra pe calea potrivita.</span></span></p>
<p><span style="color: #222222;"><span style="font-family: Times New Roman,serif;">Acum puteti sa dati run la fisierul de siguranta (batch file), dand dublu click pe el. Acesta va crea instant un folder numite „Private”. Aici va puteti stoca toate chestiile secrete pe care le aveti, fiind siguri ca nu va va cotrobai nimeni prin ele. Cand terminati de introdus tot ce aveti de introdus in acest fisier secret, dati din nou run la locker.bat. Cand veti fi intrebati daca sunteti siguri ca vrei asta, apasati Y si ENTER. Fisierul va disparea instant. </span></span></p>
<p><span style="color: #222222;"><span style="font-family: Times New Roman,serif;">Poate ca vei mai dori vreodata sa iti vezi fisierele acelea ascunse, asa ca tot ce trebuie sa faci este sa mergi la Folder Options, sa dai uncheck la „Show hidden files, folders and drives” si tot uncheck la „hide protected operating system files”. Urmatorul pas este sa dai click pe folderul Private, care va aparea instant, si sa introduci parola pe care ai stabilit-o in prealabil.</span></span></p>
]]></content:encoded>
					
					<wfw:commentRss>https://digitalpromo.ro/cum-sa-parolezi-un-fisier-pe-computerul-personal/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
