Saturday, September 8, 2012

Windows photo viewer not working windows 7

Windows 7 Photo Viewer not allow to view pictures or the windows photo viewer icon is hidden on the right click windowpane.

Just modify through this path.

 c:\Program files >> properties >>  sharing tab >> advanced sharing >> check mark share this folder >> permissions for everyone >> Add owners Rights >> click on Ok

Saturday, September 1, 2012

Import multiple VCF files to Gmail contacts


To convert Multiple VCF file in to a single file for uploading contacts in Gmail. 

To all the VCFs in to a single file
...if you're using windows:
# get a command prompt
Windows_Key + R
run: cmd
# change to the directory where all your VCFs are stored
d:
cd   \my_vcfs
# Run this command
copy   /B   *.vcf   all_in_one.vcf

Then just upload the "all_in_one.vcf" file to google and it will grab all your contacts in one go

Wednesday, July 18, 2012

Remote Support Software list


I'm starting a remote support software list, since many of us here do computer/IT tech stuff and need to connect to random various clients easily in order to see their desktop and fix issues.

Proper remote support software is different than remote access software like logmein, or VNC, or PcAnywhere, or Remote Desktop Protocol built into Windows. 

What defines a good remote support app
*As single click as possible for the remote end user needing support
*No firewall configuration, no port forwarding, no needing to know end users WAN IP address
*Share desktop with end user needing support, full KVM from your point of view






























Remote Assistance built into Microsoft Small Business Server...the admin logs into the console, and from MMC you can do a TSWeb like session with clients on the network. I use this a lot since many of my clients networks are based on SBS. While technically it does require a static IP and port forwarding, it's still a quick and easy way to get to end users desktop if they're behind their their SBS box.

Friday, July 13, 2012

WINE Installation for Ubuntu 12.04


Wine lets you run Windows software on other operating systems. With Wine, you can install and run these applications just like you would in Windows.
Wine enables Linux, Mac, FreeBSD, and Solaris users to run Windows applications without a copy of Microsoft Windows. Wine is free software under constant development. Other platforms may benefit as well.



Install Wine on Ubuntu/Linux Mint open Terminal (Press Alt+F2 and type: gnome-terminal -or- Press Ctrl+Alt+T) and copy the following commands in the Terminal:
sudo add-apt-repository ppa:ubuntu-wine/ppa
sudo apt-get update
sudo apt-get install wine1.5

Browswer not connecting to the internet


Check the Network services Whether it is started are stopped.
services are Network Connections and workstation like that. and then follow this steps
Start > run: msconfig >
In the services tab enable all services, its having network related services.


Start > Run: cmd and at the prompt type and enter:


netsh winsock reset catalog


then reboot.


If that doesn't work, and you haven't tried it, I would recommend doing a System Restore:


Start > run: msconfig > Launch System Restore and choose a date before this happened.


System Restore's can be "undone"

Thursday, July 12, 2012

Windows cannot load the locally stored profile possible causes of this error include insufficient

Here's a better solution ...
 during this issue lose all settings and not able to see the profile,All files in the same directory, but couldn't load that in profile.
Just followed this suggestion.
chkdsk /f /r
Then chose Y to have it done on next bootup.
It found a problem in NTUSER.dat file.just rebooted the system.check disk automatically starts during this time please wait all file should be recover.

Thursday, May 31, 2012

Configure Remote Desktop through Group Policy



Any time I can set something to be centrally managed, I'll do it. Group Policy is the best way to do that for Windows Servers, and we can configure Remote Desktop within Group Policy. The good news is that it is really easy to deploy for a computer account, and can be done centrally with a Group Policy Object (GPO) that applies to computer accounts.


Within Group Policy, navigate to the Computer Configuration | Policies | Administrative Templates | Windows Components | Remote Desktop Session Host | Connections section of Group Policy; here, you can set the "Allow users to connect remotely using Remote Desktop Services" value to be enabled. This configuration is shown in Figure below: