Create a Password Protected Folder In Windows 7

  • Create a new folder (i.e. right click --> new --> folder).
  • A folder should appear, name it whatever you want, then right click again this time selecting new --> "Text Document".
 

  • In this document, type the following:
cls
@ECHO OFF
title Folder PrivateFolder
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST PrivateFolder goto MDLOCKER
:CONFIRM
echo Are you sure you want to lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren PrivateFolder "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to unlock folder
set/p "pass=>"
if NOT %pass%== PASSWORD goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" PrivateFolder
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md PrivateFolder
echo PrivateFolder created successfully
goto End
:End
Code Source
 
CHEAT: If you like, you can also download the already finished file here: http://www.4shared.com/file/wy_0UrgW/PassCode.html

  • Notice in the above phrase "PASSWORD goto FAIL" (highlighted in red). simply replace the word "PASSWORD" with any phrase you like. This word will serve as your new password for your folder.
  • Select file --> "save". Under "file name" replace the ".txt" with ".bat". Under "save as type" select "All Files" from the drop down menu --> select save.



  •  After you have saved the document, double-click the bat file you just created and a folder named "PrivateFolder" should appear. Double-click this folder and add to it any files you wish to password protect.
 

  • After you have finished adding files, double-click your bat file once again and it should prompt you with the message "Are you sure you want to lock the folder?" Type "Y" and click enter. Your password protected folder should now disappear.
 

  • To retrieve the password protected folder, double-click your bat folder once more and you should be prompted with a message telling you to "Enter password to unlock folder". Type the password (accurately of course) and the folder should reappear with your protected files.

Enable/Disable 3D Menus In Windows XP

Start –> Run –> Type Regedit –> Hit enter.

Browse to HKEY_CURRENT_USER\Control Panel\Desktop

Double click the Reg Binary “UserPreferencesMask”

To enable 3D menus type: 9E 3E 05 80 (under value data)

To disable 3D menus type: 9E 3E 07 80 (under value data)

Reboot.

Completely Remove Windows Messenger (Windows XP)

Click Start –> Run.

Paste the following:

RunDll32 advpack.dll,LaunchINFSection %windir%\INF\msmsgs.inf,BLC.Remove

Click ok.

-----------------------------------------------------------------------------------------------------

Note: If you have service pack 1 installed, you may receive a message telling you that there was an error unregistering the OCX 16422.  Just click ok--windows messenger will still be uninstalled.

Using The Microsoft Security Essentials Command-Line

How To Run The Microsoft Security Essentials Command-Line

Start –> run –> type cmd –> hit enter.

Paste the following: "%ProgramFiles%\Microsoft Security Essentials\MpCmdRun.exe"

Hit enter.

List of Commands


  • -? / -h     Displays all available options for this tool.

  • -Trace [-Grouping #] [-Level #]     Starts diagnostic tracing

  • -RemoveDefinitions [-All]     Restores the installed signature definitions to a previous backup copy or to the original default set of signatures

  • -RestoreDefaults     Resets the registry values for Microsoft Antimalware Service settings to known good defaults

  • -SignatureUpdate [-UNC]     Checks for new definition updates
    -Scan [-ScanType]     Scans for malicious software

  • -Restore -Name <name> [-All]     Restore the most recently or all quarantined item(s) based on name

  • -GetFiles     Collects support information

Using The NirLauncher From NirSoft

Start Using NirLauncher

Download the beta version of NirLauncher from here.

Open your hard drive—the one you wish to store NirLauncher in. Right click, select new –> folder. Extract the contents of the download into that folder.

Double click nirlauncher.exe to launch NirLauncher. You should see a screen like the following:

nirlauncher

-----------------------------------------------------------------------------------------------------

Adding Additional Software Packages to Nirlauncher

Below is an example on how to add an additional software package to Nirlauncher. For this case, we will be using the Sysinternals suite from Microsoft.

Download the latest version of the Sysinternals suite from here.

Open the same drive you used to store Nirlauncher in and create a new folder. Extract the contents of Sysinternals into that folder.

Open Notepad i.e. Start –> Run –> Notepad –> enter. Paste the following:

[General]
SoftwareCount=69
GroupCount = 3
Name=SysInternals Suite

[Group0]
name=PsTools

[Group1]
name=Other Console Tools

[Group2]
name=GUI Tools

[Software0]
exe=accesschk.exe
group=1

[Software1]
exe=AccessEnum.exe
group=2

[Software2]
exe=ADExplorer.exe
group=2

[Software3]
exe=ADInsight.exe
group=2

[Software4]
exe=adrestore.exe
group=1

[Software5]
exe=Autologon.exe
group=2

[Software6]
exe=autoruns.exe
group=2

[Software7]
exe=autorunsc.exe
group=1

[Software8]
exe=Bginfo.exe
group=2

[Software9]
exe=Cacheset.exe
group=2

[Software10]
exe=Clockres.exe
group=1

[Software11]
exe=Contig.exe
group=1

[Software12]
exe=Coreinfo.exe
group=1

[Software13]
exe=ctrl2cap.exe
group=1

[Software14]
exe=Dbgview.exe
group=2

[Software15]
exe=Desktops.exe
group=2

[Software16]
exe=diskext.exe
group=1

[Software17]
exe=Diskmon.exe
group=2

[Software18]
exe=DiskView.exe
group=2

[Software19]
exe=du.exe
group=1

[Software20]
exe=efsdump.exe
group=1

[Software21]
exe=handle.exe
group=1

[Software22]
exe=hex2dec.exe
group=1

[Software23]
exe=junction.exe
group=1

[Software24]
exe=ldmdump.exe
group=1

[Software25]
exe=Listdlls.exe
group=1

[Software26]
exe=livekd.exe
group=1

[Software27]
exe=LoadOrd.exe
group=2

[Software28]
exe=logonsessions.exe
group=1

[Software29]
exe=movefile.exe
group=1

[Software30]
exe=newsid.exe
group=2

[Software31]
exe=ntfsinfo.exe
group=1

[Software32]
exe=pagedfrg.exe
group=2

[Software33]
exe=pendmoves.exe
group=1

[Software34]
exe=pipelist.exe
group=1

[Software35]
exe=portmon.exe
group=2

[Software36]
exe=procdump.exe
group=1

[Software37]
exe=procexp.exe
group=2

[Software38]
exe=ProcFeatures.exe
group=1

[Software39]
exe=Procmon.exe
group=2

[Software40]
exe=psexec.exe
group=0

[Software41]
exe=psfile.exe
group=0

[Software42]
exe=psgetsid.exe
group=0

[Software43]
exe=Psinfo.exe
group=0

[Software44]
exe=pskill.exe
group=0

[Software45]
exe=pslist.exe
group=0

[Software46]
exe=psloggedon.exe
group=0

[Software47]
exe=psloglist.exe
group=0

[Software48]
exe=pspasswd.exe
group=0

[Software49]
exe=psservice.exe
group=0

[Software50]
exe=psshutdown.exe
group=0

[Software51]
exe=pssuspend.exe
group=0

[Software52]
exe=RegDelNull.exe
group=1

[Software53]
exe=regjump.exe
group=1

[Software54]
exe=RootkitRevealer.exe
group=2

[Software55]
exe=sdelete.exe
group=1

[Software56]
exe=ShareEnum.exe
group=2

[Software57]
exe=ShellRunas.exe
group=2

[Software58]
exe=sigcheck.exe
group=1

[Software59]
exe=streams.exe
group=1

[Software60]
exe=strings.exe
group=1

[Software61]
exe=sync.exe
group=1

[Software62]
exe=tcpvcon.exe
group=1

[Software63]
exe=Tcpview.exe
group=2

[Software64]
exe=vmmap.exe
group=2

[Software65]
exe=Volumeid.exe
group=1

[Software66]
exe=whois.exe
group=1

[Software67]
exe=Winobj.exe
group=2

[Software68]
exe=ZoomIt.exe
group=2

-----------------------------------------------------------------------------------------------------

Select file –> save as –> call it sysinternals.nlp –> save it to the sysinternals folder.

Open NirLauncher. Select launcher –> add software package.

When the “Select file package to add” dialogue box comes up. Browse to the sysinternals.nlp file and click open.

You should then see a screen containing the sysinternals software package.

sysinternals

To switch back to the nirsoft suite, select launcher –> previous software package.

Faster Shutdown (Windows Xp)

Note: You should create a restore point before this process i.e. Click Start –> all programs –> accessories –> system tools –> system restore. Select “Create a restore point.” Click next. Under “restore point description” type “shutdown backup” (without quotes). Click create.

-----------------------------------------------------------------------------------------------------

Start –> run –> type “regedit” (without quotes). Hit enter.

Browse to: HKEY_CURRENT_USER\Control Panel\Desktop

Modify the string value: “AutoEndTasks” set the value data to 1.

Modify/Create the string value: “WaitToKillAppTimeout” set the value data to 1000.

Modify/Create the string value: “HungAppTimeout” set the value data to 1000.

Browse to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control

Modify the string value: “WaitToKillServiceTimeout” set the value data to 1000.

Reboot.

Give Administrative Rights To The Guest Account

Start –> run –> type “control userpasswords2” (without quotes).

Under “Users for this computer” highlight the guest account and click properties.

Select the “Group Membership” tab. Under “Other” select the drop down menu and click “Administrators.”

guest

-----------------------------------------------------------------------------------------------------

Click apply –> ok.

Restore The Address Bar Option To The Taskbar (Xp SP3)

Note: You will need the following dll for this tweak: browseui.dll

-----------------------------------------------------------------------------------------------------

Restart your computer.
Before the windows logo, tap the F8 key repeatedly until you are presented with a Windows Advanced Options menu.
Select the option Safe Mode with the arrow keys.
Then press enter on your keyboard to boot into Safe Mode.

68224pick-safe-mode

-----------------------------------------------------------------------------------------------------

Once in safe mode, browse to my computer –> c drive –> windows –> system 32. Copy and paste browseui.dll into the C:\windows\system32 folder. Restart.

Disable Winrar Notification Popup With Ollydbg

Note: you will need to download the following program for this tweak: Ollydbg

-----------------------------------------------------------------------------------------------------

Open Ollydbg. Select file –> open.

Under “look in” select the C drive and browse to program files –> winrar –> winrar.exe. Select open.

winrar2

-----------------------------------------------------------------------------------------------------

If you are presented with the following warning, click ok.

error

-----------------------------------------------------------------------------------------------------

Press ctrl – g on your keyboard and type “0043FF47” at the prompt.

prompt

Click ok.

-----------------------------------------------------------------------------------------------------

Right click on the address that is highlighted. Select binary –> fill with NOPs.

Now right click, select copy to executable –> All modifications.

Disable Winrar Notification Popup With Resource Hacker

Note: You will need to download the following program for this tweak: Resource hacker

-----------------------------------------------------------------------------------------------------

Open resource hacker.  Select file –> open.

Under “look in” select the C drive and browse to program files –> winrar –> winrar.exe. Select open.

winrar

-----------------------------------------------------------------------------------------------------

On the left hand side of recourse hacker, select the plus sign next to “dialogue.”

Scroll down and click the plus sign next to “Reminder.”

Right click 1033 and select “Delete Resource”

deleteresource

You will be asked if you are sure you want to delete the resource. Select yes.

Select file –> save.

Show Your Windows Version On Your Desktop

Start -> Run -> Regedit.

On the left hand side browse to HKEY_CURRENT_USER\Control Panel\Desktop

Modify/Create the DWORD value "PaintDesktopVersion" (without quotes)

Give it the value data 1 and reboot.

Restore The Internet Explorer Desktop Icon

Start -> Run -> Type "Notepad"

Paste the following into notepad:

Windows Registry Editor Version 5.00[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]"{871C5380-42A0-1069-A2EA-08002B30309D}"=dword:00000000 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\ClassicStartMenu]"{871C5380-42A0-1069-A2EA-08002B30309D}"=dword:00000000

