How to disable print screen by group policy?

I tried with below steps however its not working. Please assist me on this?.
Step one:  Create a Reg_binary entry using the info below:
(reg file: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
“Scancode Map”=hex:00,00,00,00,00,00,00,00,04,00,00,00,00,00,2a,e0,00,00,37,e0,\
00,00,54,00,00,00,00,00)
Step two: Link all OU sites to this new GPO policy
Do one of the following:
1. To link to a domain or an organizational unit, open Active Directory Users and Computers.
2. In the console tree, right-click the site, domain, or organizational unit to which you want the Group Policy object to be linked.
3. Click Properties, and then click the Group
Policy tab.
4. To add the Group Policy object to the Group Policy Object Links list, click Add. This opens the Add
a Group Policy Object Link dialog box.
5. Click the All tab, click the Group Policy object that you want, and then click OK.
6. In the properties dialog box for the site, domain, or organizational unit, click OK.

Hi Dinesh,
To disable print screen, we can create a .reg file containing:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
"Scancode Map"=hex:00,00,00,00,00,00,00,00,04,00,00,00,00,00,2a,e0,00,00,37,e0,\
 00,00,54,00,00,00,00,00
Then, we can apply the registry setting through a startup script via group policy, or if our domain controllers is Windows Server 2008 or above, we can utilize Group Policy
Preferences Registry extension to deploy the registry setting.
Regarding this point, the following thread can be referred to for more information.
To Disable Print Screen through Group Policy
http://social.technet.microsoft.com/Forums/windowsserver/en-US/03af5c6a-636a-43e4-95dd-183331c0d4ac/to-disable-print-screen-through-group-policy?forum=winserverGP
Best regards,
Frank Shen

