How to create a secured and locked folder in Windows XPどのように確保し、鍵の掛かったフォルダを作成すると、 windows xp

Posted on August 20, 2007 at 1:27 pm投稿され8月20日、 2007年には1:27時

Welcome to Online Tech Tips , a great resource for computer tutorials, technology news, software reviews, and personal computing tips.ようこそオンライン技術のヒントについては、大きなリソースをコンピュータのチュートリアル、技術ニュース、ソフトウェアのレビュー、パーソナルコンピューティングのヒントとします。 If you're new here and you like the content, you can subscribe to myここにいる場合は、あなたのような新しいコンテンツは、登録することができ私 RSS feedフィード to get daily tips.毎日のためのヒントを取得します。 Thanks for visiting!訪問ありがとうございます!

UPDATE: Since some people were having issues with this method of hiding a folder in XP (folder being renamed incorrectly,  visible via the command prompt, etc), I am adding to the bottom another way to permanently hide a folder using a program called Free Hide Folder. 更新日: 以来いくつかの問題がある人たちが、この方法でフォルダを隠していたとしてプログラム(改名フォルダを間違って、目に見えるを経由してコマンドプロンプトなど)を、私は下に追加して別のフォルダを非表示にする方法を完全に自由と呼ばれるプログラムを使用するフォルダを非表示にします。 Please scroll down to read about it. ごスクロールして読んだ。

If you’ve come across this page looking for a way to create a password protected, secure, hidden or locked folder in Windows XP for free, you’ve come to the right place.出くわすた場合はこのページを作成する方法を探して、パスワードで保護、安全で、隠されたか、ロックwindows xpのフォルダを無料で、ここに来て、適切な場所です。 Unfortunately, Windows XP does not have any user-friendly built-in tools to create secure folders on computers with multiple users.残念なことに、持っていませんwindows xpに組み込まれているすべてのユーザーに適したツールを作成するフォルダを確保されたコンピュータで複数のユーザーがいます。 Of course, you can encrypt data on your hard disk, but this only helps if your computer is stolen.もちろん、データを暗号化することができて、ハードディスクしかし、これだけでは、コンピュータが盗まれた場合に役立ちます。

In a previous post, I wrote about how you can前回の投稿では、どのようにすることができについて書きました hide a folder in Windows XP windows xpのフォルダを非表示にする using a rudimentary built-in feature.初歩的な組み込まれている機能を使っています。 This method is useful if you want to hide a folder or file and you’re pretty sure that anyone who is using the computer will have no idea how to un-hide the data.このメソッドは、有用な場合は、フォルダやファイルを隠しておきたいと君はきれいな人なら誰でも使用していることを確認していないコンピュータはどのように考えをオフにし、データを非表示にします。 If you’re dealing with someone a little more computer savvy, there is another way to create a secure locked folder without having to buy any 3rd party software.対処する場合は、もう少しコンピュータに精通し、それには別の方法を作成することを確保するフォルダをロックさせずに任意のサードパーティ製のソフトウェアを購入します。

It basically involves using a script to morph the folder into something completely different so that it’s still visible, but nothing inside the folder is accessible.それは、基本的にスクリプトを使用し変形して何かを完全に別のフォルダにはまだ目に見えるようにすることが、何もないが、フォルダ内のアクセスできます。 In order to view the data, you have to run another script to morph it back.のデータを表示するために、別のスクリプトを実行する必要が姿をバックします。 Anyone who clicks on the folder will be brought to the Control Panel and simply think it is a shortcut.誰でもフォルダをクリックすると、コントロールパネルが飛び込んでくると思うだけでは、ショートカットがあります。

Here are the steps to create the protected folder in Windows XP:ここでは、手順を実行して保護されたフォルダを作成すると、 windows xp :

  • First create a folder that you will use to store your confidential data.最初のフォルダを作成する際に使用して機密データを保存しています。 For example, I have created a folder called Fonts at the root of my D drive.たとえば、私がフォントと呼ばれるフォルダを作成し私のdドライブのルートにします。 Since the hidden folder will bring you to the Control Panel, it’s best to name the folder as one of the programs inside there. 以来、隠しフォルダをしても、コントロールパネル、それは最良の名前のフォルダをプログラム内の1つとしています。

