quinta-feira, 20 de setembro de 2012

Adicionar Resoluções de Monitor a uma VM no VirtualBox

Acabei de instalar o Windows 8 numa máquina virtual e, para meu espanto, a resolução do PC não estava entre as resoluções disponíveis. Uma procura simples na net resultou na possibilidade de adicionar resoluções à Virtual Box. Aqui fica:
  1. Fechar a máquina Virtual;
  2. Navegar até à pasta onde a Virtual Box está instalada, no meu caso em C:\Program Files\Oracle\VirtualBox e, mantendo o botão shift pressionado, escolher "Open command window here";
  3. Na linha de comandos, escrever: VBoxManage.exe setextradata "Windows 8" CustomVideoMode1 1280x800x32.
    • "Windows 8" é o nome da máquina virtual em questão;
    • 1280x800x32 é a resolução em largura X altura X profundidade da cor
Et voilá! :)

Descoberto em mstechpages

quarta-feira, 2 de maio de 2012

Correr IE9 na VirtualBox sem custos

Bem, este post nem vale a pena traduzir... É só mesmo para ficar registado.

Like many, I ditched Windows for other operating systems a long time ago and never looked back. But being a web developer I need to be able to test web sites in Internet Explorer. I had briefly considered buying a licence from Microsoft, just to be able to run a virtual copy of Windows 7 with IE9, but luckily Microsoft doesn’t want my money. What’s that, you say? Let me explain.
Microsoft provides “Windows Virtual PC VHDs for testing websites with different Internet Explorer versions” for free on their download page. I downloaded the Windows7 IE9 version, which is quite handy, since IE9 can emulate IE8 and IE7 too.
Once downloaded, I extracted rar files with Ubuntu’s Archive Manager. Then I fired up VirtualBox, created a new WIN7 machine and skipped creating a hard drive. I added the extracted VHD file afterwards, as an IDE drive. This step is important, because running it as  SATA would cause BSOD headaches.
Once it booted, I had no problems getting inside using the “Password1″ password. Windows asked me to activate, but Microsoft advises you skip this step, and extend the testing period by running slmgr –rearm as administrator in the command prompt. This will extend the testing period for 30 days. That’s more than enough: once you’re happy with your virtual image, take a host snapshot and just use it as a starting point if the trial period expires (Microsoft actually encourages that). Don’t forget to install VirtualBox guest additions to enable screen resizing and what not.
 

Descoberto em PrimozVerdnik

segunda-feira, 16 de abril de 2012

Pinned list no Windows 7 que desaparece

Para que usa Windows 7, existe uma funcionalidade interessante que é manter, em cada botão da taskbar, uma pequena lista de ficheiros, pastas, etc pinned, ou seja, ficam ali mesmo à mão de semear para ser só clickar no documento. Visualmente, a ideia é esta:

(Imagem daqui)
Ora bem, o problema é que às vezes acontece isto:
Ou seja, a lista fica vazia... Nesse caso, basta fazer isto:

  1. Open Windows Explorer.
  2. Type or copy and paste the following into the address bar: %AppData%\Microsoft\Windows\Recent\AutomaticDestinations
  3. Identify files that are comparatively larger in size than the rest of the file, such as files that have file size of 1 MB or more. Delete the abnormal file.
Et voilá...
Solução de MyDigitalLife, mas descoberto no email, graças ao PV. ;)

sexta-feira, 6 de janeiro de 2012

SugarSync

No meio as minhas muitas divagações na net, encontrei esta aplicação que achei excelente para ter em iPhone, iPad, PC, Android e por aí fora. Chama-se SugarSync e tem um conceito muito simples: sincronização de ficheiros e acesso a pastas do computador remotamente. E mais: é que ao permitir aceder às pastas nos PC's, podemos inclusivamente sincronizar para visualização offline! Ou seja, aquele documento que eu quero ler quando estou num sítio sem net passa a ser fácil: meto na pasta partilhada do PC, abro o iPad, sincronizo et voilá!

Ora vejam lá, aqui!



Descoberto no Google!