Monday, September 18, 2017

The KMPlayer 3 3 0 33 Windows

The KMPlayer 3 3 0 33 Windows


Fant�stico player compat�vel com todos os formatos que voc� possa imaginar. Isso mesmo! Com o The KMPlayer � n�o o confunda com o KMPlayer para Linux �, voc� assiste a filmes em DVDs, VCDs, arquivos de v�deo, escuta suas m�sicas favoritas e muito mais, sem a necessidade de alternar entre programas!

� como se fundissem as caracter�sticas e fun��es do Windows Media Player, RealPlayer, QuickTime, Winamp e os demais players de v�deo em um s� aplicativo.

Configura��o M�nima
Para Windows XP/Vista/7/98/2000/8.

Tamanho: 19 MB

download file now

Continue reading ...

Friday, August 25, 2017

The Undo History of the Windows Notepad should not be Limited

The Undo History of the Windows Notepad should not be Limited


By Segun Odunade

For users of the Windows operating system, the Windows notepad may be very useful such that users can easily create and edit unformatted text. I happen to use this utility a lot for my word document editing because it has an exceptional feature of removing all formatted text file pasted on it�s interface. For instance, say, you are working on word and you want to copy a specific amount of text from the internet to your document, copying the text directly to word will cause the format you are working on to change, the user is then left with either editing the changes or using the �paste special � unformatted option� on Microsoft word; both options don�t always yield optimum solution. The problem with the paste special � unformatted option on word in Windows is that it sometimes fails to remove all formatting, which can mess up the whole document. However, copying the text to notepad first will assure the user a clean unformatted text which when copied to word will adjust to what format the user was using. The notepad has its usefulness beyond text editing, however, this blog will focus on the undo functionality of the notepad.

While considering the above mentioned text editing benefits of the Windows notepad, I find it very frustrating that till this day, the notepad can only undo once. This extremely limited undo functionality can give users like me a lot of headache because often times users may want to return several steps back from the changes they have made while editing on notepad.


1. Requirement

The Windows notepad is included in all of Microsoft windows since Windows 1.0 in 1985 [2].


2. Snippet Illustration of the Windows Notepad Undo Problem

1. For instance, if the user type�s �My name is John and I am 50 years old� on the notepad interface as shown below in figure 1. This snippet was taken from the Windows 10 Operating System.


Fig 1: Snippet Illustration of the initial text typed by user

2. And the user decides to change �John to Adam� and �50 to 40�, we have:


 
                            Fig 2: Snippet Illustration showing text changes made by user

3. If the user decides to go back to the initial state i.e. going back two steps by pressing the undo key �control Z�. Windows notepad only goes one step back such that only the last change made is reverted.


 
     Fig 3: Snippet Illustration showing notepad not being able to go more than one step back

Assuming the user had forgotten what he or she typed initially or the user had made multiple changes, the information the user needed at that time would have been lost.


3. Likely Cause of the Windows Notepad Undo Problem

One of the likely causes could be that the first versions of the Windows notepad were made to perform only a step back ability of keeping track of user�s records [1]. Modifying the windows notepad now to accommodate unlimited undo functionality may affect many parts of it�s source code which would cost the Organization �Microsoft� more money to implement. Due to the reason mentioned above, the Windows notepad undo problem is a foundational problem.


4. Suggestion

Although, there are now alternatives to the Windows notepad such as notepad++, notepad2 and freeware which are designed and developed by third party organizations. Since this third party organizations have gotten it right, I suggest that Microsoft should adopt one of this text editing applications as a form of software update that overwrites the notepad because most users don�t even know this third party text editing applications exist and some of this applications may be difficult to install for non tech-savvy users.


5. Conclusion

The Windows notepad is an essential utility for text editing in the Windows operating system.  The extremely limited undo functionality of the notepad is a fundamental problem has discussed above and updating this utility to include unlimited undo functionality, syntax coloring, code folding, color schemes e.t.c. [2], with a similar and outstanding application will boost the usability of the Windows notepad as a whole.


References

[1]  Eelke Folmer, Jan Bosch �Architecting for usability: a survey� Science Direct Journal of Systems and Software, Volume 70, Issues 1-2, February 2004, Pages 61-78.

