Friday, 28 October 2016

♣Enable more than 128-GB RAM on 32-bit Windows 8 and 8.1☻

Home Page——\/——\/——\/——\/
http://www.furulevi.go.ro/
This patch enables to use more than 3 GigaByte of Memory (RAM) on 32-bit Windows 8. By default Windows 8 32-bit (also called x86) recognizes more than 3 GB RAM installed in a PC, but it will not use all of that.
Program used to patch Windows 8 “Windows 8 RAM Patch 0.8.0.1”. This patch is also working under Safe Mode.

Issues:
– Not all programs can successfully use the memory enabled by the patch!!– This patch can’t be used under Windows XP, Windows Vista, Windows 7, Windows 8.1
Download Windows 8 RAM Patch 0.8.0.1:
Server 1Server 2.
How to do it:
1. Temporarily disable or uninstall antivirus !
2. Start the program (Windows 8 RAM Patch 0.8.0.1)
3. Click Next;
4. If Windows 8 is not already patched than “Remove RAM limitation (4Gig)” should be already checked; Click Start
5. “Restart computer now” should be automatically checked; Save all your work and click Finish to restart your PC.
6. When restarting the computer, a new boot menu entry should appear called “Windows 8 RAM Patch 0.8.0.1”; Press enter or wait a few seconds to automatically start the patched version of Windows 8.
7. After Windows 8 finished loading check in System Properties if the RAM usage limit was successfully eliminated. To open System Properties press Windows key + PauseBreak, or open File Explorer, rightclick Computer, click Properties)
Operating system patched in this video: Windows 8, 32-bit.
Initial memory usable: 3.5 GB (only 87.5%)
Memory usable after patching: 4 GB (100%)
After patching Windows 8 (32bit) the memory limit will be 128GB instead of around 2 – 3.5 GB.

——x——x——x——x——x——x——x——x(OR)x——x——x——x——x——x——x——x——x——

Enable more than 3GB RAM on 32-bit Windows 8 (PatchPae2)
This patch enables to use more than 3 GigaByte of Memory (RAM) on 32-bit Windows 8. By default Windows 8 32-bit (also called x86) recognizes more than 3 GB RAM installed in a PC, but it will not use all of that.
NOT ALL PROGRAMS CAN SUCCESSFULLY USE THE MEMORY ENABLED BY THE PATCH!!
Program used to patch Windows 8: PatchPae2.
Older version of PatchPae is not compatible with Windows 8.

Download PatchPae2:
Server 1Server 2.
Operating system patched in this video: Windows 8 Pro 32-bit.
Initial memory usable: 3.5 GB (only 70%)
Memory usable after patching: 5 GB (100%)
After patching Windows 8 (32bit) the memory limit will be 128GB instead of around 2 or 3 GB.

Before you start patching:
-temporarily disable or uninstall antivirus !!!!!!!!!!!!!!!!-temporarily disable user account control
-temporarily disable windows defender

-make sure all commands are typed correctly (don’t trust copy & paste !!)
-make sure you have administrator rights

How to do it:
1. Copy PatchPae2 to C:\
2. Open Command Prompt as Administrator

3. go to Windows\system32 by typing:
%systemdrive%
cd\
cd %windir%\system32

4. C:\PatchPae2\PatchPae2.exe -type kernel -o ntoskrnx.exe ntoskrnl.exe
this patches kernel to enable max 128GB RAM
5. C:\PatchPae2\PatchPae2.exe -type loader -o winloadp.exe winload.exe
this patches loader to disable signature verification
6. bcdedit /copy {current} /d “Windows 8 (PAE Patched)”
this creates new boot entry
7. bcdedit /set {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx} kernel ntkrnlpx.exethis sets new boot entry to load new patched kernel
8. bcdedit /set {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx} path \Windows\system32\winloadp.exethis sets new loader to be new patched loader
9. bcdedit /set {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx} nointegritychecks 1this will disable verification of the loader
OPTIONAL
10. bcdedit /set {bootmgr} default {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}this will set the patched boot entry to be the default

11. bcdedit /set {bootmgr} timeout 5this sets timeout to shorter
12. Restart the computer!

See a video about this:

♠how to type rupee symbol in keyboard ♦




how to type rupee symbol in keyboard 

☻How To Enable Group Policy Editor (gpedit.msc) In Windows 10 Home Edition♠

One of the very main differences between Windows 10 Pro edition and Windows 10 Home edition is the networking management capabilities. The other differences include the exclusion of Group Policy Editor for Windows 10 Home Edition. In fact, the Group Policy Editor is not available in any Home or Starter edition of Windows, be it Windows XP, Windows 7, Windows 8.1 or Windows 10.

This is a serious drawback as we need the group policies even for managing settings of the local computer. The group policy is better than changing the settings through Windows Registry which is much more risky. Most of the group policy settings can be reverted easily while Registry editing can have adverse effects on the system.




In this article, we will guide you to install the Group Policy Editor for Windows 10 Home edition. This method can be used in Windows 7 and Windows 8 too.

Download Group Policy Editor Installer

Since the Group Policy Editor is not included in Windows 10 by default, we will need to download the editor first. You may download it from the below mentioned download link.
Download

This is a simple setup file which when run will install and configure the Group Policy Editor in your Windows Home system.

Installing gpedit.msc correctly

If you have 32-bit Windows (x86) then the setup should install smoothly without any problems and you should be able to access the Group Policy Editor through the Microsoft Management Console by going to Run –> gpedit.msc. But if you have 64-bit Windows (x64) then you will need some extra steps after running the installer. Follow the steps below after running the installer:
  1. Go to C:\Windows\SysWOW64 folder
  2. Copy the following folders and files to C:\Windows\System32
    GroupPolicy“, “GroupPolicyUsers” and gpedit.msc
 This will make sure that you can run the editor from the Run dialog.

Solving common problems running gpedit.msc

In case you are getting “MMC could not create the snap-in” error message while starting gpedit.msc, you may follow the steps below for the solution:
  1. Go to C:\Windows\Temp\gpedit\ folder and make sure it exists.
  2. Download the following zip file and unzip it to C:\Windows\Temp\gpedit\. This should replace two files x86.bat and x64.bat. 
  3. Download

Solved: Making Virtual IP as source IP on Windows 2008 R2 | Configure Remote Desktop IP Virtualization










 Here are the registry settings as exported from the server:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\TSAppSrv\TSMSI]

"ComponentDLL"="%SystemRoot%\\system32\\TSMSISrv.dll"
"Enable"=dword:00000001

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\TSAppSrv\VirtualIP]

"EnableVirtualIP"=dword:00000001
"ComponentDLL"="%SystemRoot%\\system32\\TSVIPSrv.dll"
"VirtualMode"=dword:00000000
"AdapterAddress"="00‐13‐21‐09‐DD‐AE"
"IPPool"="%SystemRoot%\\system32\\TSVIPool.dll"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\TSAppSrv\VirtualIP\IPPool]

"Start"="192.168.1.50"
"End"="192.168.1.90"
"SubnetMask"="255.255.255.0"

https://drive.google.com/file/d/0B2YNQQIl946XcjNCTnZvMzNXSG8/view?usp=sharing

☺Disable Copy Paste Local PC To Remote Desktop☻


HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Terminal Server Client\

Name=DisableClipboardRedirection
Type=REG_DWORD
Value=

Note=> To Disable Copy Paste Set Value=1
            To Enable Copy Paste Set Value=0

Restart Your PC


Download
https://drive.google.com/file/d/0B2YNQQIl946XTDU2SFB4dlVKWWM/view?usp=sharing

Thursday, 11 August 2016

♣ How to use TWACKER to check if my device is TWAIN Compliant? ♠



How to use TWACKER to check if my device is TWAIN Compliant?

Although most of the scanners in the market are TWAIN compliant, scanner model, such as ScanSnap, doesn’t support TWAIN. To find out, we can use the tool called TWACKER developed by the TWAIN Working Group for testing data sources like scanners, cameras, etc.
Pleae NOTE that TWACKER works only Windows, for Mac-only devices, please contact the scanner vendor for more info.
TWACKER can be downloaded here: TWACKER 32 bit   TWACKER 64 bit
To use the tool:
1. First open the installed program:

