Apple iPhone - Not Syncing

Every now and then my iPhone 3Gs stops syncing. Found a quick and easy fix. You can either: 1. Go into your control Panel, Administrative Tools and click on Services. 2. Right mouse click over “Apple Mobile Device” and click on Restart. Or Copy the below to a batch file…

Launch VLC as a background recorder and streamer

We have found an elegant solution starting vlc with the following command: start /min “VLCStreamer” c:\”Program Files”\VideoLAN\vlc\vlc -vvv -Ihttp dshow:// :dshow-vdev=”Sony Visual Communication Camera VGP-VCC7″ :sout=#transcode{fps=10,vcodec=h264,vb=0,scale=0,acodec=mp4a,ab=128,channels=2,samplerate=44100}:duplicate{dst=…

FFMPEG

Let’s say you want to watch a video in that classic old low resolution [http://en.wikipedia.org/wiki/Image_resolution] flv format that used to be common on the web -or- you may want to upload videos [http://en.wikipedia.org/wiki/Video] to your site, but have…

How can I index a network share with Windows 7?

1. Create a folder on your hard drive for shares. i.e. c:\share 2. Create another folder in the above share. i.e. c:\share\music 2. Link the Library to this folder. 3. Delete the folder. 4. Use the mklink in an elevated command prompt to make a…

Transferring FSMO Roles

Transferring the Schema Master via GUI To Transfer the Schema Master Role: 1. Register the Schmmgmt.dll library by pressing Start > RUN and typing: > regsvr32 schmmgmt.dll 1. Press OK. You should receive a success confirmation. 2. From the Run command open an MMC Console by typing MMC. 3. On…