Thursday, December 17, 2009

Make DVD Menus for Free using DVDStyler

Do you have some home movies that you want to convert into a nice-looking DVD playable on any standard DVD player? Most computers come with some kind of DVD authoring software, but if you aren’t already using something, check out DVDStyler.

DVDStlyer is a free DVD authoring program that lets your create professional looking DVDs with full menus easily.

So what are some of the features that make DVDStyler a program you would want to install on your PC?
Ability to create and burn DVDs with fully interactive menus
Support for many video formats including AVI, MOV, MP4, WMV, OGG, MPEG and other formats
Support for many audio formats including AC-3, MP3, MP2, Xvid, and more
Support for multi-core processors for faster rendering
Support for VOB files without having to reencode. This means you can rip and DVD and use the VOB files in DVDStyler
Clean GUI interface with support for dragging and dropping
Menu creation is based on scalable vector graphics
Ability to place buttons, images, and text anywhere on the menu screen
Supports DVD scripting

The program also has a built-in file browser for quickly importing images, audio, and video into the program.

Along the left side are the different items that you can add to your DVD, such as buttons and background. If you click on buttons, for example, you will see different types of buttons for moving forward or backward, etc.

If you click on Documents, you will get a list of resources for learning how to actually use the program to create a DVD with menus. Overall, it’s a simple to use and powerful application for anybody who wants to create their own DVDs! Enjoy!

Visit this website for DVD Style http://www.dvdstyler.org/

Wednesday, December 9, 2009

Change Windows 7, Vista & XP Boot Animation with Boot BMP Changer

You have already covered number of tools which allows you to change Windows 7 Logon Screen. However these tools don’t provide any option to change Windows 7 boot animation displayed before logon screen. Here is simple tool Boot BMP Changer with which you can easily change Windows 7 Logon animation & replace with your own static image file.

The Boot BMP Changer application uses two flags that you can add to your boot.ini file to change the Windows loading animation to a static bitmap file.

The program can be set to run at start up, and copies a different bitmap to your WINDOWS directory, so that every time you reboot your computer, a different loading screen will be displayed. The bitmaps that can be used must be 640 x 480 pixels and 16 colors only.

Features of Boot BMP Changer

1. Easy to use graphic interface.

2. Audit function checks the bitmaps in the program directory and adds any valid files to the list to be used by the program. Files that are the wrong size or colour depth are reported.

3. Change the current image by scrolling through the currently avaliable images.

4. Run the program silently on on start up.

5. Optional display a message when the screen is changed.

Download Boot BMP Changer.

Tuesday, November 3, 2009

Office 2007 - make it genuine without patch ...

This worked for me, it was mentioned earlier by another poster, thanks to whoever coded all this. (just make a text file and then insert the code below and then rename the text file to KILLOGA.BAT then run the killoga.bat file that you just made!! have fun)

::::CODE::::