2. Select your device:


If your device is not listed, please check if the driver is installed. Or, you can try running Twacker as “Admin” since you may not have permission to access the data source.
3. Choose the settings and try scanning:

4. If the scanning is successful without any errors, then your device should be TWAIN compliant. You can also try other commands and see how it works.

If your scanner doesn’t work with TWACKER, please check your scanner model online and install a TWAIN driver. Our scanning SDK Dynamic Web TWAIN andImageCapture Suite both support TWAIN based scanners.


♣Installing Guacamole ( Web based HTML 5 Free RDP Client) from source♦




Installing Guacamole ( Web based HTML 5 RDP Client) from source

Guacamole is getting most popular nowdays since it can be integrated to any of the programming language to access the remote servers either over the RDP protocol or VNC protocol without proving users to login credentials. I see it’s a first initiate of such solution ie HTML5 Clientless Remote Desktop
Role of Guacomole
I see this tools will be useful those who is looking for RDP access to office from remote location without opening any port in firewall or not establishing VPN connection to access to server. he can access the RDP server immediately after the Guacamole login.
Pls keep in mind that opening Guacamole portal to public without SSL security is a RISK. So act wisely
Guacomole website provides binary distribution for Ubuntu and fedora. My initial attempts was with Ubuntu 12.04 LTS and 11. Really Sucks !! Both attempts were failed due to lack of dependencies and may crashed Ubuntu package integrity. So I plan to compile it from source.
Compiling Guacomole
I got it work on Amazon Linux AMI (32 bit) and CentOS 6 as well.
Package Requirements are
a. libguac-0.7.0.tar.gz
b. guacd-0.6.2.tar.gz
c. libguac-client-rdp-0.7.1.tar.gz [ I skipped this option since I uses only RDP support]
d. libguac-client-rdp-0.7.0.tar.gz
e. guacamole-0.7.0.tar.gz
f. apache-maven-3.0.4-bin.tar.gz
g. YUM package support for freerdp,libvncserver [optional],cairo-devel, automake,libtool,gcc++
h. You may need to install repository support for RpmForge and EPEL repository.

Let’s start,
Download and install Rpmforge repository fromhttp://wiki.centos.org/AdditionalResources/Repositories/RPMForge
[root@rc-136 guacomole]#wget http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.i686.rpm
[root@rc-136 guacomole]#rpm -ivh rpmforge-release-0.5.2-2.el6.rf.i686.rpm
[root@rc-136 guacomole]#yum clean all
Now we need to edit /etc/yum.repos.d/epel.repo and make enabled =1 for the first selection “Extra Packages for Enterprise Linux 6″ to install freerdp package.
########### installing dependencies ############
[root@rc-136 guacomole]#yum install libng* freerdp freerdp-devel cairo-devel gcc* gcc++ make automake libtool
[root@rc-136 guacomole]#cd /home/installation/guacomole
#### Installing  libguac  #######
[root@rc-136 guacomole]# tar -xzf libguac-0.7.0.tar.gz
[root@rc-136 guacomole]# cd libguac-0.7.0/
[root@rc-136 guacomole]#  ./configure
[root@rc-136 guacomole]#  make
[root@rc-136 guacomole]#  make install
[root@rc-136 guacomole]#  ldconfig
[root@rc-136 guacomole]#  cd ..
#### Installing  guacd reverse proxy daemon #######
[root@rc-136 guacomole]# tar -xzf guacd-0.7.0.tar.gz
[root@rc-136 guacomole]# cd guacd-0.7.0/
[root@rc-136 guacomole]# ./configure –with-init-dir=/etc/init.d
[root@rc-136 guacomole]# echo “/usr/local/lib” >> /etc/ld.so.conf && ldconfig
[root@rc-136 guacomole]# make
[root@rc-136 guacomole]# make install
#### Installing  RDP support #######
[root@rc-136 guacomole]#  cd ..
[root@rc-136 guacomole]#tar -xzf libguac-client-rdp-0.7.1.tar.gz
[root@rc-136 guacomole]# cd libguac-client-rdp-0.7.1/
[root@rc-136 guacomole]# ./configure
[root@rc-136 guacomole]# make
[root@rc-136 guacomole]# make install
[root@rc-136 guacomole]# ldconfig #### Installing apache-maven package installer #######
[root@rc-136 guacomole]# wgethttp://www.eng.lsu.edu/mirrors/apache//maven/binaries/apache-maven-2.0.11-bin.tar.gz
[root@rc-136 guacomole]#cp -r apache-maven-2.0.11-bin /usr/local/maven
[root@rc-136 guacomole]#M2_HOME=/usr/local/maven/;export M2_HOME
[root@rc-136 guacomole]#PATH=$PATH:/usr/local/maven/bin;export PATH
#### Installing apache tomcat6 installer #######
[root@rc-136 guacomole]##yum install tomcat6
# webapps directory will in “/var/lib/tomcat6/”
#### Installing Installing Guacamole  building from source #######
[root@rc-136 guacomole]# tar -xzf guacamole-0.6.1.tar.gz
[root@rc-136 guacomole]# cd guacamole-0.6.1/
[root@rc-136 guacomole]# mvn package
[root@rc-136 guacomole]# cp target/guacamole-0.7.0.war  /var/lib/tomcat6/webapps/guacamole.war
[root@rc-136 guacomole]#mkdir /etc/guacamole
[root@rc-136 guacomole]#cp doc/example/guacamole.properties /etc/guacamole/guacamole.properties
[root@rc-136 guacomole]#ln -s /etc/guacamole/guacamole.properties /usr/share/tomcat6/lib/
Now we need to create a guacamole config. file. This will manage all the settings inside the application. Here is one sample file for /etc/guacamole/user-mapping.xml
Create a file (/etc/guacamole/user-mapping.xml) having the following content.
<user-mapping>
<authorize username=”admin” password=”admin”>
<!– First authorized connection –>
<connection name=”VNC_Server_46″>
<protocol>vnc</protocol>
<param name=”hostname”>192.168.0.46</param>
<param name=”port”>5901</param>
<param name=”rain”>pass</param>
</connection>
<connection name=”Windows7_Server”>
<protocol>rdp</protocol>
<param name=”hostname”>192.168.0.71</param>
<param name=”port”>3389</param>
<param name=”username”>user1</param>
<param name=”password”>pass</param>
<param name=”color-depth”>32</param><!– 8,16,24 or 32 –>
<param name=”width”>1280</param>
<param name=”height”>720</param>
</connection>
<connection name=”WindowsXP_61″>
<protocol>rdp</protocol>
<param name=”hostname”>192.168.0.61</param>
<param name=”port”>3389</param>
<param name=”username”>user1</param>
<param name=”password”>pass</param>
<param name=”color-depth”>32</param><!– 8,16,24 or 32 –>
<param name=”width”>1280</param>
<param name=”height”>720</param>
</connection>
</authorize>
</user-mapping>
Now we are going to restart all the services required for this platform.
a. Starting guacd reverse proxy daemon
[root@rc-136 guacamole]# /etc/init.d/guacd start
Starting guacd: guacd[17267]: INFO:  Guacamole proxy daemon (guacd) version 0.7.0
guacd[17267]: INFO:  Successfully bound socket to host ::1, port 4822
guacd[17267]: INFO:  Exiting and passing control to PID 17268
SUCCESS
guacd[17268]: INFO:  Exiting and passing control to PID 17269
[root@rc-136 guacamole]#
[root@rc-136 guacamole]# netstat -nlp | grep “4822”
tcp        0      0 0.0.0.0:4822                0.0.0.0:*                   LISTEN      17269/guacd
[root@rc-136 guacamole]#
Pls note I see some cases, we used to get “server error” when guacd started automatically through startup script. So we need to run it manually after booting.
b. Starting Tomcat service and Guacamole Application.
Pls note that we already had copied guacamole.war inside tomcat webapps (/var/lib/tomcat6/webapps)
[root@rc-136 guacamole]# service tomcat6 start
Starting tomcat6:                                          [  OK  ]
[root@rc-136 guacamole]# netstat -nlp | grep “8080”
tcp        0      0 :::8080                     :::*                        LISTEN      9403/java
[root@rc-136 guacamole]#
c. Setting Guacamole app as proxy application to outside the world in clean url.
Pls note that I did not use any SSL security here. We need to install Apache and edit the config. file. I expect proxy module is already enabled in Apache install.
Edit /etc/httpd/conf/httpd.conf and add the following lines
<Location /guacamole/>
Order allow,deny
Allow from all
ProxyPass ajp://localhost:8009/guacamole/ max=20 flushpackets=on
ProxyPassReverse ajp://localhost:8009/guacamole/
</Location>
Then restart Apache
[root@rc-136 guacamole]# service httpd restart
Stopping httpd:                                            [  OK  ]
Starting httpd:                                            [  OK  ]
[root@rc-136 guacamole]#
Now you can access Guacamole over either http://localhost/guacamole orhttp://localhost:8080/guacamole and configure it on any application you want to integrate.
You will get some issues if you plan to use Guacamole using tomcat url ( localhost:8080) This may lead to get Connection Closed” freequently. So better to configure it as proxy in Apache/or Ngnix using the option max=20 flushpackets=on 
Here are some screens
Login form 
User name and password will be “admin” 