createsecurefolder1

  • In the same location where you created the new folder, create a new file in Notepad, copy the following below into it, replace Fonts with the name of your folder and save it as loc.bat.と同じ場所に新しいフォルダを作成し、メモ帳で新しいファイルを作成するには、次の下にコピーして、フォントを置き換えるという名前のフォルダとして保存するには、お客様のloc.batます。

ren Fonts Fonts.{21EC2020-3AEA-1069-A2DD-08002B30309D} 蓮フォントフォントます。 ( 21ec2020 3aea - 1069 - - - a2dd 08002b30309d )

  • To save the file as a .bat file in Notepad, just put the whole thing in quotes, like "loc.bat" and then click Save. として、ファイルを保存します。バットファイルをメモ帳、働かし全体のことを引用符で囲み、のような" loc.bat "をクリックして保存します。

hiddenfolder  

  • Now you should have a bat file named loc in the same directory as your Fonts folder, not inside the Fonts folder.バットになりました名前のファイルがなければならない場所と同じディレクトリの中のフォルダのフォントとして使用してではなく内部のフォントフォルダを開きます。

lockedfolders1

  • Create another NotePad file and type in the following listed below and save it as "key.bat".別のファイルやメモ帳を作成し、次のタイプとして保存するには、下記の" key.bat "とします。

ren Fonts.{21EC2020-3AEA-1069-A2DD-08002B30309D} Fonts 蓮フォントます。 ( 21ec2020 3aea - 1069 - - - a2dd 08002b30309dフォント)

  • Now you’ll have loc.bat and key.bat along with your folder.今すぐ必要がありますがloc.bat key.batとともに、お客様のフォルダを開きます。 Go ahead and double-click on loc.bat and your folder will turn into the Control Panel and nothing inside can be viewed.どうぞloc.batをダブルクリックするとフォルダが変わると、コントロールパネルの内部には何も見ることができます。 Clicking on it will simply bring you to the Control Panel.をクリックしていただければ、それは単に、コントロールパネルを持ってきました。 You’ll notice the icon should have changed also.ご利用いただける場合はアイコンを変更しなければならないにもします。

protectedfolders

  • To view the data inside your folder again, click on key.bat and your folder will return to normal!フォルダ内のデータを表示している、としてフォルダをクリックしてkey.batに正常に戻った! Pretty simple!簡単!

Of course, keeping the key.bat file in the same folder will defeat the purpose of securing the folder, so it’s best to move the key.bat file somewhere else, or even better, put it on a USB stick or CD that only you can access.もちろん、 key.batを維持するためのファイルと同じフォルダには、敗北の目的のフォルダに固定して、これkey.batの最善のファイルをどこか別の場所に移動する、またはさらに、 usbスティックにされている、またはcdしてのみアクセスすることができます。

Most people will be probably look at the folder and simply ignore it since it has the control panel icon and it links directly there.おそらくほとんどの人が見てフォルダを単に無視しているので、それには、コントロールパネル]のアイコンを直接リンクています。 Of course, if someone knows this trick also, they can create their own key.bat file, etc and open it back up.もちろん、このトリックを知っているかどうかも、彼らを作成することができ、独自のkey.batファイルなどを開くことをバックアップします。 However, if you’re dealing with someone who can do all of that, it’s best you check out more advanced 3rd party software to lock down a folder.しかし、もしあなたが対処することができないすべての人は、チェックアウトすることをお勧めし、より高度なサードパーティ製のソフトウェアをロックダウンするフォルダを開きます。

ALTERNATIVE METHOD: 代替方法:

