function inIframe () { try { return window.self !== window.top; } catch (e) { return true; } }
Etiqueta: ver
Mount VHD from Command Prompt
Mount VHD: DISKPART SELECT VDISK FILE="D:MyVHDDisk.vhd" ATTACH VDISK Dismount VHD: DETACH VDISK
function inIframe () { try { return window.self !== window.top; } catch (e) { return true; } }
Mount VHD: DISKPART SELECT VDISK FILE="D:MyVHDDisk.vhd" ATTACH VDISK Dismount VHD: DETACH VDISK