Windows

Remote desktop from Linux to Windows 2008 – license error

error:

disconnect: Internal licensing error. 

solution:
cd
chmod 500 .rdesktop

also delete any licences from .rdesktop

source

for remmina change clientname in ~/.remmina/xxx.remmina

By WladyX on 5 August, 2011 | Windows | A comment?

Windows RTC UTC

HKLM\SYSTEM\CurrentControlSet\Control\TimeZoneInformation\RealTimeIsUniversal DWORD key with a value of 1.

source

By WladyX on 16 May, 2011 | Windows | 1 comment

Fix – Remote session was disconnected because there are no Remote Desktop client access licenses

Remote session was disconnected because there are no Remote Desktop client access licenses available for this computer. Please contact the server administrator

The solution is delete the following registry key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSLicensing

source

By WladyX on 3 May, 2011 | Windows | A comment?

Repair Windows 7 System Files

8 out of 10 average PC users have their box’s system files altered by malwares, viruses, etc. We usually reinstall the OS if the antivirus and anti malware software did not perform their job well. Here’s one way to fix the corrupted system files without the need of restarting your Windows 7 box.

1. Run the Command Prompt as Administrator
2. Type the following command
3. C:\Windows\system32\> sfc /scannow

After the verification phase, you will receive a message about your system files’ integrity
Windows Resource Protection did not find any integrity violations.

source

By WladyX on 22 March, 2011 | Security, Windows | A comment?

Unison ssh on Windows

Copy unison in program files, ssh in windows directory.
edit C:\documents and settings\user\.unison\default.prf:

sshcmd=ssh.exe
sshargs=-P 16

Download:
Unison-2.32.52
ssh

source1 source2

By WladyX on 7 January, 2011 | Ssh, Windows | A comment?

Outlook tips

Disable Exchange cached mode and download only headers for imap accounts:

source1 source2

By WladyX on 25 October, 2010 | General, Mail, Windows | A comment?

Reclaim Some Storage Space with a Few Simple Tweaks

Disable Hibernation:
Windows Vista and 7

Open the Start menu and type cmd. Right click on cmd.exe and choose Run as administrator. Enter the following command:

powercfg.exe -h off

source

By WladyX on | Windows | A comment?

Free Disk Usage Analyzer

By WladyX on 22 October, 2010 | Cool Apps, Link, Windows | A comment?

How to read Ext3/Ext4 linux partition from windows 7

You can download Ext2Read from here

source

By WladyX on 30 September, 2010 | Cool Apps, Windows | A comment?

Automatically shutdown windows

shutdown -s -t 3600 –> windows shutsdown after 1 hour (3600 seconds)

source

By WladyX on | Windows | A comment?