Similar Messages

  • How to disable Internet Options using Group Policy Object?

    Dear everybody,
    Please tell me about how to disable Internet Options via group policy to Internet Options on Tool menu, Internet Options on Control Panel and Command control inetcpl.cpl?
    kea

    Hi,
    The location of this GPO in Windows Server 2008 should be:
    User Configuration\Administrative
    Templates\Windows Components\Internet Explorer\Browser menus
    Enable the Group Policy “Tools
    menu: Disable Internet Options… menu option”
    Hope that helps.
    Regards,
    Leo   Huang
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • How to disable iMac screen and not to put it into sleep?!!!

    I would like to play a movie on my iMac but to watch it on my LCD TV. How to disable iMac screen and not to put it into sleep. PLS have in mind that ctrl+shift+ eject does not work, it makes my iMac screen go  black as well as the  tv screen.So far, i have red many articles concerning this subject, but no one seems to have the right answer. I simply can´t believe that apple did not think of it, as it is nothing new ....
    Thanks

    My brother has eight cats, so your not along. Fortunetly his go outside.
    I have been talking to the people over at macforums and they had some good thoughts. One guy suggested going analog and soldering in a rocker switch on the cable connecting a hub to the computer, turn off switch turns off keyboard and mouse.
    I was prepared to try that but a great idea came along. Arch, you might be interested in this too. Buy a cheap (found one locally for $20) usb kvm switch that takes one usb keyboard and mouse and connects it to two pcs/macs and only connect one of the outs to my system. There is a button to switch between the two, so when I want to disable the keyboard and mouse, I just switch it to pc2, which is not connected to anything.
    Cheap and easy solution. I wish I could of figured out how to do this with software, since there would be no money if it was freeware, but I guess you cant win them all.
    Thanks everyone for chiming in!

  • How to do Print Screen in mac ?

    Can any one help me out with how to do Print screen in mac ?

    System Preferences > Keyboard
    The "4" variant lets select as I did to make the screenshot

  • How to disable the screen of copyright  at logon?

    Hi,
    How to disable the screen of copyright  at logon?
    "   SAP user name...............
         Last system logon...........
         Copyright(c) SAP AG 2002.
         All rights reserved.
          License expires on........... "
    Vitalii.

    HI,
    As I know this is not possible, due to license agreement between SAP and DB vendors.
    This popup should appear only frist logon and if you again logon with other language.
    You can disable it but NOT recomended do change coding
    screen 020 of SAPMSYST.
    Ask you developers to check that.
    Best regards,
    Peter Nechala

  • How can I deploy EFS using Group Policy and automatically encrypt computers for ALL users who login?

    How can I deploy EFS using Group Policy and Active Directory with a goal to automatically encrypt computers for ALL users who login? (NOT an option for me to use BitLocker)
    I was asked to deploy EFS to encrypt the user my documents folder and profile on all of the users laptops. The laptops are in common areas (board meeting rooms, etc) and security of files is a must.
    I successfully created a recovery certificate in AD. I created an OU and setup an EFS policy and users can now login and select to encrypt their own files. The issue is that management would like to have automaticy Encrypt ALL users my documents AUTOMATICALLY
    when a user login.
    Can this be done?
    Please help

    Hi,
    Any update?
    Just checking in to see if the suggestions were helpful. Please let us know if you would like further assistance.
    Best Regards,
    Andy Qi
    TechNet Subscriber Support
    If you are
    TechNet Subscription user and have any feedback on our support quality, please send your feedback
    here.
    Andy Qi
    TechNet Community Support

  • How to disable print button in outoput screen from vf03

    hi,
    i have a requirement to display error message and, disable the print and print preview button.
    below its the step,
    1)vf03
    2)key in document type
    3)select output type
    4)if there's error, display error message and disable print and print preview button.
    what i have done was
    1) i've put the error message in my 1st part of code,
    *determine discount
    it_zmas-discount = it_zmas-gross_value - zkwert.
    MODIFY it_zmas.
    ELSE.
    MESSAGE ID 'Z0' TYPE 'S' NUMBER '999' WITH 'Please maintain cust pricing grp 34 for ' wa_zmas-matnr.
    p_proc_screen = 'X'.
    ENDIF.
    CLEAR zknumh.
    2)then i set itcpo-tdpreview = ' ' to display my print button after display the error message
    CLEAR itcpo.
    MOVE-CORRESPONDING nast TO itcpo.
    itcpo-tdcover   = nast-tdocover.
    itcpo-tddest    = nast-ldest.
    itcpo-tddataset = nast-dsnam.
    itcpo-tdsuffix1 = nast-dsuf1.
    itcpo-tdsuffix2 = nast-dsuf2.
    itcpo-tdimmed   = nast-dimme.
    itcpo-tddelete  = nast-delet.
    itcpo-tdcopies  = nast-anzal.
    itcpo-tdprogram = sy-repid.
    IF us_screen NE space
    AND p_var EQ space.
    itcpo-tdpreview = 'X'.
    itcpo-tdnoprint = 'X'.
    ELSE.
    itcpo-tdpreview = ' '.
    ENDIF.
    CASE nast-nacha.
    WHEN '1'.
    xdevice = 'PRINTER'.
    itcpo-tdnewid = 'X'.
    itcpo-tdgetotf = 'X'.
    WHEN '2'.
    xdevice = 'TELEFAX'.
    itcpo-tdtelenum = nast-telfx.
    itcpo-tdteleland = us_country.
    itcpo-tdsenddate = nast-vsdat.
    itcpo-tdsendtime = nast-vsura.
    WHEN '3'.
    xdevice = 'TELETEX'.
    itcpo-tdtelenum = nast-teltx.
    itcpo-tdteleland = us_country.
    itcpo-tdsenddate = nast-vsdat.
    itcpo-tdsendtime = nast-vsura.
    3) my last problem its, i am not sure how to disable the print button.i need  to show an error message for my invoice via vf03 when error occur when user click print or print preview button. however with my code above, i am only able to display the error message and disable the print preview.
    could anyone guide me how do i disable my print button? really appreciate your help.
    regards,
    sw

    Instead of disabling the print buttons, you can restrict creating the actual output message for a specific output type.
    You can achieve it by creating the Output Requirement in transaction VOFM. You need to assign this requirement to your Output type. In this Requirement you can check all your conditions. If they all validation pass through than and than create the Output.
    Regards,
    Naimesh Patel

  • Desktop screen saver Group policy enable settings & Supported file.

    Dear All,
    My requirement is i need to apply Screensaver to all my domain member computers using my DC Group policy.
    Could you please guide me how can i create my own Screensaver for file and support format ( what is the software do i need to use to create Screen save ) and please confirm will windows 2008 server will support .ppt file as a screensaver file.
    Operating system details,
    DC : Windows 2008 ent server
    Member machines : Windows 7 prof.
    Regards,
    Kumar V
    Regards, Kumar.V

    Hi,          
    I agree with SenneVL.
    After you have created the .scr file that you want to apply, you may deploy the screensaver via the following group policy.
    User Configuration\Administrative Templates\Control Panel\Personalization\Force specific screen saver
    If you enable this setting, type the name of the file that contains the screen saver, including the .scr file name extension. If the screen saver file is not in the %Systemroot%\System32
    directory, type the fully qualified path to the file.
    Note: This setting can be superseded by the "Enable Screen Saver" setting.  If the "Enable Screen Saver" setting is disabled, this setting is ignored,
    and screen savers do not run.
    For more information, you can refer to the following thread:
    how do i deploy custom screen saver in group policy?
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/60bd2b0e-58e9-46ac-83d2-3e4a4ab4de5d/how-do-i-deploy-custom-screen-saver-in-group-policy
    Best Regards,
    Erin

  • How to disable Print button in Report Manager in SSRS 2008

    I have a report with long list of columns. Currently we are supporting only excel export and we do not want user to print reports. I know we can disable export options by editing Render extensions in rsreportserver.config. Kindly suggest me how I can stop
    user from printing reports.
    Thanks.

    Please refer the link below:
    http://msdn.microsoft.com/en-us/library/ms155874.aspx
    "Report server administrators have the option of disabling the print feature by setting the report server system property
    EnableClientPrinting to false. This will disable client-side printing for all reports managed by that server. By default,
    EnableClientPrinting is set to true. You can disable client-side printing in the following ways:
    Select Enable download for the ActiveX client print control on the Server Properties page in Management Studio. To open Server Properties pages, connect to a report server instance in Management Studio, right-click on the report server node,
    and select Properties.
    Write script or code that sets the report server system property EnableClientPrinting to
    false."
    Thanks, Michael Mei
    Is there a way to enable or disable printing and export facility in the client based on report server roles. In our case some group of users only needs read access and so we want to prohibit export and print facility.
    bhav27

  • How to use Print Screen function (part deux)?

    The previous thread for the Print Screen function has been marked as read only, and won't allow any replies. I tried all of the suggestions (PrtScr, CTRL + C + PrtScr, etc.) and then CTRL V into MS Paint, but Print Screen still doesn't work on my machine.
    I'm running Win 7 on a HP Pavilion laptop cv7-6b32us. I suspect there's a switch somewhere in Win 7 or HP that allows the key to be turned off. I know of this because my previous employer did not want anyone doing print screens due to HIPAA violations. Thus, the functionality was turned off. Those of us in I.T. were provided a third-party software that aloowed us to do the same function, but it was not released to the physicians or nursing staff. If I have to, I'll go out and buy the software. I really need this functionality for a class I'm taking.
    Thanks!
    This question was solved.
    View Solution.

    Kurt, welcome to the forum.
    Here is a video to show you how to use the Snipping Tool:
    Please click the "Thumbs Up+ button" if I have helped you and click "Accept as Solution" if your problem is solved.
    Signature:
    HP TouchPad - 1.2 GHz; 1 GB memory; 32 GB storage; WebOS/CyanogenMod 11(Kit Kat)
    HP 10 Plus; Android-Kit Kat; 1.0 GHz Allwinner A31 ARM Cortex A7 Quad Core Processor ; 2GB RAM Memory Long: 2 GB DDR3L SDRAM (1600MHz); 16GB disable eMMC 16GB v4.51
    HP Omen; i7-4710QH; 8 GB memory; 256 GB San Disk SSD; Win 8.1
    HP Photosmart 7520 AIO
    ++++++++++++++++++
    **Click the Thumbs Up+ to say 'Thanks' and the 'Accept as Solution' if I have solved your problem.**
    Intelligence is God given; Wisdom is the sum of our mistakes!
    I am not an HP employee.

  • Problem Pushing Printer Preferences through Group Policy

    Most of the time, networked printers that we push through group policy preferences show up just fine on our clients (Windows 7). About 1 in 10 computers fail however, and it's driving me up the wall! The computer that fails is not consistent, meaning I can
    reboot a computer and the printer then shows up correctly. It may not, however, a week later. Fairly random. Looking through the application event log, I uncovered this:
    The user 'myprinter' preference item in the 'mygrouppolicy {7EDE8A14-773C-4E43-93AE-050240E0B204}' Group Policy object did not apply because it failed with error code '0x800706ba The RPC server is unavailable.' This error was suppressed.
    Again, this error does not occur all the time, though if I reboot a large group of computers, it will definitely show up on 1 or 2 of them. At this point, I'm looking for any suggestions for a next step. Thanks!
    -Peter

    Hello Modab,
    If you reboot server the printer is redeployed properly. It is possible that when the printer is deployed the network is still not prepared properly so the RPC error
    is popped up.  Please try the following suggestions:
    1. Disable Fast Logon feature
    Enable the
    [Computer Configuration \ Administrative Templates \ System \ Logon \ Always wait for the network at computer startup and logon]
    group policy.
    Logon Optimization
    http://msdn.microsoft.com/en-us/library/aa374350(VS.85).aspx
    Description of the Windows XP Professional Fast Logon Optimization feature
    http://support.microsoft.com/kb/305293/en-us
    2. Group policy application issue may occur because of Gigabit NIC. Please try the suggestions in the following steps and KB.
    a.      
    To prevent your network adapter from detecting the link state(For Windows Vista/7):
    Run the following commands one by one:
    netsh interface ipv4 set global dhcpmediasense=disabled
    netsh interface ipv6 set global dhcpmediasense=disabled
    For Windows XP, you can see
    http://support.microsoft.com/kb/239924
    b.     
    Contact the vendor of the network card or visit their web site to obtain updated drivers for the Gigabit NIC.
    Examples of NICs known to exhibit this issue:
    - Broadcom Gigabit Adapter
    - Intel Gigabit Ethernet PRO Adapter, Intel Pro/1000
    - Intel 82544EI-based XT Gigabit Adapter (82540EM chipse)
    - Compaq/HP NIC dual interface 10/100/1000 doing teaming (HP NC7170)
    - Dell Inspiron laptops using an on-board Broadcom BCM4401 NIC
    c.      
    A sever may have a Dual Port NIC or multiple NIC's with one port or NIC set to Disabled. The disabled port or NIC should not be at the top of the binding order in the Network
    Advance Properties.
    1.      
    Click Start, point to Settings, and then click "Network and Dial-up Connection".
    2.      
    On the Advanced menu, click "Advanced Settings".
    3.      
    On the "Adapters and Bindings" tab, in the connections list, select the NIC that the clients use to connect to the server and move it to the top of the list.
    d.     
    Turning off STP can cause issues in your network if a loop ever develops. If you are running a Cisco Series switch or any other switch that runs Spanning Tree, it is best to
    leave spanning tree turned on, but enable PORTFAST on all the ports except uplink and fiber trunks.
    326152 Cannot connect to domain controller and cannot apply Group Policy with Gigabit Ethernet devices
    http://support.microsoft.com/default.aspx?scid=kb;EN-US;326152
    3.
     Remove all of 3rd-party software such as firewall software.
    4.  Set a registry value to delay the application of Group Policy.
    http://support.microsoft.com/kb/2421599
          http://support.microsoft.com/kb/840669
    Brent Hu,
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”

  • How to disable Print button on WebDynpro ABAP ALV

    In WebDynpro ABAP, a standard menu appears around the ALV,  that has a PRINT button and an EXPORT button.
    Is there anyway to disable those buttons????
    Thanks
    John

    Hi John,
    Check the interface if_salv_wd_std_functions. It contains methods which are used to hide the standard ALV toolbar buttons.
    Also refer : Removing "print version" button in alv
    How to hide Print and Filter option from dynamic ALV

  • Mac hardware: How do i print screen on a PC with a Mac Keyboard??

    I have a Apple Mac Pro, but when I'm booted directly into Windows Vista (using Boot Camp) how do I do a Print Screen?
    The Apple Keyboard is missing the "Print Screen", "Scroll Lock", and "Pause/Break" keys that a normal PC Keyboard has.
    I'm using Windows Vista Ultimate x64, and apparently this issue has NEVER been addressed or fixed by Apple, because I've seen posts dating back over 4 1/2 years on this same issue/problem, and I've seen fixes for Windows XP, but nothing for Vista. I found this article addressing the issue:
    http://forums.cnet.com/5208-7592_102-0.html?forumID=25&threadID=12105&messageID= 137974
    I did find this software application, but it only works on Windows XP (not Vista):
    http://www.dieselstation.com/software/
    Is there any Easy way to Map and allow the use of Apple keyboards in Windows Vista?
    AppleKeys allows the use of Apple keyboards on a Windows machine. It properly emulates the F13 - F15 keys to "print screen, scroll lock, and pause/break" accordingly.
    Why hasn't Apple just added a "Keyboard Emulator" in the Boot Camp client that gets installed Vista? I'm currently running Boot Camp client version 2.1, why doesn't Apple just add a keyboard emulator/keyboard mapper inside the Boot Camp version 2.1 client?
    This way the F13-F15 keys will automatically emulate the "print screen, scroll lock, and pause/break" keys properly like on a PC keyboard.
    I've searched everything, and this has turned into such a time consume and HEADACHE of a project, and I'm really disappointed that Apple has "dropped the ball" on something so simple.
    If a third party person, had to create the "Apple Keys" program (to run under Windows XP) you'd think that this is a problem, and that Apple would finally address this problem?
    Could someone from Apple, please take the time and fix this? At least copy, or make something similar to the "Apple Keys" program that automatically install inside the Boot Camp client, so when a person installs Windows Vista, and the Boot Camp client installs inside Windows Vista it will automatically run a keyboard emulator (similar to Apple Keys) so that you can properly use the F13-F15 keys on the Apple Keyboard as "Print Screen", "Scroll Lock" and "Pause/Break".
    Could Apple do this, and push out a Boot Camp Version 2.2 update with this feature added to Boot Camp? I would greatly appreciate it, as would most of the other Windows Vista users I'm sure.
    Apple Keys does not work for Windows Vista, only Windows XP and I've been unable to find an alternative Fix, and I wish that Apple developers would just get off their tail and finally FIX this problem!
    C'mon guys, you've known about this 4 1/2+ years, and why does it take some third-party person to create an application like "Apple Keys" just to fix the issue?
    Well the author of that program is no longer available, the website is gone, and I've been unable to find a way to contact him (or ask him to update his program for Windows Vista), but all these headaches shouldn't be necessary. All this stuff should just "WORK" right out of the box, and Apple developers really should have thought of this, and just added something this simple to Boot Camp plugin/client, that way when the Boot Camp 2.1 installs inside of Windows Vista, it will install the Apple Keyboard Emulator which will automatically emulate the PC keyboard, and emulate the F13-F15 keys as "Print Screen, Scroll Lock, Pause/Break". The normal PC keyboard doesn't even have a "F13-F15 keys" and only goes up to F12, so you would think that Apple could just do something SIMPLE like emulate the keys on the PC Keyboard, and just use the F13-F15 keys as the "Print Screen, Scroll Lock, and Pause/Break" keys.
    I would greatly appreciate it if a Apple Developer could begin working on this, and just push it out as a Boot Camp Version 2.2 update. So that it will fix these problems for all Apple/Windows Boot Camp users running Vista.
    Thank-you!

    AppleKeys allows the use of Apple keyboards on a Windows machine. It properly emulates the F13 - F15 keys to "print screen, scroll lock, and pause/break" accordingly. Unfortunately AppleKeys only works on Windows XP and earlier, and it has been discontinued by the author.
    Why hasn't something as simple as this been addressed or FIXED by Apple?
    Why hasn't Apple just added a simple "Keyboard Emulator" (identical to AppleKeys) inside the Boot Camp client that automatically gets installed on Vista or Windows XP? I'm currently running Boot Camp client version 2.1 in Vista Ultimate x64, why doesn't Apple just add a keyboard emulator/keyboard mapper inside the Boot Camp version 2.1 client? So that the Apple Keyboard properly emulates the F13 - F15 keys to "print screen, scroll lock, and pause/break" automatically when the Boot Camp client is installed in Vista?
    Are the Apple Developers "sleeping on the job"? Surely something SO SIMPLE wouldn't be hard to add or fix. VMWare Tools guys seem to do a great job, I would think that Apple would begin working on a fix for this, and finally address the issue and fix this. Give us a client application that we can install that will work on Windows XP and Windows Vista that will allow our Apple Keyboards to map/emulate a Windows PC Keyboard inside Windows XP or Windows Vista automatically. This could easily be done when Vista installs Boot Camp client (automatically) inside of Vista, Apple could then install a PC Keyboard emulator to support the Apple Keyboard that would map/emulate the F13-F15 keys on a Apple keyboard to the standard "Print Screen, Scroll Lock, and Pause/Break" keys on a PC Keyboard.
    C'mon Apple, please just fix this problem and make life a little easier on your users. I just bought a Mac Pro, and I'm a new Apple Mac user and I'm just really disappointed that something so simple still hasn't been addressed or FIXED by Apple. It should be automatic, and I shouldn't have to hunt and search the internet trying to find a solution, just to fix something so simple.
    Apple Developers really dropped the ball here, and I would like to see them create an Apple Keyboard Client that will automatically be installed in Windows XP or Windows Vista that will properly map/emulate the PC Keyboard, so that the F13-F15 keys can be properly used as "Print Screen, Scroll Lock, Pause/Break".
    Thank-you, and PLEASE PLEASE PLEASE fix this issue!

  • How to disable print dialog settings being saved, in the registry or otherwise?

    Is it possible to disable the print dialog settings -- such as duplex printing -- from being saved after the Adobe Reader is closed? So each time the application is opened, and one prints a document, it is printed according to default settings?
    OS: Windows 7 64-bit
    Product: Adobe Reader XI
    Message was edited by: Bill Thompson

    Turn off Print menu
    Location
    User Configuration\Administrative Templates\Windows Components\Internet Explorer\Browser menus
    Recommended
    High: Enabled
    Medium: Enabled
    Low: Disabled
    Description
    This policy setting allows you to manage whether users can access the Print menu.
    If you enable this policy setting, the Print menu in Internet Explorer will not be available.
    If you disable or do not configure this policy setting, the Print menu in Internet Explorer will be available.
    Hi Rob,
    If the above shown option is your answer for my question, it disables total print menu in the internet explorer. I am not searching for that. I am searching for solution to disable print dialog box after user pressing print option(Ctrl+p).
    If not please share me particular option, i am unable to find that option.
    regards
    Anvesh

  • How to disable full screen "fade" transition?

    Hello,
    Just got my new MBP and upgraded from Snow Leopard to Mountain Lion in the process. Computer seems to work great, but Aperture now has this odd "slideshow" like fade when I toggle to my images in full screen. It's slow and distracting, more gimmicky than anything else. Does anyone know how to disable this?
    Apologies if this has been answered elsewhere...couldn't find a thread by searching.
    Many thanks,
    David

    Thanks, Leonie. It's nice to know I'm not a lone voice crying out in the wilderness! I find it hard to believe that other photographers who use Aperture for professional work aren't bothered by this feature.
    My problem is that yes, a direct "cut" from one image to the other--like it used to be!--is the only practical way to compare photos...
    I have tried to find ways to "turn off animations" in the Mac OS, but it seems that none of the old methods that worked with Lion worked with Mountain Lion.
    I will take your advice and write feedback to Apple.
    Best,
    David