[2] �Notepad�, from Wikipedia, the free encyclopedia. Available Online: https://en.wikipedia.org/wiki/Notepad_(software).


download file now

Continue reading ...

Monday, August 14, 2017

The Many Faces Of God Mode In Windows 7 With Script

The Many Faces Of God Mode In Windows 7 With Script


Some of you may already be familiar with "God Mode" in windows 7. It was a special tool which the Windows developer team left for their sake to make enabling and disabling several of Windows functions quick and easy. However there are more than one of these, I have found 39 and will show you how to access them and also provide a script to do that. It should be noted that these are for Windows 7 and will not work on windows XP (although there are some GUID tricks there to, these just arent them). The default God Mode was to add ".{ED7BA470-8E54-465E-825C-99712043E01C}" to the end of a folder. So for example if you create a folder titled "Main GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}" it would create a folder called "Main GodMode" which when double-clicked would give you what you see below instead of an empty folder.

God Mode folder View

However, this is just another parlor trick by the windows explorer. Looking at it from the command line and you will see its still just a folder, But windows handles it differently.

CMD view of the folder

Looking into the Windows Registry, you can see it is actually accessing a DLL Function in the shell32.dll file in the system32 folder.

Registry view of HKEY_CLASSES_ROOTCLSID{ED7BA470-8E54-465E-825C-99712043E01C}

With some searching I was able to create a batch file script that will create these "Modules". The script will create a folder in where every it is run called "GodModes" then create 39 known God Mode folders under it for you to use, which gives you a decent "this is what the Control Panel should have been" Folder.

View of the GodMode Folder from the script.