@echo off:start echo Killing WGATray.exe and OGAVerify.exe... if exist %windir%\system32\WGATray.exe taskkill /F /IM WGATray.exe if exist %windir%\system32\OGAVerify.exe taskkill /F /IM OGAVerify.exe if exist %windir%\system32\OGAEXEC.exe taskkill /F /IM OGAEXEC.exe
taskkill /F /IM iexplore.exe taskkill /F /IM outlook.exe taskkill /F /IM winword.exe
echo Removing WgaLogon from Winlogon\Notify... echo REGEDIT4 > "Kill Genuine.reg" echo [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\WgaLogon] >> "Kill Genuine.reg" echo [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\WgaNotify] >> "Kill Genuine.reg" echo [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\WGA] >> "Kill Genuine.reg" echo [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Genuine Advantage] >> "Kill Genuine.reg" regedit.exe /s "Kill Genuine.reg" del "Kill Genuine.reg"
echo Deleting Genuine files... if exist %windir%\system32\dllcache\WGATray.exe del %windir%\system32\dllcache\WGATray.exe if exist %windir%\system32\dllcache\OGAVerify.exe del %windir%\system32\dllcache\OGAVerify.exe if exist %windir%\system32\dllcache\WgaLogon.dll del %windir%\system32\dllcache\WgaLogon.dll if exist %windir%\system32\WgaLogon.dll del %windir%\system32\WgaLogon.dll if exist %windir%\system32\WGATray.exe del %windir%\system32\WGATray.exe if exist %windir%\system32\OGAVerify.exe del %windir%\system32\OGAVerify.exe if exist %windir%\system32\OGAEXEC.exe del %windir%\system32\OGAEXEC.exe if exist %windir%\WgaNotify.log del %windir%\WgaNotify.log if exist %windir%\Tasks\OGADaily.job del %windir%\Tasks\OGADaily.job if exist %windir%\Tasks\OGALogon.job del %windir%\Tasks\OGALogon.job if exist "%ALLUSERSPROFILE%\Windows Genuine Advantage" rmdir "%ALLUSERSPROFILE%\Windows Genuine Advantage" /S /Q if exist "%ALLUSERSPROFILE%\Office Genuine Advantage" rmdir "%ALLUSERSPROFILE%\Office Genuine Advantage" /S /Q if exist "%ALLUSERSPROFILE%\Application Data\Windows Genuine Advantage" rmdir "%ALLUSERSPROFILE%\Application Data\Windows Genuine Advantage" /S /Q if exist "%ALLUSERSPROFILE%\Application Data\Office Genuine Advantage" rmdir "%ALLUSERSPROFILE%\Application Data\Office Genuine Advantage" /S /Q if exist "%ALLUSERSPROFILE%\Dati applicazioni\Windows Genuine Advantage" rmdir "%ALLUSERSPROFILE%\Dati applicazioni\Windows Genuine Advantage" /S /Q if exist "%ALLUSERSPROFILE%\Dati applicazioni\Office Genuine Advantage" rmdir "%ALLUSERSPROFILE%\Dati applicazioni\Office Genuine Advantage" /S /Q
if exist "%windir%\system32\LegitCheckControl.dll" regsvr32 /u /s "%windir%\system32\LegitCheckControl.dll" if exist "%windir%\system32\LegitCheckControl.dll" del "%windir%\system32\LegitCheckControl.dll"
if exist "%windir%\system32\OGACheckControl.dll" regsvr32 /u /s "%windir%\system32\OGACheckControl.dll" if exist "%windir%\system32\OGACheckControl.dll" del "%windir%\system32\OGACheckControl.dll"
if exist %windir%\system32\OGAAddin.dll del %windir%\system32\OGAAddin.dll
if exist %windir%\system32\dllcache\WGATray.exe goto start if exist %windir%\system32\dllcache\OGAVerify.exe goto start if exist %windir%\system32\dllcache\WgaLogon.dll goto start if exist %windir%\system32\WGATray.exe goto start if exist %windir%\system32\OGAVerify.exe goto start if exist %windir%\system32\OGAEXEC.exe goto start if exist %windir%\WgaNotify.log goto start if exist %windir%\Tasks\OGADaily.job goto start if exist %windir%\Tasks\OGALogon.job goto start if exist "%ALLUSERSPROFILE%\Windows Genuine Advantage" goto start if exist "%ALLUSERSPROFILE%\Office Genuine Advantage" goto start if exist "%ALLUSERSPROFILE%\Application Data\Windows Genuine Advantage" goto start if exist "%ALLUSERSPROFILE%\Application Data\Office Genuine Advantage" goto start if exist "%ALLUSERSPROFILE%\Dati applicazioni\Windows Genuine Advantage" goto start if exist "%ALLUSERSPROFILE%\Dati applicazioni\Office Genuine Advantage" goto start if exist %windir%\system32\LegitCheckControl.dll goto start if exist %windir%\system32\OGACheckControl.dll goto start
if exist %windir%\system32\WgaLogon.dll goto retry1 if exist %windir%\system32\OGAAddin.dll goto retry1 echo Genuine removal completed.goto end
:retry1 if exist %windir%\system32\WgaLogon.dll del %windir%\system32\WgaLogon.dll if exist %windir%\system32\OGAAddin.dll del %windir%\system32\OGAAddin.dll if exist %windir%\system32\WgaLogon.dll goto error if exist %windir%\system32\OGAAddin.dll goto errorgoto end
:error echo WgaLogon.dll and/or OGAAddin.dll cannot be deleted, restart the pc and re-run this batch.
:end pause > nul