File -> save as. Under "Save as type" select All files.

On the left hand side select "Desktop"

Under file name, type: "restore.reg" (without quotes). Select save.

Double click the new registry file. You should get the following warning:



Select yes.

Enable Clear Pagefile At Shutdown

Start -> Run -> Type "Regedit" (without quotes)

Browse to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management

Modify/Create the DWORD value "ClearPageFileAtShutdown" (without quotes) Give it the value data of 1.

Exit registry and reboot.

Turn Inprivate Filtering On Indefinately (Internet Explorer 8)

Start -> Run -> Notepad.

Paste the following:

Windows Registry Editor Version 5.00


[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Safety\PrivacIE]"StartMode"=dword:00000001

Save it as "Auto.reg" (without quotes).

Double click on the new registry file. A dilogue box asking if you want to add the information to the registry should popup, select yes.

Create Registry Files To Toggle Your Screensaver

Turn The Screen Saver Off

Start -> run -> notepad.

Paste the following:

Registry Editor Version 5.00

[HKEY_CURRENT_USER\Control Panel\Desktop]
"ScreenSaveActive"="0"

save it as "scrnsaveroff.reg" (without quotes)

To activate this file, simply click on it. *see note*

Turn The Screen Saver On

open notepad once again, and paste the following:

Registry Editor Version 5.00

[HKEY_CURRENT_USER\Control Panel\Desktop]
"ScreenSaveActive"="1"

save it as "scrnsaveron.reg" (without quotes)

To activate this file, simply click on it.

(Note: once you click on one of the registry files, a dialogue box will come up asking if you want to add the information to the registry. Click yes.)

Related Posts Plugin for WordPress, Blogger...