Without further delay. Here is the script.
==================================================================
@echo off
rem \\\\\\\\\\\\
rem this script will create a folder in its
rem Current Directory called GodModes and then
rem create several "God Mode folders under it
rem Which in Windows vista7 will trigger some
rem Control Panel as well as hidden functions
rem Hidden in some of windows system DLLs.
rem
rem Note: Some of these do NOT work on vista.
rem For Those it will just show a folder.
rem Also one of these only works on win7 Ultimate
rem Which is the BitLocker Module
rem \\\\\\\\\\\\
echo.
echo ***********************************************
echo Enable Windows 7 God Mode Modules v1.0
echo ***********************************************
echo Coded By: Travis Phillips
echo on: 10/03/2011
echo.
echo [*] Creating folder .GodMode
mkdir "GodModes"
echo.
echo [*] Changing to .GodMode
cd GodModes
echo.
echo [*] Creating GodMode "Default Geolocation"...
mkdir "Default Geolocation.{00C6D95F-329C-409a-81D7-C46C66EA7F33}"
echo.
echo [*] Creating GodMode "Biometrics"...
mkdir "Biometrics.{0142e4d0-fb7a-11dc-ba4a-000ffe7ab428}"
echo.
echo [*] Creating GodMode "Power Plan"...
mkdir "Power Plan.{025A5937-A6BE-4686-A844-36FE4BEC8B6D}"
echo.
echo [*] Creating GodMode "Personalization Control Panel"...
mkdir "Personalization Control Panel.{ED834ED6-4B5A-4bfe-8F11-A626DCB6A921}"
echo.
echo [*] Creating GodMode "Taskbar Notitification Area"...
mkdir "Taskbar Notitification Area.{05d7b0f4-2121-4eff-bf6b-ed3f69b894d9}"
echo.
echo [*] Creating GodMode "Administration Tools"...
mkdir "Administration Tools.{D20EA4E1-3957-11d2-A40B-0C5020524153}"
echo.
echo [*] Creating GodMode " Windows Vault (Credential Manager - Auto Logon)"...
mkdir "Windows Vault (auto logon).{1206F5F1-0569-412C-8FEC-3204630DFB70}"
echo.
echo [*] Creating GodMode "Ease of Access"...
mkdir "Ease of Access.{D555645E-D4F8-4c29-A827-D93C859C4F2A}"
echo.
echo [*] Creating GodMode "Install Program from the Network"...
mkdir "Install Program from the Network.{15eae92e-f17a-4431-9f28-805e482dafd4}"
echo.
echo [*] Creating GodMode "Network Map"...
mkdir "Network Map.{E7DE9B1A-7533-4556-9484-B26FB486475E}"
echo.
echo [*] Creating GodMode "Default Programs"...
mkdir "Default Programs.{17cd9488-1228-4b2f-88ce-4298e93e0966}"
echo.
echo [*] Creating GodMode "Windows SideShow"...
mkdir "Windows SideShow.{E95A4861-D57A-4be1-AD0F-35267E261739}"
echo.
echo [*] Creating GodMode "DOT NET Framework Modules"...
mkdir "DOT NET Framework Modules.{1D2680C9-0E2A-469d-B787-065558BC7D43}"
echo.
echo [*] Creating GodMode "GPS Sensors"...
mkdir "GPS Sensors.{E9950154-C418-419e-A90A-20C5287AE24B}"
echo.
echo [*] Creating GodMode "Manage Wireless Networks"...
mkdir "Manage Wireless Networks.{1FA9085F-25A2-489B-85D4-86326EEDCD87}"
echo.
echo [*] Creating GodMode "Network"...
mkdir "Network.{208D2C60-3AEA-1069-A2D7-08002B30309D}"
echo.
echo [*] Creating GodMode "My Computer"...
mkdir "My Computer.{20D04FE0-3AEA-1069-A2D8-08002B30309D}"
echo.
echo [*] Creating GodMode "Computers and Devices"...
mkdir "Computers and Devices.{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}"
echo.
echo [*] Creating GodMode "Manage Printers"...
mkdir "Manage Printers.{2227A280-3AEA-1069-A2DE-08002B30309D}"
echo.
echo [*] Creating GodMode "Recent Places"...
mkdir "Recent Places.{22877a6d-37a1-461a-91b0-dbda5aaebc99}"
echo.
echo [*] Creating GodMode "Bluetooth Devices"...
mkdir "Bluetooth Devices.{28803F59-3A75-4058-995F-4EE5503B023C}"
echo.
echo [*] Creating GodMode "Workspaces Center (Remote Connections)"...
mkdir "Workspaces Center (Remote Connections).{241D7C96-F8BF-4F85-B01F-E2B043341A4B}"
echo.
echo [*] Creating GodMode "Windows Firewall"...
mkdir "Windows Firewall.{4026492F-2F69-46B8-B9BF-5654FC07E423}"
echo.
echo [*] Creating GodMode "Favorites"...
mkdir "Favorites.{323CA680-C24D-4099-B94D-446DD2D7249E}"
echo.
echo [*] Creating GodMode "Windows Update"...
mkdir "Windows Update.{36eef7db-88ad-4e81-ad49-0e313f0c35f8}"
echo.
echo [*] Creating GodMode "Rate and Improve Computer Preformance"...
mkdir "Rate and Improve Computer Preformance.{78F3955E-3B90-4184-BD14-5397C15F1EFC}"
echo.
echo [*] Creating GodMode "Main Godmode"...
mkdir "Main Godmode.{ED7BA470-8E54-465E-825C-99712043E01C}"
echo.
echo [*] Creating GodMode "Speech Recognition"...
mkdir "Speech Recognition.{58E3C745-D971-4081-9034-86E34B30836A}"
echo.
echo [*] Creating GodMode "User Accounts"...
mkdir "User Accounts.{60632754-c523-4b62-b45c-4172da012619}"
echo.
echo [*] Creating GodMode "Action Center"...
mkdir "Action Center.{BB64F8A7-BEE7-4E1A-AB8D-7D8273F7FDB6}"
echo.
echo [*] Creating GodMode "Backup and Restore"...
mkdir "Backup and Restore.{B98A2BEA-7D42-4558-8BD1-832F41BAC6FD}"
echo.
echo [*] Creating GodMode "Backup and Restore"...
mkdir "Display.{C555438B-3C23-4769-A71F-B6D3D9B6053A}"
echo.
echo [*] Creating GodMode "Recovery"...
mkdir "Recovery.{9FE63AFD-59CF-4419-9775-ABCC3849F861}"
echo.
echo [*] Creating GodMode "AutoPlay"...
mkdir "AutoPlay.{9C60DE1E-E5FC-40f4-A487-460851A8D915}"
echo.
echo [*] Creating GodMode "BitLocker Drive Encryption (Ultimate edition only)"...
mkdir "BitLocker Drive Encryption (Ultimate edition only).{D9EF8727-CAC2-4e60-809E-86F80A666C91}"
echo.
echo [*] Creating GodMode "Font Settings"...
mkdir "Font Settings.{93412589-74D4-4E4E-AD0E-E0CB621440FD}"
echo.
echo [*] Creating GodMode "Parental Controls"...
mkdir "Parental Controls.{96AE8D84-A250-4520-95A5-A47A7E3C548B}"
echo.
echo [*] Creating GodMode "Sync Center"...
mkdir "Sync Center.{9C73F5E5-7AE7-4E32-A8E8-8D23B85255BF}"
echo.
echo [*] Creating GodMode "System Information"...
mkdir "System Information.{BB06C0E4-D293-4f75-8A90-CB05B6477EEE}"
echo.
echo [*] Changing back to .
cd ..
==================================================================