If you’re having trouble with the above-mentioned method (from what I can see from the comments, a good number of people), then here’s another quick and free way to create a secure folder in Windows XP.問題が生じる場合は、上記の方法(私のことを参照してくださいからのコメントには、優れた人の数)は、ここでは別の方法を迅速かつ無料のフォルダを作成すると、 windows xpのセキュリティで保護されます。 There is a very nice program calledそこはとてもいいと呼ばれるプログラム Free Hide Folder無料のフォルダを隠す from Cleanersoft that allows you to easily hide your private folders. cleanersoftから隠すことができます。お客様の個人フォルダを簡単にします。

Your folders are completely hidden and you must supply a password to open the program to unhide the folders.お客様のフォルダとは完全に隠されたパスワードを入力する必要があり供給を開くには、フォルダのプログラムを再表示します。 The personal edition is free, just click the Skip Registration button unless you’re using it for commercial purposes.個人版は無料で、 登録ボタンをクリックするだけで、 スキップしない限り、あなたが商業的な目的で使用しています。

無料のフォルダを隠す  

I’ve tried this program myself and I cannot access the hidden folder via Windows Explorer nor the command prompt.私自身このプログラムにしようとして隠しフォルダにアクセスできませんwindowsエクスプローラでも、コマンドプロンプトを経由します。 So if the above method is not working, give this a shot!上記の方法ではありませんので作業は、これを与えるショット!

Any questions, post a comment!不明な点は、コメントを投稿! Enjoy!楽しんでください!

Technorati Tags: technoratiタグ: , , , , , ,


If you enjoyed this post, make sure you この投稿を楽しんでいる場合は、必ず subscribe to my RSS feed 私のフィードを購読して !

» Filed Under下に提出» Computer Tipsコンピュータのヒント

Related Posts関連記事