Landing Page 

Connecting a Windows XP box from Guacamole

Connecting to Windows 7 Desktop 

Multiple session screen 

☺Change your Processor’s Name Temporarily☻



Are you bored with your old processor? Do you want a new processor with a breath-stopping name but are not going to upgrade any time soon? No need to worry. You can still have that new processor’s name displayed in your computer. Well not only that, you can also have a better one than the one you are planning to buy. Just follow this trick.

With this trick, you can change the name of your processor to a personalized one like My Processor or something extreme like Decacore Processor 50 GHz .  These are just a few examples. You can change the name of your processor to anything you like. To have one such cool processor name displayed in your computer, follow these steps:-
  1. Click on Start.
  2. Click on Run.
  3. Type “regedit” without quotes.
  4. Navigate to HKEY_LOCAL_MACHINE/HARDWARE/
  5. From HARDWARE, navigate to DESCRIPTION/System/CentralProcessor/.
  6. In the work area, double click on ProcessorNameString, and change its value according to your choice.
  7. Click OK
Changed Processor Name
Right click on the Computer icon and select properties.The final outcome would be something like the one in the image.
Try it on your PC and show it to your friends to see the fun.
P.S.: Personally, I have recently changed the name of my processor to “iLife Processor 7, Alien Technologies”. Tell me what you change yours to.

♠Change Processor Name Permanently ♦



A while ago on Tweak And Trick, I published an article on changing your processor name. But recently, Anil Kumar pointed out that the trick only changed the name temporarily.

After a user restarts his computer, the name reverted back to original which is obvious as each time Windows boots, it checks the connected hardware and updates the registry value automatically. So, changing the processor nameusing the earlier article did not have permanent results.

Thus, the alien processor name you had earlier again reverted back to the boring old one.
Change Processor Name Permanently

Problem: To, make the name change permanent, it was required to update theProcessor Name String registry key every time Windows starts.

Solution: It is very easy to change your processor name permanently by creating a registry key and placing a shortcut to it in the Windows start up folder. To do so, just follow the steps given below:-
Steps :-
1.  Open Notepad.
2.  Copy and paste the exact code given below:-

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\System\CentralProcessor\0]
“ProcessorNameString”=”My Processor name 50000MHz”
To change the processor name, edit the part of the code given in blue. Also understand that \0 in the above code should only be present if Windows store your processor name at that location. Open the Registry Editor and navigate to the above mentioned keys to check whether or not to include the \0.
3.  Click on File Menu, click on Save As and select “All Types” in the Save as Type option. Save the file as ProcessorNameChange.reg or *.reg.
4.  Create a new shortcut on your desktop. Enter regedit / S “Location of the .reg file” as the location of the item. For example, enter regedit /S “C:\Processor Name.reg” if your registry file is located in the root of C:\ drive.