Now copy this code and paste your text file and save it "killoga.bat" file and run this file.
Enjoy the original "OFFICE XP" .

Saturday, October 31, 2009

Fix “\\computer is not accessible. You might not have permission to use this network resource”

I’ve previously written an article on how to network two computers together that are running Windows XP. I’ve also written about a cool program called WiPeer that lets you connect two computers wirelessly and share data!

However, I’ve never really written a troubleshooting guide for file sharing or networking two computers. Unfortunately, Windows can be finicky and even though you may think everything should work, accessing a share on another computer may not work.

So if you’ve read my post on creating a peer to peer network at home, but still cannot access a share on another computer on the same network, try out the following troubleshooting tips!

1. Workgroup – Make sure that each computer that you want to access is in the same workgroup. The name of the workgroup should be exactly the same on every computer. Also, be sure to use the same case for the names (all upper or all lower).


2. File and Printer Sharing – Make sure that file and printer sharing is turned on for the network adapter. You can enable this by going to Control Panel, Network Connections, right-clicking on the network connection, choosing Properties and making sure File and Printer Sharing for Microsoft Networks is checked.



3. Correct Subnet and IP addresses – You really shouldn’t have this problem if all your computers are connected to the same router, but it’s still worth mentioning.
Make sure that the Subnet Mask and Default Gateway are the same for all computers. If these are not the same, then you will have issues connecting the computers over the network.
You can view these details by going to Start, Run, typing CMD and then typing IPCONFIG /ALL at the command prompt on each computer.

4. Check Firewalls – My suggestion here would be to first disable the Windows Firewall on all computers and then try to access the shared folders. Also, be sure to disable any third-party firewall programs like Norton or Comodo.
If you find that the sharing works with the firewall off, make sure to add File and Printer Sharing to the exceptions list in your Windows Firewall and third-party firewall programs.


5. Shared Permissions – If you are getting the “You might not have permission to use this network resource…Access is Denied.”, your problem could also be that the permissions for the shared directory are not properly set.
Depending on whether you are running XP Home or XP Pro, you will have to configure the sharing properly. For XP Home, you can only share files using Simple File Sharing. It’s pretty easy because they have a wizard to walk you through the sharing process.
For XP Pro, you need to disable Simple File Sharing and set the NTFS permissions and share permissions to allow everyone access. You can read my post here on how to configure share and NTFS permissions in Windows.

6. Use TCP/IP Protocol – You probably don’t have to worry about this either, but just to cover all bases, you need to make sure that the computers on the network are all using the Internet TCP/IP protocol to communicate and not IPX/SPX or NetBEUI.
You can go to Start, Control Panel, Network Connections, right-click on the network connection, choose Properties and see which protocol is listed in the list box.


7. Username and Passwords – If you’ve done everything above correctly and still can’t connect, then you can also try making sure that the usernames and passwords on all computers are exactly the same.
It’s best to have passwords on all accounts and to create a new account on each computer with the same username and password. Sometimes it’s important to create a new account instead of just changing the name or password on an existing account. Make sure the accounts are Administrators.


8. Computer Names – Make sure that the NetBIOS names for all computers are unique. NetBIOS names are only 8 characters, so if you named one computer JohnnyBoy1 and JohnnyBoy2, they will have the same NetBIOS name.
Make sure that the first eight characters of a computer name are unique, otherwise you will have problems.


9. Local Security Policy – Another reason you may not be able to access another computer across the network is because of a local security policy.
You can go to Control Panel, Administrative Tools, Local Security Policy, Local Policies, Security Options. Now find the following policy:
Network access: Do not allow anonymous enumeration of SAM accounts and shares
Make sure that the value is set to Disabled. Also, make sure to disable only the setting that says “SAM accounts and shares” not the one that says “SAM accounts” only.