37 Responses to “How to create a secured and locked folder in Windows XP” 37の回答を"を作成する方法を確保し、鍵の掛かったフォルダをwindows xpで"

  1. mehdi said on : メヘディによると:

    very nice .とてもいいわね。 thank youありがとう


  2. Green Star said on : 緑の星によると:

    i tried on one of my folder called CPanel, it works fine but when i locked it is renamed to CPanel.{21EC2020-3AEA-1069-A2DD-08002B30309D}.私のフォルダの1つにしようと呼ばれるcpanel 、それでも立派な作品に変更されたときにロックすることがcpanelます。 ( 21ec2020 3aea - 1069 - - - a2dd 08002b30309d ) 。 I can rename it back to CPanel by right clicking it.私の名前を変更することに戻ることができcpanelを右クリックしてください。 after renaming i can access folder contents.私の名前を変更した後のフォルダの内容にアクセスすることができます。 so i do not need to run key.bat,だからkey.batを実行する必要はありません、


  3. Keehun Nam 南keehun said on : によると:

    That’s ingenious!それは独創的!


  4. akishore said on : akishoreによると:

    Green Star, try it again because when you click on loc.bat it should simply be named CPanel, not CPanel.XXX.緑色のスター、もう一度試してloc.batをクリックしたときのために単純に名前cpanelなければならないcpanel.xxxます。 Something is wrong with your code, make sure you copy it directly from my site and change only the name.何かが間違っているはずのコードして、ファイルをコピーしていることを確認し、自分のサイトから直接の名前のみを変更します。 First try it with the name Fonts and see if it works, then change it carefully.フォントの名前を最初に試してみて動作するかどうかと、そして慎重に変更しています。

    Thanks!どうもありがとうございます!


  5. Green Star said on : 緑の星によると:

    Thanks akishore, i tried with Fonts also, same results. akishoreのおかげで、私のフォントをしようとも、同じ結果が得られます。 as long as some one is not renaming it(by right clicking), them my data is hidden.限り、いくつかの1つの名前を変更することはありません(右クリックして)は、私のデータが隠されています。 but if some one renamed it, then they can see all my data.しかし、いくつかの1つの名前を変更した場合、そして私のすべてのデータを参照することができます。

    I directly copied code from your site, check the file name from my previous post.私に直接、お客様のサイトからコードをコピーし、ファイル名を確認して私の前から投稿します。 it is same like what you had in the site commend.同じようなことは何をしていたサイトを称賛します。


  6. Daniel said on : ダニエルによると:

    I’m having the same experience as Green Star.私は同じ経験を持つように緑のスターとなります。 Running loc.bat renames the folder as xx.{21EC2020-3AEA-1069-A2DD-08002B30309D}. loc.batとしてxxを実行したフォルダの名前を変更します。 ( 21ec2020 3aea - 1069 - - - a2dd 08002b30309d ) 。


  7. akishore said on : akishoreによると:

    I’m curious as to what operating system you guys are running (Daniel, Green Star) because I am not having this problem on my computer, which is running Windows XP.私は好奇心に何が君たちは、実行中のオペレーティングシステム(ダニエル、緑星)のため、私はこの問題を解決していなかったこと、マイコンピュータを、これはwindows xpを実行します。

    Thanksおかげで


  8. Daniel said on : ダニエルによると:

    Windows XP Pro Version 2002 Service Pack 2. windows xp proでのバージョン2002サービスパック2 。


  9. Michael said on : マイケルによると:

    Same here as Daniel and Green Star, names the file Fonts.{21EC2020-3AEA-1069-A2DD-08002B30309D}.同じダニエルと緑の星としてここには、ファイル名のフォントです。 ( 21ec2020 3aea - 1069 - - - a2dd 08002b30309d ) 。

    Running Windows XP Pro SP2 windows xpを実行しsp2のプロ


  10. Brendan said on : ブレンダンによると:

    What happened to the good old “Encrypted” attribute on folders?何が起こったかを古き良き"暗号化"属性をフォルダですか? This seems like a rather overly complex way to protect a folderどちらかというと、このように思え過度に複雑な方法で、フォルダを保護する


  11. akishore said on : akishoreによると:

    Hi Brendan,こんにちは、ブレンダン、

    Thanks for visiting my site!自分のサイトに訪問してくれてありがとう! That’s a great question that you have.それはいい質問しています。 The problem with the “Encrypted” attribute is that it does not prevent someone from accessing that folder if the person can simply log onto your computer under your name.この問題では"暗号化"属性にはしていませんようにする場合、そのフォルダにアクセスすることができた人だけで、お名前の下にお使いのコンピュータにログオンします。 This type of hiding is meant for people who have kids or someone else in the house that they can’t “restrict”, but they still want to hide something from!このタイプの意味が隠れている人たちのために、他の子供たちや、家のことはできません"を制限する"と、かれらはまだ何かを隠しておきたいから! Does that make sense?そのことを感じますか? Using Windows encryption only helps prevent someone from stealing your data if they take your computer and can’t log onto your account.ウィンドウズを使って暗号化するだけで防止するのに役立ちからして、データを盗んだとすれば取ることはできませんお使いのコンピュータにログオンするアカウントを開始する。

    Aseem aseem


  12. i_am_the_maharishi said on : i_am_the_maharishiによると:

    why not use an free open source on the fly encryption utility like TrueCrypt (http://www.truecrypt.org/) to create secure containers which can be loaded as a virtual drives… this is much more simple and very very very secure….無料のオープンソースを使用しない理由は、ハエのような暗号化ユーティリティtruecrypt ( http://www.truecrypt.org/ )を作成するコンテナを確保することができ、仮想ドライブとして読み込まれ…これがはるかに簡単かつ非常に非常に非常に安全な…します。


  13. Me said on : 私によると:

    Hi, this tip is only effective if ‘Hide Protected System files’ is set in Tools -> View within Windows Explorer.こんにちは、ヒントは、この場合にのみ有効'保護されたシステムファイルを隠す'が設定されツール-> w indowsのエクスプローラ内で表示します。

    So hit-and-miss whether it would work for any particular PC and even then not very reliable- first thing I do on a new PC is turn all those Explorer ‘Hide’ settings off.だから無計画な仕事をするかどうかは、特定のパソコンおよびその時でさえません。真っ先に私は非常に信頼性を新しいパソコンは、それらのすべての電源をエクスプローラ'を隠す[設定]をオフにします。

    Cheers.応援します。


  14. JeremyDuffy jeremyduffy said on : によると:

    Note, if you move the batch files, you will have to adjust the code to compensate.メモ場合は、バッチファイルに移動した場合には、コードを補償を調整します。 For example, if your folder is in c:\temp (e.g., c:\temp\Fonts), and you put the batch files in c:, you will now have to code them like this:たとえば、お使いのフォルダは、 c : \ tempに(例えば、 c : \ tempに\フォント)とを入れてバッチファイルをc :は、必要があるとしてこのようなコード:

    ren c:\temp\Fonts c:\temp\Fonts.{21EC2020-3AEA-1069-A2DD-08002B30309D}蓮c : \ tempに\フォントをc : \ tempに\フォントます。 ( 21ec2020 3aea - 1069 - - - a2dd 08002b30309d )

    and

    ren c:\temp\Fonts.{21EC2020-3AEA-1069-A2DD-08002B30309D} c:\temp\Fonts蓮c : \ tempに\フォントます。 ( 21ec2020 3aea - 1069 - - - a2dd 08002b30309d ) c : \ tempに\フォント


  15. Neo ネオ said on : によると:

    uhmmmm….. uhmmmm … .. yeah thanks guys for the tutor.it qorks well, but right now its not my main conern, I REALY NED HELP.IS IT POSSILE TO BYPASS or ACIVATE XP WITHOUT BEGGING MS FOR THE KEY?うん、みんなのおかげでtutor.it qorksまあ、しかし、今のところ、私のメインconernません、私が本当にネッドhelp.is possileそれをせずにバイパスまたはacivate xpの托鉢msの鍵ですか? I m runni on 4days.私は4days runni mにします。 I ‘ll buy you a coke and a pie you grant me help lol…….私のすべてを購入すると、コークスパイを付与ロル川… … … …助けてくれました。 but seriously HELP!!!!!!!!!!!!!しかし、真剣にヘルプ!!!!!!!!!!!!!


  16. Neo ネオ said on : によると:

    see what its doing to me?を参照してくださいどのようなことをしてくれますか? I m even misspelling the words.つづりの間違いmにも私の言葉です。 lolロル川


  17. xylph said on : xylphによると:

    That’s an ingenious tip, a nice way to utilise Windows itself instead of using a third-party software.それは独創的先端、すてきな利用方法をウィンドウズ自体の代わりにサードパーティ製のソフトウェアを使用します。
    I’m not very tech savvy, but I’m interested to know more about how renaming a folder can redirect you to another folder.私は非常に技術に詳しいませんが、私は関心を持って知っているフォルダの名前を変更する方法の詳細については別のフォルダにリダイレクトすることができます。 Perhaps you can give me a link?たぶんすることができリンクさせてもらえますか? Thanks!どうもありがとうございます!


  18. Evan said on : エバンによると:

    I never thought of using clsid folders to hide contents.私は思いつかなかったの内容を使用しclsidのフォルダを非表示にします。 What this basically does is use the .{—–} as an extension }or class}.これは、基本的には何を使用して.{--}の拡張として、またはクラス) ) 。 You can lookup clsids for most of the system folders. clsidsルックアップすることができ、ほとんどのシステムフォルダにします。 I have recently compiled a list of all of them because I’m planning to create a new control panel using html.私たちは、最近、コンパイルのすべてを表示するため、私はかれらの計画を新規に作成するコントロールパネルのhtmlを使用します。

    You could do a my documents folder with a secret my documents folder hidden behind it.マイドキュメント]フォルダを行うことができ、秘密裏に隠されているマイドキュメント]フォルダにしてください。

    Note: This works for everything communicating through the windows API.注:この作品のすべての通信を介して、 windowsのapiをします。 If you connect through telnet, ftp, etc… the filename will be viewed as a filename (and wont hide the extension}. If you download it and you’re running windoze it should still work as a link since the clsid is basically a memory space assigned to be a direct shortcut to the specified folder.介して接続する場合のtelnetやftpなど…として表示されるファイル名のファイル名(拡張子を隠す)常とします。もしあなたがダウンロードして実行しなければならまだのろwindowsとして働く以来、 clsidのリンクは基本的に、メモリ空間に割り当てられているショートカットを直接指定したフォルダにします。


  19. Richard FDisk said on : fdiskのリチャードによると:

    I use a two or three step method for “Sensitive Documents”私を使用する方法を2つまたは3つのステップ"機密文書"

    1) use the “E” encrypted folders on external (NTFS formatted) hard drives / USB (NTFS formatted) chips, so if some one boosts my drive / chip they can’t access the files in the folder (unless they plug it into my pc) and 1 )を使用して" e "を暗号化フォルダを外付けハードドライブ( ntfsのフォーマット) / usbでチップ( ntfsでフォーマット済み)ですので、もし私の向上するいくつかの1つのドライブ/チップにアクセスすることはできませんが、ファイルのフォルダ(なければ差し込み私のパソコン)
    2) then within that “E” encrypted folder, I use a password protected zipped folder created with WinZip, 2 )次に内の" e "を暗号化フォルダに、私を使用するパスワードで保護さウィンジップで作成したフォルダをzip形式で圧縮し、

    so now if someone boosts the drive they not only have to connect it to my PC, they also have to contend with cracking the password of the encrypted WinZip Archive.今高まっているかどうかだけでなく、ドライブの彼らはそれを私のパソコンに接続する、論争することもなければ、暗号化のパスワードをクラッキングウィンジップアーカイブします。

    step three is only for apps that offer it.ステップ3は、アプリのみを提供しています。
    3) any time an application offers the use of passwords for a document, spreadsheet etc. use it. 3 )いつでも提供し、アプリケーションのパスワードを使用し、文書、スプレッドシートなどを使用しています。 then do step 1 & 2じゃあステップ1 & 2

    (the one exception is; if that “someone” can create a pc with the same: “computer name, user name(s), domain / workgroup name etc.” then the “E” encryted folder is effectively bypassed and accessible, but “they” still have to contend with the password protection on the files in the “Zipped” folder and then, for apps that offer passwords, any file that is individually password protected by the app. it was created with.) ( 1つの例外は;もしそう"だれか"を作成することができ、パソコンと同じ: "コンピュータ名、ユーザー名(秒)は、ドメイン/ワークグループ名等"の次に" e "を効果的にバイパスとencrytedフォルダがアクセス可能ですが、 "彼らは"まだ論争をパスワードで保護するには、ファイルを" zip圧縮"フォルダそれから、アプリを提供するためのパスワードは、すべてのファイルに対して、個別のパスワード保護されたのは、アプリケーションです。が作成されたとします。 )

    Cheers歓声
    RfD rfd
    (no I’m not hyper paranoid, but these steps I use to protect customer information in files). (ハイパー妄想ません。私はありませんが、これらの手順を使用し、顧客情報を保護するファイル)します。


  20. Clos1 said on : clos1によると:

    This is very kool -thanks for sharing, I sure would like to know more=) ????????これは非常にクール-共有ありがとうございます、私を知って詳細を確認したい= )を生成生成


  21. Decoy said on : おとりによると:

    by the simply commandshell like FAR Manager or TotalCommander you can easy enter into “Fonts.{21EC2020-3AEA-1069-A2DD-08002B30309D}” and have to see all inside, also you can delete or rename this folder.されるまでのように単にcommandshellマネージャまたはtotalcommander簡単に入ることができ"フォントます。 ( 21ec2020 3aea - 1069 - - - a2dd 08002b30309d ) "を参照してすべての内部で、またこのフォルダの名前を変更または削除することができます。

    so this metod works with lasy users who uses WinExplorer metodので、この作品を使用したユーザーのlasy winexplorer


  22. Gladkov Oleg said on : グラトコフオレグによると:

    loc.bat: loc.bat :
    @echo [.ShellClassInfo]>.\Fonts\desktop.ini @エコー[ 。 shellclassinfo ] >ました。 \フォント\ desktop.ini
    @echo CLSID={21EC2020-3AEA-1069-A2DD-08002B30309D}>>.\Fonts\desktop.ini @ clsidのエコー= ( 21ec2020 3aea - 1069 - - - a2dd 08002b30309d ) > >します。 \フォント\ desktop.ini

    key.bat: key.bat :
    del .\Fonts\desktop.iniデルます。 \フォント\ desktop.ini


  23. Dark said on : 暗闇によると:

    You can see and access to hidden folder from de windows console:アクセスできるようにすることができ、隠しフォルダを参照してくださいよりdeウィンドウズコンソール:

    cd font*フォント枚*


  24. hofshi hofshi said on : によると:

    I encountered the same issue like GreenDay.私のような問題に遭遇し、同じgreendayます。 The folder is renamed to :フォルダには名前を:
    Fonts.{21EC2020-3AEA-1069-A2DD-08002B30309D}フォントます。 ( 21ec2020 3aea - 1069 - - - a2dd 08002b30309d )
    instead of to代わりに
    Fontsフォント

    So it is fairly easy to access the “locked” folder.これは非常に簡単にアクセスして"ロック"フォルダを開きます。

    Running Win XP Pro SP2 xp proでsp2の実行中に勝つ


  25. Theodorik O'Broin said on : theodorik o'broinによると:

    Hi,こんにちは、

    Just tried this and I see how well it works… from Windows Explorer!を参照してくださいどのようにしようと私だけで、この作品であることから、 windowsエクスプローラ… ! NOT the CMD prompt though.コマンドプロンプトではないけど。

    Is there any way to make this a proper “full” secure and locked folder in XP?この方法ではありませんが、適切な"完全"を確保するとフォルダをロックxpのですか?
    Otherwise, I’ll have to find another solution.そうしないと、私は別の解決策を見つけました。

    Cheers,歓声、

    dbデータベース


  26. vipin said on : vipinによると:

    can i creat it only in d: drive or any where i can notable to make bat file wht you write just clear itそれだけで開発すればよいcreat :ドライブまたは任意のどこに注目すべきファイルwhtバットを持って文章を書くだけでそれをクリア


  27. hort said on : ホルトによると:

    Thanks akishore, i tried to protect folder like you recommand but it have problem like Green Star that when i run loc.bat is renames the folder as xx.{21EC2020-3AEA-1069-A2DD-08002B30309D}. akishoreのおかげで、私のようなフォルダを保護しようとすることができrecommand緑の星のような問題が発生することを実行した際、フォルダ名を変更するには、 loc.bat xxをします。 ( 21ec2020 3aea - 1069 - - - a2dd 08002b30309d ) 。 so i can’t lock folder because it can rename and open it.だからロックすることはできませんので、フォルダを開くことの名前を変更することができます。 i use windows xp sp2 windows xp sp2を使用


  28. akishore said on : akishoreによると:

    Ok, I just updated this post with another method for creating a private hidden folder, so check that out at the bottom if you’re still having trouble!よし、ちょっと更新この投稿を別の方法で隠しフォルダを作成するための私的ので、下部にいることを確認しても問題が解決する場合は!

    Thanks!どうもありがとうございます!


  29. Sex Pistol said on : セックスピストルによると:

    Very cool technique - However, I can still search for files.とってもクール技法-しかし、私のファイルを検索することができます。 How can we prevent the files from showing up in the search?私たちはどうすれば防ぐためには、検索からのファイルを表示するか? Thanks.ありがとうございます。


  30. OM said on : omによると:

    thanksおかげで


  31. serial_samurai serial_samurai said on : によると:

    in all honesty, if you need an operating system and don’t want to pay Microsoft the money, take the time and look into Ubuntu which is based off of Debian.正直にいって、必要な場合は、オペレーティングシステムのマイクロソフトたくないと思ってお金を支払うことは、時間を割いて調べると、 debianのubuntuに本拠を置くオフします。 its been a very easy distro of Linux to learn compared to some of the others I’ve run into.非常に簡単だったのを学ぶのlinuxのディストリビューションと比較していくつかの他の私を実行しています。


    Pingbacks pingbacks
  1. Windows Tip: Hide and Lock a Folder in Windows XP · TechBlogger windowsのヒント:隠しフォルダをロックすると、 windows xpのスポンジtechblogger Says: によると:

    […] hide data if you’re in a pinch. [ … ]のデータを非表示にする場合は苦境に陥っています。 Here are a few more ways to hide your data.ここでは、いくつかの方法でより多くのデータを非表示にしています。 Thanks, Aseem!おかげで、 aseem ! How to create a secured and locked folder in Windows XP [Computer Tips From A Computer […]どのように確保し、鍵の掛かったフォルダを作成すると、 windows xpの[コンピュータを1台のコンピュータからのヒント[ … ]

  2. Pingbacks pingbacks
  3. Hide and Lock a Folder in Windows XP at SoftSaurus 隠しフォルダをロックすると、 windows xpのでsoftsaurus Says: によると:

    […] hide data if you’re in a pinch. [ … ]のデータを非表示にする場合は苦境に陥っています。 Here are a few more ways to hide your data.ここでは、いくつかの方法でより多くのデータを非表示にしています。 Thanks, Aseem!おかげで、 aseem ! How to create a secured and locked folder in Windows XP [Computer Tips From A Computer […]どのように確保し、鍵の掛かったフォルダを作成すると、 windows xpの[コンピュータを1台のコンピュータからのヒント[ … ]

  4. Pingbacks pingbacks
  5. Crear una carpeta segura y bloqueada en Windows XP en rubendomfer crear una carpeta en windows xpのbloqueadaセグラy en rubendomfer Says: によると:

    […] este blog, comentan un buen truco para crear carpetas con bloqueo y llave en Windows […] [ … ]エステブログでは、国連comentanブエンtrucoパラcrear carpetasコンllave y bloqueo en windowsの[ … ]

  6. Pingbacks pingbacks
  7. Trucco: creare una cartella nascosta e protetta in pochi click! trucco : creare una cartella nascostaポチをクリックして、保護のe ! « Tech Flakes «ハイテクフレーク Says: によると:

    […] Versione Originale […] versione originale [ … ] [ … ]

  8. Pingbacks pingbacks
  9. Yet Another Secure Folder guide! さらに別のフォルダを確保するガイド! « Troubleshooting PC Problems «パソコンの問題のトラブルシューティング Says: によると:

    […] XP for free, you’ve come to the right place. xpの[ … ]を無料で、ここに来て、適切な場所です。 Let Aseem Kishore, a programmer from New Orleans, LA show you how simple it […] kishore aseemましょう、プログラマーからニューオーリンズで、どのように表示されますラ単純なこと[ … ]

  10. Pingbacks pingbacks
  11. How to create an "Invisible" hidden drive in Windows どのように作成する"目に見えない"隠されたドライブは、 windows Says: によると:

    […] etc, etc in Windows on many occasions! [ … ] etcなど多くの機会でのwindows on ! Hell, one of the most popular articles on this blog is How to create a secure and locked folder in Windows XP.地獄の1つ、最も人気のある記事をこのブログを作成するには、どのように確保すると、 windows xpのフォルダをロックします。 However, hiding a folder is a tricky proposition and usually doesn’t work well unless you […]しかし、隠れているフォルダには、難しい命題とうまく動作しない場合、通常はありません[ … ]

Please post your comments/suggestions!コメントを投稿してください/ご提案!