download file now

Continue reading ...

Sunday, August 13, 2017

The Official Whats app’s desktop app For Windows and Mac

The Official Whats app’s desktop app For Windows and Mac



Whats-app�s desktop app
Today Whats-app is introducing a desktop app so you have a new way to stay in touch anytime and anywhere � whether on your phone or computer at home or work. Like Whats-app Web, our desktop app is simply an extension of your phone: the app mirrors conversations and messages from your mobile device.
Features
  • synced with Whats-app on your mobile device
  • app runs natively on your desktop
  • support for native desktop notifications
  • support for better keyboard shortcuts
  • and more.
How to Install
  1. just download the Whats-app App From Link Below
  2. Scan the QR code by using whats-app on your phone
  3. Done!! Enjoy 
Note
The new desktop app is available for Windows 8+ and Mac OS 10.9+

Screenshots

1 / 3

1
2 / 3

2
3 / 3

3


Downloads
The Official Whats-app�s desktop app For Windows (61.5 MB) | Mirrors
The Official Whats-app�s desktop app For Mac (51.7 MB) | Mirrors

download file now

Continue reading ...

Thursday, August 3, 2017

The Get Windows 10 app not showing in Windows 7 or 8 1 Here is the solution

The Get Windows 10 app not showing in Windows 7 or 8 1 Here is the solution


Step 1: Make sure Windows Update is turned on and downloaded all recommended updates.

Step 2: Just click on http://download.microsoft.com/download/F/2/2/F22D5FDB-59CD-4275-8C95-1BE17BF70B21/GW10Appdiagnostic.diagcab
Link and rest will be done by Windows.. Enjoy !


For more details: https://support.microsoft.com/en-us/kb/3081048



download file now

Continue reading ...

Monday, July 31, 2017

The Gifted Children – Open Windows 2009

The Gifted Children – Open Windows 2009



The Gifted Children
Bandcamp


  • Indie pop 
  • Alternative pop 
  • Art pop 
  • Noise pop 
  • Chamber pop 
  • Epic 
  • Electronic 
  • Jangle pop 
  • Americana
  • Baroque pop

Comment: it seems the only shortage of this 7-track outing is related to its shortness. It chimes as if there were represented one track only though the track with different facets and magnetic fields. From lofty chamber pop glimpses and luminous Americana induced developments to catchy jangle pop instances to a more tumultuous noise pop explosion (Here Comes The Flood) and dreamy piano driven numbers to a sublime, restrained electronic instance (Niblick). But it is not an instance of indie by numbers. It is a dynamic drift between the different genres and because of that many the so-called indie groups do have much to learn from it. It might be by using the word "indie" for that it is a pejorative case. It is highly sympathetic of how the soundscape of these songs used to soar and reach fairly blissful points eventually (for instance, at A Forest). Top notch by any means by the Rochester, NY, US-based combo. Give your valuable time to listen to it.

download file now

Continue reading ...