10. Uninstall anti-virus and Internet Security – Finally, make sure that all your anti-virus programs are either turned off or uninstalled to test out the connection. If you have any Internet Security program such as Norton Internet Security or Kaspersky Internet Security, disable them!
That’s about it! Those are all the tips I can think of for troubleshooting file sharing issues in Windows! If you still can’t access a network share, post what you’ve tried up till now and I’ll try to help!

Easy Subtitle Converter


Most of the time whenever you download subtitles for any movie or video it will be the format .srt which is supported by most video players but it may happen that subtitle of your favorite movie will be in some other format and you find it it’s not supported by video player.

In such cases Easy Subtitle Converter can become handy. This program can be used to convert subtitle files form one format to other format. Easy Subtitle Converter automatically detects the subtitles type and, if necessary, takes FPS from the movie.

Supported formats
MPL2, SubRipper, TMPlayer, MicroDVD, Dual

Can convert to following formats
Cheetah, TurboTitler, ViPlay, SubViewer1, SubViewer2, Dual, ZeroG, StreamSubTextPlayer, StreamSubTextScript, SAMI, AdvancedSSA, MacSub, AQTitle, UleadDVDWorkshop2.

Easy Subtitle Converter

Download Easy Subtitle Converter 1.0.

Sunday, May 10, 2009

এরর রিপোর্টিং বন্ধ করুন

এরর রিপোর্টিং বন্ধ করুন

মাঝেমধ্যে পিসিতে কোনো অনৈতিক অপারেশনের কারণে অথবা কোনো অ্যাপ্লিকেশন হ্যাং করলে যদি ফোর্স স্টপ (Ctrl+Shift+Del) করা হয়, তখন send error report to Microsoft−এই মেসেজ আসে, যা দেখে অনেকেই বিরক্ত হয়৷ ইচ্ছা করলে খুব সহজে এ সমস্যার সমাধান পাওয়া সম্ভব৷ এ জন্য প্রথমে My Computer-এ রাইট কিল্ক করুন৷ এবার Properties-এ কিল্ক করে Advance সিলেক্ট করুন৷ এখন Error Reporting-এ কিল্ক করুন৷ এরপর Disable error reporting নির্বাচন করুন৷ এবার দেখুন আপনার কম্পিউটারে আর ইরোর রিপোর্টিং দেখাবে না৷ ~~~সংরক্ষিত।!!

Saturday, January 31, 2009

মেয়াদ পার হেলও চালু হেব ট্রায়াল সফটওয়্যার!!!

মেয়াদ পার হেলও চালু হেব ট্রায়াল সফটওয়্যার!!!

বিনা মূল্যে সফটওয়্যার অনেক সময়ই ব্যবহার করা হয়৷ এর মধ্যে ‘ট্রায়াল’ সংরক্ষণের সফটওয়্যার অন্যতম৷ কিন্তু ট্রায়াল সফটওয়্যার নিদির্ষ্ট দিনের পরে আর চলে না৷ আবার নতুন করে ইনষ্টল করলে ও বেশির ভাগ ক্ষেত্রে কাজে আসে না৷ কিন্তু আপনি চাইলে রানঅ্যাজডেট নামের একটি সফটওয়্যার দিয়ে অনায়াসে আগের যেকানো তারিখে যেকোনো সফটওয়্যার চালু করেত পারেন৷ ১৯ কিলোবাইটের বহনেযাগ্য বিনামূল্যের এই সফটওয়্যারটি www.nirsoft.net থেকে নামিয়ে নিতে হবে৷ এরপর একে আনজিপ করুন৷ এবার সফটওয়্যারটি চালু করে Browse...-এ ক্লিক করে মেয়াদ উত্তীর্ন ট্রায়াল সফটওয়্যারটি খুলুন৷ এবার আগের তারিখে সফটওয়্যারটি চালু করতে চাইলে Date/Time: এ নির্বাচন করুন৷ এবার Run-এ ক্লিক করলে ট্রায়ালসংস্করণের সফটওয়্যারটি ওই তারিখ ধরে চালু হবে৷ তবে সফটওয়্যারটি ইনষ্টল করার আগের তারিখ নির্বাচন করে চালু করলে সফটওয়্যারটি চালু না-ও হতে পারে৷--- সংরিক্ষত।।।