Processor Name

5. Copy the created Shortcut file.
6.  Navigate to C:\Documents and Settings\All Users\Start Menu\Programs\Startup (in Windows XP) or to C:\Users\ User-Name\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup (in Windows 8, Windows 7 and Windows Vista. Also remember that AppData is a hidden folder.)  if C: is your System drive.
7.  Paste the copied file.

This registry file would now execute each time when Windows starts and the Processor Name String would be modified each time. This means that even upon restarting your computer, you will see that the changed processor name is permanent.

♥Hide and Restrict drives or partitions in Windows♥




Today everyone need to hide or secure data from anonymous user. Here, I have three simple tricks to hide and restrict use of drive.
  1. Using Group Policy
  2. Using Windows Registry Trick
  3. Using Disk Management – An easy way
Using Group Policy
1. Run Group Policy: Type gpedit.msc in Run dialog box or in Start Search in Windows 7 and Windows Vista.
HIDE DRIVES
2. Now navigate to: Local Computer Policy > User Configuration > Administrative Templates > Windows Components > Windows Explorer. Now look for “Hide these specified drives in My Computer” and double click and set the state“Enabled” and pick one combination to hide specified drives.
NOTE: You can access these drive by typing path or drive letter in Run dialog box or in address bar.
RESTRICT ACCESS
3. It’s same as above but it restrict access instead of hide a specified drive. At the same location in Group Policy look for “Prevent access to drives in My Computer” and double click and set the state “Enabled” and pick one combination to hide specified drives.
NOTE: We can hide and restrict specified drive or combination of drives
Using Windows Registry Trick
1. Its perform the same as above but We can hide or restrict any specified drive or group of drives. Run Registry Editor and Type regedit.exe” in Run dialog box or in Start Search in Windows 7 and Window Vista.
HIDE DRIVES
2. Now navigate to:HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer and Right click on right side pane and create a new DWORD value and name it NoDrives
3. All drives will be visible as long as its value is set to 0. Now set the value ofNoDrives in decimal (make sure you have selected decimal not hexadecimal)
Set the value of NoDrives according to following list.
DriveValue
A1
B2
C4
D8


Z33554432
All67108863
To hide multiple drives, just add drives value. For example we want to hide B: and D: drives, the NoDrives value should be 2+8=10. Logoff or restart the system to take effect.
RESTRICT ACCESS
4. Now navigate to:HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer and Right click on right side pane and create a new DWORD value and name it NoViewOnDrive
5. All drives will be visible as long as its value is set to 0. Now set the value ofNoViewOnDrive in decimal (make sure you have selected decimal not hexadecimal)
Set the value of NoViewOnDrive according to following list.
DriveValue
A1
B2
C4
D8


Z33554432
All67108863
To restrict multiple drives, just add drives value. For example we want to hide B: and D: drives, the NoViewOnDrive value should be 2+8=10. Logoff or restart the system to take effect.
Using Disk Management – An easy way
It is the simplest way among all three. We can assume that today anyone that have knowledge in Windows Administration; can  remove security. But it’s new and easier. The advantage of this trick is that there is no access via typing path in Run Dialog box or address bar.
1. Run Disk Management: Right click on Computer or My Computer Manage and navigate to Disk Management and select the drive that to be hide and secured. Right click on specified drive and click on Change Drive Letter and Paths. Here click on “Remove” button and “OK” and then “Yes” to commit changes.
NOTE: No need to Restart or Log off Windows. System partition or contain pagefile of Windows partition can’t be hide and secured.
TO REVERT BACK TO DEFAULTS: REMOVE ALL REG SETTING AND ASSIGN DRIVE LETTER.
Applies To:
  • Windows Server 2008 R2
  • Windows Server 2008
  • Windows 7 Ultimate
  • Windows 7 Enterprise
  • Windows 7 Professional
  • Windows Vista Ultimate
  • Windows Vista Enterprise
  • Windows Vista Business
  • Windows XP Professional
  • Windows XP Tablet PC Edition