Maybe you are looking for

  • How can I display one line at a time on a PPT slide

    I am using OFFICE for the Mac (2008). In the past, I have known how to do this using PPT on a Windows PC.. But something has changed and I can no longer figure out how to get each line on a PPT slide to appear one line at a time every time I click it

  • Help! Recurrent "activation required" message after upgrade to iOS 8.1

    Hello, I recently upgraded to iOS 8 (directly from iOS 7 to version 8.1). Ever since, my phone keeps giving me a message saying "Activation Required" (see images). I am able to activate my phone normally, if I'm logged in to iCloud I have to enter my

  • Error while deploying app on local standalone

    Hello, I am trying to deploy an application on local standalone server. I see following exception: [fa:deploy] <fusion_domain>: WLS AdminServer Log:Apr 18, 2014 15:59:56 PDT:Failure occurred in the execution of deployment request with ID '13978618910

  • Dell U2311H and Powermac G5

    Alright folks, I just scored a **** of a deal on Craigslist. I got a nearly new Dell U2311H 23" IPS display for 100 bucks. I've discovered a little problem though. For some reason the VGA connection works perfectly fine with a VGA to DVI adapter on t

  • [Air 3.2] Windows 7 - Video Display upside down!

    Hi, after upgrading many Windows client machines from 3.1 to 3.2 (being prompted to do so automatically by Air updater) my air applications are displaying the Video content upside down. the Mac machines are so far ok after the 3.2 air update. My air